Home
last modified time | relevance | path

Searched refs:tst_attach_device (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl_loop07.c90 tst_attach_device(dev_path, "test.img"); in run()
119 tst_attach_device(dev_path, "test.img"); in setup()
Dioctl_loop03.c49 tst_attach_device(dev_path, "test.img"); in setup()
Dioctl_loop04.c38 tst_attach_device(dev_path, "test.img"); in verify_ioctl_loop()
Dioctl09.c73 tst_attach_device(dev_path, "test.img"); in verify_ioctl()
Dioctl_loop06.c77 tst_attach_device(dev_path, "test.img"); in run()
Dioctl_loop01.c82 tst_attach_device(dev_path, "test.img"); in verify_ioctl_loop()
Dioctl_loop05.c113 tst_attach_device(dev_path, "test.img"); in setup()
/third_party/ltp/include/
Dtst_device.h61 int tst_attach_device(const char *dev_path, const char *file_path);
/third_party/ltp/testcases/kernel/uevents/
Duevent01.c25 tst_attach_device(dev_path, "loop.img"); in generate_device_events()
/third_party/ltp/lib/
Dtst_device.c152 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()