Home
last modified time | relevance | path

Searched refs:LTP_TBIO_DO_IO (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dtbio.h50 #define LTP_TBIO_DO_IO _IO(MAG_NUM,6) macro
H A Dltp_tbio.c385 case LTP_TBIO_DO_IO: in tbio_ioctl()
386 prk_info("TEST-CASE: LTP_TBIO_DO_IO:"); in tbio_ioctl()
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
H A Dtbio.c303 if (tbio_to_dev(tbio_fd, LTP_TBIO_DO_IO)) in main()
304 tst_resm(TFAIL, "failed on LTP_TBIO_DO_IO:write to dev"); in main()
306 tst_resm(TPASS, "success on LTP_TBIO_DO_IO:write to dev"); in main()
308 if (tbio_from_dev(tbio_fd, LTP_TBIO_DO_IO)) in main()
309 tst_resm(TFAIL, "failed on LTP_TBIO_DO_IO:read from dev"); in main()
311 tst_resm(TPASS, "success on LTP_TBIO_DO_IO:read from dev"); in main()

Completed in 2 milliseconds