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

  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
tbio.h 48 #define LTP_TBIO_PUT _IO(MAG_NUM,4)
ltp_tbio.c 405 case LTP_TBIO_PUT:
406 prk_info("TEST-CASE: LTP_TBIO_PUT:");
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 318 if (ki_generic(tbio_fd, LTP_TBIO_PUT))
319 tst_resm(TFAIL, "failed on LTP_TBIO_PUT test");
321 tst_resm(TPASS, "success on LTP_TBIO_PUT test");

Completed in 61 milliseconds