OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
283
if (ki_generic(tbio_fd,
LTP_TBIO_ALLOC
))
284
tst_resm(TFAIL, "failed on
LTP_TBIO_ALLOC
test");
286
tst_resm(TPASS, "success on
LTP_TBIO_ALLOC
test");
Completed in 74 milliseconds