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

  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
tbio.h 46 #define LTP_TBIO_ALLOC _IO(MAG_NUM,2)
ltp_tbio.c 397 case LTP_TBIO_ALLOC:
398 prk_info("TEST-CASE: LTP_TBIO_ALLOC:");
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 286 if (ki_generic(tbio_fd, LTP_TBIO_ALLOC))
287 tst_resm(TFAIL, "failed on LTP_TBIO_ALLOC test");
289 tst_resm(TPASS, "success on LTP_TBIO_ALLOC test");

Completed in 78 milliseconds