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

  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
tbio.h 45 #define LTP_TBIO_CLONE _IO(MAG_NUM,1)
ltp_tbio.c 389 case LTP_TBIO_CLONE:
390 prk_info("TEST-CASE: LTP_TBIO_CLONE:");
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 291 if (ki_generic(tbio_fd, LTP_TBIO_CLONE))
292 tst_resm(TFAIL, "failed on LTP_TBIO_CLONE test");
294 tst_resm(TPASS, "success on LTP_TBIO_CLONE test");

Completed in 312 milliseconds