Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libutil/
H A Dlogin_cap.h45 #define LOGIN_SETPRIORITY 0x0008 /* set priority */ macro
H A Dlogin_class.c371 flags &= LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | in setclasscontext()
448 if (flags & LOGIN_SETPRIORITY) { in setusercontext()
/freebsd-12.1/libexec/atrun/
H A Datrun.c320 ~(LOGIN_SETPRIORITY | LOGIN_SETPATH | LOGIN_SETENV)) != 0) in run_file()
/freebsd-12.1/usr.bin/su/
H A Dsu.c507 setwhat &= ~(LOGIN_SETPRIORITY | LOGIN_SETRESOURCES); in main()
/freebsd-12.1/sbin/init/
H A Dinit.c2054 LOGIN_SETPRIORITY | LOGIN_SETRESOURCES | in setprocresources()
/freebsd-12.1/contrib/sendmail/src/
H A Ddeliver.c2423 sucflags = LOGIN_SETRESOURCES|LOGIN_SETPRIORITY;