Lines Matching refs:addr
13 * - EACCES when cmd is Q_QUOTAON and addr existed but not a regular file
14 * - ENOENT when the file specified by special or addr does not exist
17 * - EFAULT when addr or special is invalid
87 void *addr;
93 "EACCES when cmd is Q_QUOTAON and addr existed but not a regular file"},
96 "ENOENT when the file specified by special or addr does not exist"},
102 "EFAULT when addr or special is invalid"},
155 TST_EXP_FAIL(quotactl(tc->cmd, "/dev/null", *tc->id, tc->addr),
159 tc->addr), tc->exp_err, "quotactl()");
199 if (!tcases[i].addr)
200 tcases[i].addr = tst_get_bad_addr(NULL);