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.c125 tst_detach_device(dev_path); in setup()
150 tst_detach_device(dev_path); in cleanup()
Dioctl_loop03.c67 tst_detach_device(dev_path); in cleanup()
Dioctl_loop04.c91 tst_detach_device(dev_path); in cleanup()
Dioctl09.c104 tst_detach_device(dev_path); in cleanup()
Dioctl_loop06.c134 tst_detach_device(dev_path); in cleanup()
Dioctl_loop01.c137 tst_detach_device(dev_path); in cleanup()
Dioctl_loop05.c144 tst_detach_device(dev_path); in cleanup()
Dioctl_loop02.c153 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.h88 int tst_detach_device(const char *dev_path);
/third_party/ltp/testcases/kernel/uevents/
Duevent01.c27 tst_detach_device(dev_path); in generate_device_events()
/third_party/ltp/testcases/lib/
Dtst_device.c74 return tst_detach_device(argv[2]); in release_device()
/third_party/ltp/lib/
Dtst_device.c268 int tst_detach_device(const char *dev) in tst_detach_device() function
373 ret = tst_detach_device(dev); in tst_release_device()