Searched refs:oactive (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.sbin/bluetooth/btpand/ |
| H A D | channel.c | 177 chan->oactive = true; in channel_start() 197 chan->oactive = false; in channel_start() 288 if (!chan->oactive) in channel_put()
|
| H A D | btpand.h | 84 bool oactive; member
|
| /freebsd/crypto/openssh/ |
| H A D | sshd.c | 938 int oactive = -1, listening = 0, lameduck = 0; in server_accept_loop() local 999 if (oactive != children_active) { in server_accept_loop() 1003 oactive = children_active; in server_accept_loop()
|
| H A D | readconf.c | 1142 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local 2117 oactive = *activep; in process_config_line_depth() 2122 oactive ? "" : " (parse only)"); in process_config_line_depth() 2126 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth() 2140 *activep = oactive; in process_config_line_depth()
|
| H A D | servconf.c | 1111 int cmdline = 0, *intptr, value, value2, value3, n, port, oactive, r; in process_server_config_line_depth() local 2139 oactive = *activep; in process_server_config_line_depth() 2150 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth() 2155 *activep = oactive; in process_server_config_line_depth() 2197 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth() 2200 *activep = oactive; in process_server_config_line_depth()
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 2685 bool oactive, running; iflib_media_status() local 4250 bool oactive, running, do_reset, do_reset_if_up, do_watchdog; _task_fn_admin() local
|