Home
last modified time | relevance | path

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

/third_party/ltp/include/old/
Dold_device.h64 const char *tst_acquire_loop_device(unsigned int size, const char *filename);
/third_party/ltp/testcases/lib/
Dtst_device.c46 device = tst_acquire_loop_device(size, argv[3]); in acquire_device()
/third_party/ltp/lib/
Dtst_device.c288 const char *tst_acquire_loop_device(unsigned int size, const char *filename) in tst_acquire_loop_device() function
328 dev = tst_acquire_loop_device(acq_dev_size, DEV_FILE); in tst_acquire_device__()