Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Denvyvar.h78 int oactive; /* trigger_output called */ member
87 int ipos, opos, st, mask, ctl, iactive, oactive; member
H A Denvy.c1502 sc->oactive = 0; in envy_reset()
1974 sc->intrs[i].oactive, in envy_pintr()
2011 sc->intrs[sc->nintr].oactive = sc->oactive; in envy_intr()
2034 if (sc->oactive) { in envy_intr()
2143 sc->oactive = 1; in envy_trigger_output()
2179 if (!sc->oactive) { in envy_trigger_input()
2208 sc->oactive = 0; in envy_halt_output()
2238 if (!sc->oactive) in envy_halt_input()
H A Dif_txp.c1277 goto oactive; in txp_start()
1398 oactive: in txp_start()
/openbsd-src/usr.bin/ssh/
H A Dsshd.c820 int oactive = -1, listening = 0, lameduck = 0; in server_accept_loop()
872 if (oactive != children_active) { in server_accept_loop()
876 oactive = children_active; in server_accept_loop()
821 int oactive = -1, listening = 0, lameduck = 0; server_accept_loop() local
H A Dservconf.c1249 int cmdline = 0, *intptr, value, value2, n, port, oactive, r; in process_server_config_line_depth()
2230 oactive = *activep; in process_server_config_line_depth()
2241 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth()
2246 *activep = oactive; in process_server_config_line_depth()
2288 ? SSHCFG_MATCH_ONLY : (oactive in process_server_config_line_depth()
2291 *activep = oactive; in process_server_config_line_depth()
1198 int cmdline = 0, *intptr, value, value2, n, port, oactive, r; process_server_config_line_depth() local
H A Dreadconf.c1076 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth()
2054 oactive = *activep; in process_config_line_depth()
2059 oactive ? "" : " (parse only)"); in process_config_line_depth()
2063 (oactive ? 0 : SSHCONF_NEVERMATCH), in process_config_line_depth()
2077 *activep = oactive; in process_config_line_depth()
1027 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; process_config_line_depth() local
/openbsd-src/sys/dev/ic/
H A Drtw.c1379 int oactive; in rtw_reset_oactive() local
1383 oactive = ifq_is_oactive(&sc->sc_if.if_snd); in rtw_reset_oactive()
1390 if (oactive != ifq_is_oactive(&sc->sc_if.if_snd)) { in rtw_reset_oactive()