Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/relayd/
Dconfig.c50 ps->ps_what[PROC_PARENT] = CONFIG_ALL; in config_init()
51 ps->ps_what[PROC_PFE] = CONFIG_ALL & ~(CONFIG_PROTOS|CONFIG_CERTS); in config_init()
52 ps->ps_what[PROC_HCE] = CONFIG_TABLES; in config_init()
53 ps->ps_what[PROC_CA] = CONFIG_RELAYS|CONFIG_CERTS; in config_init()
54 ps->ps_what[PROC_RELAY] = CONFIG_RELAYS|CONFIG_CERTS| in config_init()
58 what = ps->ps_what[privsep_process]; in config_init()
153 what = ps->ps_what[privsep_process] & reset; in config_purge()
236 if ((reset & ps->ps_what[id]) == 0 || in config_setreset()
280 what = ps->ps_what[privsep_process]; in config_getcfg()
315 if ((ps->ps_what[id] & CONFIG_TABLES) == 0 || in config_settable()
[all …]
Drelayd.h1035 u_int8_t ps_what[PROC_MAX]; member
/openbsd/src/usr.sbin/httpd/
Dconfig.c49 ps->ps_what[PROC_PARENT] = CONFIG_ALL; in config_init()
50 ps->ps_what[PROC_SERVER] = in config_init()
52 ps->ps_what[PROC_LOGGER] = CONFIG_SERVERS; in config_init()
58 what = ps->ps_what[privsep_process]; in config_init()
92 what = ps->ps_what[privsep_process] & reset; in config_purge()
117 if ((reset & ps->ps_what[id]) == 0 || in config_setreset()
177 what = ps->ps_what[id]; in config_setserver()
437 if ((ps->ps_what[privsep_process] & CONFIG_AUTH) == 0 || in config_getserver_auth()
826 what = ps->ps_what[id]; in config_setmedia()
873 what = ps->ps_what[id]; in config_setauth()
Dhttpd.h241 uint8_t ps_what[PROC_MAX]; member
/openbsd/src/usr.sbin/vmd/
Dconfig.c71 ps->ps_what[PROC_PARENT] = CONFIG_ALL; in config_init()
72 ps->ps_what[PROC_VMM] = CONFIG_VMS; in config_init()
79 what = ps->ps_what[privsep_process]; in config_init()
114 what = ps->ps_what[privsep_process] & reset; in config_purge()
173 if ((reset & ps->ps_what[id]) == 0 || in config_setreset()
Dproc.h103 uint8_t ps_what[PROC_MAX]; member