Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_device.h63 int tst_attach_device(const char *dev_path, const char *file_path);
/external/ltp/testcases/kernel/uevents/
Duevent01.c25 tst_attach_device(dev_path, "loop.img"); in generate_device_events()
/external/ltp/lib/
Dtst_device.c143 int tst_attach_device(const char *dev, const char *file) in tst_attach_device() function
300 if (tst_attach_device(dev_path, DEV_FILE)) in tst_acquire_device__()