Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libutil/
HDlogin_cap.h43 #define LOGIN_SETRESOURCES 0x0010 /* set resources (cputime, etc.) */ macro
HDlogin_class.c376 flags &= LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | in setclasscontext()
439 if ((flags & LOGIN_SETRESOURCES) != 0) in setlogincontext()
/freebsd-14-stable/usr.bin/su/
HDsu.c505 setwhat &= ~(LOGIN_SETPRIORITY | LOGIN_SETRESOURCES); in main()
/freebsd-14-stable/libexec/ftpd/
HDftpd.c1445 ~(LOGIN_SETRESOURCES | LOGIN_SETUSER | LOGIN_SETPATH | LOGIN_SETENV)); in pass()
1488 setusercontext(lc, pw, 0, LOGIN_SETRESOURCES); in pass()
/freebsd-14-stable/sbin/init/
HDinit.c2114 LOGIN_SETPRIORITY | LOGIN_SETRESOURCES | in setprocresources()
/freebsd-14-stable/contrib/sendmail/src/
HDdeliver.c3136 sucflags = LOGIN_SETRESOURCES|LOGIN_SETPRIORITY;