Searched refs:priv_vm_mlock (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/tools/regression/priv/
H A DMakefile45 priv_vm_mlock.c \
H A Dmain.c357 { "priv_vm_mlock", priv_vm_mlock_setup, priv_vm_mlock,
H A Dmain.h320 void priv_vm_mlock(int, int, struct test *);
H A Dpriv_vm_mlock.c54 priv_vm_mlock(int asroot, int injail, struct test *test) function
60 expect("priv_vm_mlock(asroot, injail)", error, -1, EPERM);
62 expect("priv_vm_mlock(asroot, !injail", error, 0, 0);
64 expect("priv_vm_mlock(!asroot, injail", error, -1, EPERM);
66 expect("priv_vm_mlock(!asroot, !injail", error, -1, EPERM);

Completed in 72 milliseconds