OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:device_handle
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/ext2ed/
disk.c
48
if (
device_handle
==NULL) { /* Check that a device is indeed open */
60
if ( (fseek (
device_handle
,offset,SEEK_SET))==-1) { /* Seek to the required offset */
66
if ( (fread (buffer,1,length,
device_handle
))==-1) { /* And do the actual reading */
99
if (
device_handle
==NULL) {
116
if ( (fseek (
device_handle
,offset,SEEK_SET))==-1) {
122
if ( (fwrite (buffer,1,length,
device_handle
))==-1) {
198
if (
device_handle
==NULL) {
221
if (
device_handle
==NULL) {
general_com.c
171
if (
device_handle
!=NULL)
172
fclose (
device_handle
);
174
if ( (
device_handle
=fopen (new_device,"rb"))==NULL) {
188
fclose (
device_handle
);
189
device_handle
=NULL; /* Notice that our device is still not set up */
208
if (
device_handle
==NULL) {
262
if ( (fseek (
device_handle
,new_offset,SEEK_SET))==-1) {
366
if (
device_handle
==NULL) {
621
if (
device_handle
==NULL)
777
if (
device_handle
==NULL)
[
all
...]
init.c
40
if (
device_handle
!=NULL)
41
fclose (
device_handle
);
60
device_handle
=NULL; /* Notice that our device is still not set up */
ext2ed.h
200
extern FILE *
device_handle
;
main.c
71
FILE *
device_handle
=NULL; /* This is passed to the fopen / fread ... commands */
variable
/external/libmtp/src/
libusb-glue.c
1581
usb_dev_handle *
device_handle
;
local
[
all
...]
Completed in 130 milliseconds