Searched refs:desp (Results 1 - 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/syscalls/quotactl/
H A Dquotactl02.c78 static void check_qoff(int subcmd, char *desp) argument
96 tst_res(TPASS, "quoactl() succeeded to %s", desp);
99 static void check_qon(int subcmd, char *desp) argument
117 tst_res(TPASS, "quoactl() succeeded to %s", desp);
120 static void check_qlim(int subcmd, char *desp) argument
132 "%s wasn't supported in quotactl()", desp);
153 "quota limits", desp);
/external/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl35.c82 static int verify_pipe_size(int exp_pip_sz, char *desp) argument
97 "unexpectedly, expected %d", desp, get_size,
101 "successfully", desp, exp_pip_sz);
/external/ltp/testcases/kernel/syscalls/ipc/shmat/
H A Dshmat01.c56 char *desp; member in struct:test_case_t
145 tst_res(TFAIL, "shmat() failed to attach %s", tc->desp);
147 tst_res(TPASS, "shmat() succeeded to attach %s", tc->desp);

Completed in 250 milliseconds