Home
last modified time | relevance | path

Searched refs:open_device (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/misc/
De2freefrag.c243 void open_device(char *device_name, ext2_filsys *fs) in open_device() function
301 open_device(device_name, &fs); in main()
/external/grub/stage2/
Ddisk_io.c1112 open_device (void) in open_device() function
1194 open_device (); in setup_part()
1210 open_device (); in setup_part()
1226 open_device (); in setup_part()
Dbuiltins.c1112 if (! open_device ()) in embed_func()
1219 if (open_device ()) in find_func()
1252 if (open_device ()) in find_func()
3191 if (! open_device () && errnum != ERR_FSYS_MOUNT) in real_root_func()
4001 if (! open_device ()) in setup_func()
Dshared.h930 int open_device (void);
/external/libmtp/src/
Dlibusb-glue.h70 int open_device (int busn, int devn, short force, PTP_USB *ptp_usb, PTPParams *params, struct usb_d…
/external/grub/
DChangeLog4920 * stage2/builtins.c (embed_func): Call open_device instead of
4925 file can be opened, only if open_device succeeds.