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

  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
tbio.h 47 #define LTP_TBIO_GET_NR_VECS _IO(MAG_NUM,3)
ltp_tbio.c 401 case LTP_TBIO_GET_NR_VECS:
402 prk_info("TEST-CASE: LTP_TBIO_GET_NR_VECS:");
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 296 if (ki_generic(tbio_fd, LTP_TBIO_GET_NR_VECS))
297 tst_resm(TFAIL, "failed on LTP_TBIO_GET_NR_VECS test");
299 tst_resm(TPASS, "success on LTP_TBIO_GET_NR_VECS test");

Completed in 60 milliseconds