Searched refs:open_device (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/cros/ |
D | device_jail_utils.py | 108 def open_device(): function 137 with ConcurrentFunc(open_device, timeout_sec):
|
/external/ltp/testcases/kernel/input/ |
D | input_helper.h | 25 int open_device(void);
|
D | input04.c | 84 fd2 = open_device(); in setup()
|
D | input02.c | 55 fd2 = open_device(); in main()
|
D | input05.c | 91 fd2 = open_device(); in setup()
|
D | input01.c | 85 fd2 = open_device(); in setup()
|
D | input06.c | 89 fd2 = open_device(); in setup()
|
D | input_helper.c | 72 int open_device(void) in open_device() function
|
/external/e2fsprogs/misc/ |
D | e2freefrag.c | 249 static void open_device(char *device_name, ext2_filsys *fs) in open_device() function 321 open_device(device_name, &fs); in do_freefrag()
|
/external/e2fsprogs/debugfs/ |
D | e2freefrag.c | 249 static void open_device(char *device_name, ext2_filsys *fs) in open_device() function 321 open_device(device_name, &fs); in do_freefrag()
|
/external/syslinux/extlinux/ |
D | main.c | 1341 static int open_device(const char *path, struct stat *st, const char **_devname) in open_device() function 1461 devfd = open_device(path, &st, &devname); in install_loader() 1513 devfd = open_device(path, NULL, NULL); in modify_existing_adv()
|