Home
last modified time | relevance | path

Searched refs:tst_detach_device (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop07.c122 tst_detach_device(dev_path); in setup()
147 tst_detach_device(dev_path); in cleanup()
Dioctl_loop03.c62 tst_detach_device(dev_path); in cleanup()
Dioctl_loop04.c85 tst_detach_device(dev_path); in cleanup()
Dioctl09.c104 tst_detach_device(dev_path); in cleanup()
Dioctl_loop01.c137 tst_detach_device(dev_path); in cleanup()
Dioctl_loop06.c129 tst_detach_device(dev_path); in cleanup()
Dioctl_loop05.c139 tst_detach_device(dev_path); in cleanup()
Dioctl_loop02.c150 tst_detach_device(dev_path); in cleanup()
/third_party/ltp/include/old/
Dold_device.h76 int tst_detach_device(const char *dev);
/third_party/ltp/include/
Dtst_device.h87 int tst_detach_device(const char *dev_path);
/third_party/ltp/testcases/lib/
Dtst_device.c73 return tst_detach_device(argv[2]); in release_device()
/third_party/ltp/testcases/kernel/uevents/
Duevent01.c27 tst_detach_device(dev_path); in generate_device_events()
/third_party/ltp/lib/
Dtst_device.c259 int tst_detach_device(const char *dev) in tst_detach_device() function
364 ret = tst_detach_device(dev); in tst_release_device()