Searched refs:oactive (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/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-14.2/crypto/openssh/ |
| H A D | servconf.c | 1315 int cmdline = 0, *intptr, value, value2, n, port, oactive, r; in process_server_config_line_depth() local 2204 oactive = *activep; in process_server_config_line_depth() 2215 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth() 2220 *activep = oactive; in process_server_config_line_depth() 2262 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth() 2265 *activep = oactive; in process_server_config_line_depth()
|
| H A D | readconf.c | 1053 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local 2027 oactive = *activep; in process_config_line_depth() 2032 oactive ? "" : " (parse only)"); in process_config_line_depth() 2036 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth() 2049 *activep = oactive; in process_config_line_depth()
|
| /freebsd-14.2/sys/net/ |
| H A D | iflib.c | 4182 bool oactive, running, do_reset, do_watchdog, in_detach; in _task_fn_admin() local 4186 oactive = (if_getdrvflags(ctx->ifc_ifp) & IFF_DRV_OACTIVE); in _task_fn_admin() 4193 if ((!running && !oactive) && !(ctx->ifc_sctx->isc_flags & IFLIB_ADMIN_ALWAYS_RUN)) in _task_fn_admin()
|