Home
last modified time | relevance | path

Searched refs:LOGIN_SETRESOURCES (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libutil/
H A Dlogin_class.c266 flags &= LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | in setclasscontext()
286 if (flags & LOGIN_SETRESOURCES) in setlogincontext()
H A Dlogin_cap.h46 #define LOGIN_SETRESOURCES 0x0010 /* set resources (cputime, etc.) */ macro
/dragonfly/usr.bin/su/
H A Dsu.c494 setwhat &= ~(LOGIN_SETPRIORITY | LOGIN_SETRESOURCES); in main()
/dragonfly/libexec/ftpd/
H A Dftpd.c1151 LOGIN_SETPRIORITY|LOGIN_SETRESOURCES|LOGIN_SETUMASK); in end_login()
1422 LOGIN_SETRESOURCES|LOGIN_SETUMASK); in pass()
/dragonfly/sbin/init/
H A Dinit.c1758 setusercontext(lc, NULL, 0, LOGIN_SETPRIORITY|LOGIN_SETRESOURCES); in setprocresources()