HomeSort by relevance Sort by last modified time
    Searched refs:LTP_TBIO_DO_IO (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
tbio.h 50 #define LTP_TBIO_DO_IO _IO(MAG_NUM,6)
ltp_tbio.c 385 case LTP_TBIO_DO_IO:
386 prk_info("TEST-CASE: LTP_TBIO_DO_IO:");
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 311 if (tbio_to_dev(tbio_fd, LTP_TBIO_DO_IO))
312 tst_resm(TFAIL, "failed on LTP_TBIO_DO_IO:write to dev");
314 tst_resm(TPASS, "success on LTP_TBIO_DO_IO:write to dev");
316 if (tbio_from_dev(tbio_fd, LTP_TBIO_DO_IO))
317 tst_resm(TFAIL, "failed on LTP_TBIO_DO_IO:read from dev");
319 tst_resm(TPASS, "success on LTP_TBIO_DO_IO:read from dev");

Completed in 66 milliseconds