Searched refs:oactive (Results 1 – 6 of 6) sorted by relevance
| /src/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
|
| /src/crypto/openssh/ |
| H A D | sshd.c | 940 int oactive = -1, listening = 0, lameduck = 0; in server_accept_loop() local 1002 if (oactive != children_active) { in server_accept_loop() 1006 oactive = children_active; in server_accept_loop()
|
| H A D | servconf.c | 1335 int cmdline = 0, *intptr, value, value2, n, port, oactive, r; in process_server_config_line_depth() local 2332 oactive = *activep; in process_server_config_line_depth() 2343 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth() 2348 *activep = oactive; in process_server_config_line_depth() 2390 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth() 2393 *activep = oactive; in process_server_config_line_depth()
|
| H A D | readconf.c | 1143 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local 2121 oactive = *activep; in process_config_line_depth() 2126 oactive ? "" : " (parse only)"); in process_config_line_depth() 2130 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth() 2144 *activep = oactive; in process_config_line_depth()
|
| /src/sys/net/ |
| H A D | iflib.c | 4087 bool oactive, running, do_reset, do_watchdog, in_detach; in _task_fn_admin() local 4091 oactive = (if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_OACTIVE); in _task_fn_admin() 4098 if ((!running && !oactive) && !(ctx->ifc_sctx->isc_flags & IFLIB_ADMIN_ALWAYS_RUN)) in _task_fn_admin()
|