Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Ddevice_jail_utils.py108 def open_device(): function
137 with ConcurrentFunc(open_device, timeout_sec):
/external/ltp/testcases/kernel/input/
Dinput_helper.h25 int open_device(void);
Dinput04.c84 fd2 = open_device(); in setup()
Dinput02.c55 fd2 = open_device(); in main()
Dinput05.c91 fd2 = open_device(); in setup()
Dinput01.c85 fd2 = open_device(); in setup()
Dinput06.c89 fd2 = open_device(); in setup()
Dinput_helper.c72 int open_device(void) in open_device() function
/external/e2fsprogs/misc/
De2freefrag.c249 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/
De2freefrag.c249 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/
Dmain.c1341 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()