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

/freebsd-13-stable/tools/regression/priv/
H A Dpriv_acct.c39 * priv_acct_rotate - rotate the accounting file
92 test->t_test_func == priv_acct_rotate) {
149 priv_acct_rotate(int asroot, int injail, struct test *test) function
155 expect("priv_acct_rotate(root, jail)", error, -1, EPERM);
157 expect("priv_acct_rotate(root, !jail)", error, 0, 0);
159 expect("priv_acct_rotate(!root, jail)", error, -1, EPERM);
161 expect("priv_acct_rotate(!root, !jail)", error, -1, EPERM);
H A Dmain.h79 void priv_acct_rotate(int, int, struct test *);
H A Dmain.c77 { "priv_acct_rotate", priv_acct_setup, priv_acct_rotate,

Completed in 99 milliseconds