Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libutil/
H A Dlogin_cap.h46 #define LOGIN_SETRESOURCES 0x0010 /* set resources (cputime, etc.) */ macro
H A Dlogin_class.c376 flags &= LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | in setclasscontext()
396 if (flags & LOGIN_SETRESOURCES) in setlogincontext()
/freebsd-13.1/usr.bin/su/
H A Dsu.c507 setwhat &= ~(LOGIN_SETPRIORITY | LOGIN_SETRESOURCES); in main()
/freebsd-13.1/libexec/ftpd/
H A Dftpd.c1473 ~(LOGIN_SETRESOURCES | LOGIN_SETUSER | LOGIN_SETPATH | LOGIN_SETENV)); in pass()
1516 setusercontext(lc, pw, 0, LOGIN_SETRESOURCES); in pass()
/freebsd-13.1/sbin/init/
H A Dinit.c2039 LOGIN_SETPRIORITY | LOGIN_SETRESOURCES | in setprocresources()
/freebsd-13.1/contrib/sendmail/src/
H A Ddeliver.c2524 sucflags = LOGIN_SETRESOURCES|LOGIN_SETPRIORITY;