Home
last modified time | relevance | path

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

/dragonfly/lib/libutil/
H A Dlogin_cap.h45 #define LOGIN_SETPRIORITY 0x0008 /* set priority */ macro
H A Dlogin_class.c266 flags &= LOGIN_SETRESOURCES | LOGIN_SETPRIORITY | in setclasscontext()
338 if (flags & LOGIN_SETPRIORITY) { in setusercontext()
/dragonfly/libexec/atrun/
H A Datrun.c308 ~(LOGIN_SETPRIORITY | LOGIN_SETPATH | LOGIN_SETENV)) != 0) in run_file()
/dragonfly/libexec/ftpd/
H A Dftpd.c1151 LOGIN_SETPRIORITY|LOGIN_SETRESOURCES|LOGIN_SETUMASK); in end_login()
1421 LOGIN_SETLOGIN|LOGIN_SETGROUP|LOGIN_SETPRIORITY| in pass()
/dragonfly/sbin/init/
H A Dinit.c1758 setusercontext(lc, NULL, 0, LOGIN_SETPRIORITY|LOGIN_SETRESOURCES); in setprocresources()
/dragonfly/usr.bin/su/
H A Dsu.c494 setwhat &= ~(LOGIN_SETPRIORITY | LOGIN_SETRESOURCES); in main()