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

  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
tbio.h 51 #define LTP_TBIO_ADD_PAGE _IO(MAG_NUM,7)
ltp_tbio.c 393 case LTP_TBIO_ADD_PAGE:
394 prk_info("TEST-CASE: LTP_TBIO_ADD_PAGE:");
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 301 if (ki_generic(tbio_fd, LTP_TBIO_ADD_PAGE))
302 tst_resm(TFAIL, "failed on LTP_TBIO_ADD_PAGE test");
304 tst_resm(TPASS, "success on LTP_TBIO_ADD_PAGE test");

Completed in 72 milliseconds