Home
last modified time | relevance | path

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

/freebsd/lib/libutil/
H A Dlogin_class.c376 flags &= LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | in setclasscontext()
550 if (flags & LOGIN_SETPRIORITY) in setusercontext()
631 if (flags & LOGIN_SETPRIORITY) in setusercontext()
H A Dlogin_cap.h42 #define LOGIN_SETPRIORITY 0x0008 /* set priority */ macro
/freebsd/libexec/atrun/
H A Datrun.c315 ~(LOGIN_SETPRIORITY | LOGIN_SETPATH | LOGIN_SETENV)) != 0) in run_file()
/freebsd/usr.bin/su/
H A Dsu.c492 setwhat &= ~(LOGIN_SETPRIORITY | LOGIN_SETRESOURCES); in main()
/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;