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 321 if (ki_generic(tbio_fd, LTP_TBIO_PUT))
322 tst_resm(TFAIL, "failed on LTP_TBIO_PUT test");
324 tst_resm(TPASS, "success on LTP_TBIO_PUT test");

Completed in 98 milliseconds