Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/btpand/
H A Dchannel.c177 chan->oactive = true; in channel_start()
197 chan->oactive = false; in channel_start()
288 if (!chan->oactive) in channel_put()
H A Dbtpand.h84 bool oactive; member
/freebsd/crypto/openssh/
H A Dsshd.c938 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 Dservconf.c1335 int cmdline = 0, *intptr, value, value2, value3, n, port, oactive, r; in process_server_config_line_depth() local
2354 oactive = *activep; in process_server_config_line_depth()
2365 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth()
2370 *activep = oactive; in process_server_config_line_depth()
2412 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth()
2415 *activep = oactive; in process_server_config_line_depth()
H A Dreadconf.c1142 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()
/freebsd/sys/net/
H A Diflib.c4121 bool oactive, running, do_reset, do_watchdog, in_detach; in _task_fn_admin()
4125 oactive = (if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_OACTIVE); in _task_fn_admin()
4132 if ((!running && !oactive) && !(ctx->ifc_sctx->isc_flags & IFLIB_ADMIN_ALWAYS_RUN)) in _task_fn_admin()
4118 bool oactive, running, do_reset, do_watchdog, in_detach; _task_fn_admin() local