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

12

/freebsd-10.1-release/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.h99 u_int ostate; /* output to channel (state of transmit half) */ member in struct:Channel
H A Dchannels.c320 c->ostate = CHAN_OUTPUT_OPEN;
655 c->ostate, buffer_len(&c->output),
874 if (c->ostate == CHAN_OUTPUT_OPEN ||
875 c->ostate == CHAN_OUTPUT_WAIT_DRAIN) {
878 } else if (c->ostate == CHAN_OUTPUT_WAIT_DRAIN) {
888 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) {
1029 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate);
1039 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate);
1056 if (c->ostate == CHAN_OUTPUT_OPEN ||
1057 c->ostate
[all...]
/freebsd-10.1-release/sys/net80211/
H A Dieee80211_monitor.c96 enum ieee80211_state ostate; local
100 ostate = vap->iv_state;
102 __func__, ieee80211_state_name[ostate],
106 switch (ostate) {
H A Dieee80211_wds.c343 enum ieee80211_state ostate; local
348 ostate = vap->iv_state;
350 ieee80211_state_name[ostate], ieee80211_state_name[nstate]);
353 if (ostate != IEEE80211_S_SCAN)
359 switch (ostate) {
366 if (ostate != IEEE80211_S_INIT) {
372 switch (ostate) {
381 if (ostate == IEEE80211_S_INIT) {
H A Dieee80211_sta.c217 enum ieee80211_state ostate; local
221 ostate = vap->iv_state;
223 __func__, ieee80211_state_name[ostate],
227 if (ostate != IEEE80211_S_SCAN)
234 switch (ostate) {
254 if (ostate != IEEE80211_S_INIT) {
262 switch (ostate) {
317 switch (ostate) {
341 vap->iv_state = ostate; /* stay RUN */
358 switch (ostate) {
[all...]
H A Dieee80211_tdma.c225 enum ieee80211_state ostate; local
230 ostate = vap->iv_state;
232 __func__, ieee80211_state_name[ostate],
238 (ostate == IEEE80211_S_INIT || ostate == IEEE80211_S_RUN) &&
246 if (ostate == IEEE80211_S_RUN) {
265 nstate == IEEE80211_S_RUN && ostate != IEEE80211_S_RUN &&
H A Dieee80211_proto.c1718 enum ieee80211_state nstate, ostate; local
1739 ostate = vap->iv_state;
1740 if (nstate == IEEE80211_S_SCAN && ostate != IEEE80211_S_INIT) {
1754 ieee80211_state_name[ostate], ieee80211_state_name[nstate], arg);
1771 if (ostate == nstate)
1841 enum ieee80211_state ostate; local
1882 ostate = vap->iv_state;
1885 ieee80211_state_name[ostate], ieee80211_state_name[nstate],
1889 if (ostate == IEEE80211_S_INIT) {
1902 __func__, ieee80211_state_name[ostate],
[all...]
H A Dieee80211_adhoc.c135 enum ieee80211_state ostate; local
139 ostate = vap->iv_state;
141 __func__, ieee80211_state_name[ostate],
144 if (ostate != IEEE80211_S_SCAN)
149 switch (ostate) {
156 if (ostate != IEEE80211_S_INIT) {
162 switch (ostate) {
215 switch (ostate) {
245 ic->ic_newassoc(ni, ostate != IEEE80211_S_RUN);
254 ieee80211_state_name[ostate], ieee80211_state_nam
[all...]
H A Dieee80211_hostap.c159 enum ieee80211_state ostate; local
163 ostate = vap->iv_state;
165 __func__, ieee80211_state_name[ostate],
168 if (ostate != IEEE80211_S_SCAN)
172 switch (ostate) {
185 if (ostate != IEEE80211_S_INIT) {
193 switch (ostate) {
210 * XXX no need to stop if ostate RUN but it's ok
265 switch (ostate) {
333 if (ostate
[all...]
H A Dieee80211_mesh.c700 enum ieee80211_state ostate; local
704 ostate = vap->iv_state;
706 __func__, ieee80211_state_name[ostate],
709 if (ostate != IEEE80211_S_SCAN)
712 if (nstate != IEEE80211_S_RUN && ostate == IEEE80211_S_RUN) {
718 switch (ostate) {
732 if (ostate != IEEE80211_S_INIT) {
739 switch (ostate) {
781 switch (ostate) {
845 /* NB: ostate no
[all...]
/freebsd-10.1-release/sys/netipx/
H A Dspx_debug.h99 void spx_trace(short act, u_char ostate, struct spxpcb *sp, struct spx *si,
H A Dspx_debug.c97 spx_trace(short act, u_char ostate, struct spxpcb *sp, struct spx *si, argument
110 sd->sd_ostate = ostate;
123 if (ostate >= TCP_NSTATES)
124 ostate = 0;
128 printf("%p %s:", (void *)sp, tcpstates[ostate]);
H A Dspx_usrreq.c192 short ostate = 0; local
234 ostate = cb->s_state;
380 spx_trace(SA_INPUT, (u_char)ostate, cb, &spx_savesi, 0);
399 spx_trace(SA_DROP, (u_char)ostate, cb, &spx_savesi, 0);
421 spx_trace(SA_DROP, (u_char)ostate, cb, &spx_savesi, 0);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/sys/netinet/
H A Dtcp_timer.c219 int ostate; local
221 ostate = tp->t_state;
283 tcp_trace(TA_USER, ostate, tp, (void *)0, (struct tcphdr *)0,
300 int ostate; local
302 ostate = tp->t_state;
373 tcp_trace(TA_USER, ostate, tp, (void *)0, (struct tcphdr *)0,
387 tcp_trace(TA_USER, ostate, tp, (void *)0, (struct tcphdr *)0,
403 int ostate; local
405 ostate = tp->t_state;
474 tcp_trace(TA_USER, ostate, t
491 int ostate; local
[all...]
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_input.c575 short ostate = 0; local
1010 ostate = tp->t_state;
1329 tcp_trace(TA_INPUT, ostate, tp,
1451 short ostate = 0; local
1721 tcp_trace(TA_INPUT, ostate, tp,
1768 tcp_trace(TA_INPUT, ostate, tp,
3010 tcp_trace(TA_INPUT, ostate, tp, (void *)tcp_saveipgen,
3057 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen,
3097 tcp_trace(TA_DROP, ostate, tp, (void *)tcp_saveipgen,
/freebsd-10.1-release/lib/libc/stdlib/
H A Drandom.c341 char *ostate = (char *)(&state[-1]); local
381 return (ostate);
409 char *ostate = (char *)(&state[-1]); local
435 return (ostate);
/freebsd-10.1-release/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-10.1-release/lib/libkse/thread/
H A Dthr_cancel.c183 int ostate; local
190 ostate = curthread->cancelflags & PTHREAD_CANCEL_DISABLE;
214 *oldstate = ostate;
/freebsd-10.1-release/usr.sbin/trpt/
H A Dtrpt.c304 tcp_trace(short act, short ostate, struct tcpcb *tp, int family __unused, argument
334 printf("%03ld %s:%s ", (long)((ntime/10) % 1000), tcpstates[ostate],
/freebsd-10.1-release/contrib/sendmail/src/
H A Ddeliver.c4701 int ostate; local
4725 ostate = OSTATE_HEAD;
4737 switch (ostate)
4844 ostate = OSTATE_HEAD;
4846 ostate = OSTATE_CR;
4848 ostate = OSTATE_INLINE;
4868 ostate = OSTATE_HEAD;
4876 ostate = OSTATE_INLINE;
4882 ostate = OSTATE_CR;
4945 ostate
[all...]
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c4033 int dlen, ostate, nstate, rval, dir; local
4043 ostate = tqe->tqe_state[1 - dir];
4052 if (ostate <= IPF_TCPS_ESTABLISHED) {
4085 switch (ostate)
4191 switch (ostate)
4217 if (ostate == IPF_TCPS_FIN_WAIT_1) {
4226 if (ostate == IPF_TCPS_FIN_WAIT_1) {
4236 } else if (ostate < IPF_TCPS_CLOSE_WAIT) {
4267 ostate > IPF_TCPS_CLOSE_WAIT) {
4317 if (ostate
[all...]

Completed in 337 milliseconds

12