Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlogin_cap.h43 #define LOGIN_SETRESOURCES 0x0010 /* set resources (cputime, etc.) */ macro
H A Dlogin_class.c376 flags &= LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | in setclasscontext()
439 if ((flags & LOGIN_SETRESOURCES) != 0) in setlogincontext()
/freebsd/usr.bin/su/
H A Dsu.c492 setwhat &= ~(LOGIN_SETPRIORITY | LOGIN_SETRESOURCES); in main()
/freebsd/libexec/ftpd/
H A Dftpd.c
/freebsd/sbin/init/
H A Dinit.c2122 LOGIN_SETPRIORITY | LOGIN_SETRESOURCES | in setprocresources()
/freebsd/contrib/sendmail/src/
H A Ddeliver.c3136 sucflags = LOGIN_SETRESOURCES|LOGIN_SETPRIORITY;