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 | 878 int oactive = -1, listening = 0, lameduck = 0; in server_accept_loop() local 937 if (oactive != children_active) { in server_accept_loop() 941 oactive = children_active; in server_accept_loop()
|
H A D | servconf.c | 1321 int cmdline = 0, *intptr, value, value2, n, port, oactive, r; in process_server_config_line_depth() local 2318 oactive = *activep; in process_server_config_line_depth() 2329 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth() 2334 *activep = oactive; in process_server_config_line_depth() 2376 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth() 2379 *activep = oactive; in process_server_config_line_depth()
|
H A D | readconf.c | 1097 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local 2075 oactive = *activep; in process_config_line_depth() 2080 oactive ? "" : " (parse only)"); in process_config_line_depth() 2084 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth() 2098 *activep = oactive; in process_config_line_depth()
|
/freebsd/sys/net/ |
H A D | iflib.c | 4185 bool oactive, running, do_reset, do_watchdog, in_detach; in _task_fn_admin() local 4189 oactive = (if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_OACTIVE); in _task_fn_admin() 4196 if ((!running && !oactive) && !(ctx->ifc_sctx->isc_flags & IFLIB_ADMIN_ALWAYS_RUN)) in _task_fn_admin()
|