Searched refs:ostate (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/
H A Dnchan.c102 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED)
103 fatal("chan_set_ostate: bad state %d -> %d", c->ostate, next);
104 debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate],
106 c->ostate = next;
182 switch (c->ostate) {
190 error("channel %d: protocol error: rcvd_ieof for ostate %d",
191 c->self, c->ostate);
199 switch (c->ostate) {
211 error("channel %d: chan_write_failed for ostate %d",
212 c->self, c->ostate);
[all...]
H A Dchannels.h101 u_int ostate; /* output to channel (state of transmit half) */ member in struct:Channel
H A Dchannels.c347 c->ostate = CHAN_OUTPUT_OPEN;
445 other->ostate = CHAN_OUTPUT_CLOSED;
733 c->ostate, buffer_len(&c->output),
917 if (c->ostate == CHAN_OUTPUT_OPEN ||
918 c->ostate == CHAN_OUTPUT_WAIT_DRAIN) {
921 } else if (c->ostate == CHAN_OUTPUT_WAIT_DRAIN) {
931 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) {
1079 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate);
1089 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate);
1106 if (c->ostate
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_monitor.c97 enum ieee80211_state ostate; local
101 ostate = vap->iv_state;
103 __func__, ieee80211_state_name[ostate],
107 switch (ostate) {
H A Dieee80211_wds.c347 enum ieee80211_state ostate; local
352 ostate = vap->iv_state;
354 ieee80211_state_name[ostate], ieee80211_state_name[nstate]);
357 if (ostate != IEEE80211_S_SCAN)
362 switch (ostate) {
369 if (ostate != IEEE80211_S_INIT) {
375 switch (ostate) {
384 if (ostate == IEEE80211_S_INIT) {
H A Dieee80211_sta.c235 enum ieee80211_state ostate; local
239 ostate = vap->iv_state;
241 __func__, ieee80211_state_name[ostate],
245 if (ostate != IEEE80211_S_SCAN)
252 switch (ostate) {
273 if (ostate != IEEE80211_S_INIT) {
281 switch (ostate) {
342 switch (ostate) {
384 switch (ostate) {
407 switch (ostate) {
[all...]
H A Dieee80211_tdma.c229 enum ieee80211_state ostate; local
234 ostate = vap->iv_state;
236 __func__, ieee80211_state_name[ostate],
242 (ostate == IEEE80211_S_INIT || ostate == IEEE80211_S_RUN) &&
250 if (ostate == IEEE80211_S_RUN) {
269 nstate == IEEE80211_S_RUN && ostate != IEEE80211_S_RUN &&
H A Dieee80211_adhoc.c137 enum ieee80211_state ostate; local
141 ostate = vap->iv_state;
143 __func__, ieee80211_state_name[ostate],
146 if (ostate != IEEE80211_S_SCAN)
151 switch (ostate) {
158 if (ostate != IEEE80211_S_INIT) {
164 switch (ostate) {
217 switch (ostate) {
249 ic->ic_newassoc(ni, ostate != IEEE80211_S_RUN);
258 ieee80211_state_name[ostate], ieee80211_state_nam
[all...]
H A Dieee80211_freebsd.c310 uint32_t ostate; local
312 ostate = atomic_fetchadd_32(&vap->iv_com_state, IEEE80211_COM_REF_ADD);
314 if (ostate & IEEE80211_COM_DETACHED) {
319 if (MS(ostate, IEEE80211_COM_REF) == IEEE80211_COM_REF_MAX) {
330 uint32_t ostate; local
332 ostate = atomic_fetchadd_32(&vap->iv_com_state, -IEEE80211_COM_REF_ADD);
334 KASSERT(MS(ostate, IEEE80211_COM_REF) != 0,
337 (void) ostate;
H A Dieee80211_proto.c1924 enum ieee80211_state nstate, ostate; local
1951 ostate = vap->iv_state;
1952 if (nstate == IEEE80211_S_SCAN && ostate != IEEE80211_S_INIT) {
1966 ieee80211_state_name[ostate], ieee80211_state_name[nstate], arg);
1983 if (ostate == nstate)
2053 enum ieee80211_state ostate; local
2105 ostate = vap->iv_state;
2108 ieee80211_state_name[ostate], ieee80211_state_name[nstate],
2112 if (ostate == IEEE80211_S_INIT) {
2125 __func__, ieee80211_state_name[ostate],
[all...]
H A Dieee80211_hostap.c161 enum ieee80211_state ostate; local
165 ostate = vap->iv_state;
167 __func__, ieee80211_state_name[ostate],
170 if (ostate != IEEE80211_S_SCAN)
174 switch (ostate) {
187 if (ostate != IEEE80211_S_INIT) {
195 switch (ostate) {
212 * XXX no need to stop if ostate RUN but it's ok
267 switch (ostate) {
335 if (ostate
[all...]
H A Dieee80211_mesh.c693 enum ieee80211_state ostate; local
697 ostate = vap->iv_state;
699 __func__, ieee80211_state_name[ostate],
702 if (ostate != IEEE80211_S_SCAN)
705 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) {
711 switch (ostate) {
725 if (ostate != IEEE80211_S_INIT) {
732 switch (ostate) {
774 switch (ostate) {
837 /* NB: ostate no
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Drandom.c261 PTR ostate = (PTR) &state[-1];
312 return ostate;
331 PTR ostate = (PTR) &state[-1];
364 return ostate;
259 PTR ostate = (PTR) &state[-1]; local
328 PTR ostate = (PTR) &state[-1]; local
/freebsd-11-stable/contrib/binutils/libiberty/
H A Drandom.c261 PTR ostate = (PTR) &state[-1];
312 return ostate;
331 PTR ostate = (PTR) &state[-1];
364 return ostate;
259 PTR ostate = (PTR) &state[-1]; local
328 PTR ostate = (PTR) &state[-1]; local
/freebsd-11-stable/sys/netinet/
H A Dtcp_debug.c97 tcp_trace(short act, short ostate, struct tcpcb *tp, void *ipgen, argument
124 td->td_ostate = ostate;
162 printf("%p %s:", tp, tcpstates[ostate]);
H A Dtcp_timer.c317 int ostate; local
319 ostate = tp->t_state;
380 tcp_trace(TA_USER, ostate, tp, (void *)0, (struct tcphdr *)0,
399 int ostate; local
401 ostate = tp->t_state;
468 tcp_trace(TA_USER, ostate, tp, (void *)0, (struct tcphdr *)0,
483 tcp_trace(TA_USER, ostate, tp, (void *)0, (struct tcphdr *)0,
500 int ostate; local
502 ostate = tp->t_state;
563 tcp_trace(TA_USER, ostate, t
581 int ostate; local
[all...]
H A Dtcp_input.c610 short ostate = 0; local
1069 ostate = tp->t_state;
1385 tcp_trace(TA_INPUT, ostate, tp,
1572 short ostate = 0; local
1887 tcp_trace(TA_INPUT, ostate, tp,
1934 tcp_trace(TA_INPUT, ostate, tp,
3220 tcp_trace(TA_INPUT, ostate, tp, (void *)tcp_saveipgen,
3268 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen,
3309 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen,
H A Dtcp_usrreq.c124 #define TCPDEBUG0 int ostate = 0
125 #define TCPDEBUG1() ostate = tp ? tp->t_state : 0
127 tcp_trace(TA_USER, ostate, tp, 0, 0, req)
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_random.c354 register char *ostate = (char *)(&state[-1]); local
394 return(ostate);
424 char *ostate = (char *)(&state[-1]); local
450 return(ostate);
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c316 char *ostate = (char *)(&state[-1]); local
353 return (ostate);
381 char *ostate = (char *)(&state[-1]); local
398 return (ostate);
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c179 short ostate = 0; local
298 tcp_trace(TA_INPUT, ostate, tp,
349 short ostate = 0; local
391 tcp_trace(TA_INPUT, ostate, tp,
457 short ostate = 0; local
1577 tcp_trace(TA_INPUT, ostate, tp, (void *)tcp_saveipgen,
1624 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen,
1667 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen,
1957 short ostate = 0; local
2110 tcp_trace(TA_INPUT, ostate, t
[all...]
/freebsd-11-stable/usr.sbin/trpt/
H A Dtrpt.c306 tcp_trace(short act, short ostate, struct tcpcb *tp, int family __unused, argument
336 printf("%03ld %s:%s ", (long)((ntime/10) % 1000), tcpstates[ostate],
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c4047 int dlen, ostate, nstate, rval, dir; local
4057 ostate = tqe->tqe_state[1 - dir];
4066 if (ostate <= IPF_TCPS_ESTABLISHED) {
4099 switch (ostate)
4205 switch (ostate)
4231 if (ostate == IPF_TCPS_FIN_WAIT_1) {
4240 if (ostate == IPF_TCPS_FIN_WAIT_1) {
4250 } else if (ostate < IPF_TCPS_CLOSE_WAIT) {
4281 ostate > IPF_TCPS_CLOSE_WAIT) {
4331 if (ostate
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c4954 int ostate; local
4978 ostate = OSTATE_HEAD;
4990 switch (ostate)
5097 ostate = OSTATE_HEAD;
5099 ostate = OSTATE_CR;
5101 ostate = OSTATE_INLINE;
5121 ostate = OSTATE_HEAD;
5129 ostate = OSTATE_INLINE;
5135 ostate = OSTATE_CR;
5198 ostate
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c1225 enum ieee80211_state ostate; local
1228 ostate = vap->iv_state;
1231 ieee80211_state_name[ostate],
1235 if (ostate == IEEE80211_S_RUN) {

Completed in 251 milliseconds

12