Searched refs:t_test_func (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/tools/regression/priv/
H A Dpriv_acct.c85 if (test->t_test_func == priv_acct_enable ||
86 test->t_test_func == priv_acct_noopdisable) {
91 } else if (test->t_test_func == priv_acct_disable ||
92 test->t_test_func == priv_acct_rotate) {
H A Dpriv_sched_setpriority.c67 if (test->t_test_func == priv_sched_setpriority_aproc) {
71 if (test->t_test_func == priv_sched_setpriority_myproc)
H A Dpriv_sched_rtprio.c71 if (test->t_test_func == priv_sched_rtprio_aproc_normal ||
72 test->t_test_func == priv_sched_rtprio_aproc_idle ||
73 test->t_test_func == priv_sched_rtprio_aproc_realtime) {
77 if (test->t_test_func == priv_sched_rtprio_myproc_normal ||
78 test->t_test_func == priv_sched_rtprio_myproc_idle ||
79 test->t_test_func == priv_sched_rtprio_myproc_realtime) {
H A Dmain.h65 void (*t_test_func)(int asroot, int injail, member in struct:test
H A Dmain.c472 test->t_test_func(asroot, injail, test);

Completed in 112 milliseconds