Searched refs:tst_attach_device (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl_loop07.c | 90 tst_attach_device(dev_path, "test.img"); in run() 119 tst_attach_device(dev_path, "test.img"); in setup()
|
D | ioctl_loop03.c | 49 tst_attach_device(dev_path, "test.img"); in setup()
|
D | ioctl_loop04.c | 38 tst_attach_device(dev_path, "test.img"); in verify_ioctl_loop()
|
D | ioctl09.c | 73 tst_attach_device(dev_path, "test.img"); in verify_ioctl()
|
D | ioctl_loop06.c | 77 tst_attach_device(dev_path, "test.img"); in run()
|
D | ioctl_loop01.c | 82 tst_attach_device(dev_path, "test.img"); in verify_ioctl_loop()
|
D | ioctl_loop05.c | 113 tst_attach_device(dev_path, "test.img"); in setup()
|
/third_party/ltp/include/ |
D | tst_device.h | 61 int tst_attach_device(const char *dev_path, const char *file_path);
|
/third_party/ltp/testcases/kernel/uevents/ |
D | uevent01.c | 25 tst_attach_device(dev_path, "loop.img"); in generate_device_events()
|
/third_party/ltp/lib/ |
D | tst_device.c | 152 int tst_attach_device(const char *dev, const char *file) in tst_attach_device() function 300 if (tst_attach_device(dev_path, filename)) in tst_acquire_loop_device()
|