HomeSort by: relevance | last modified time | path
    Searched refs:ostate (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/sys/netinet/
tcp_timer.c 307 short ostate; local in function:tcp_timer_rexmt
348 ostate = tp->t_state;
440 tcp_trace(TA_USER, ostate, tp, NULL,
454 short ostate; local in function:tcp_timer_persist
470 ostate = tp->t_state;
504 tcp_trace(TA_USER, ostate, tp, NULL,
517 short ostate; local in function:tcp_timer_keep
533 ostate = tp->t_state;
576 tcp_trace(TA_USER, ostate, tp, NULL,
596 short ostate; local in function:tcp_timer_2msl
    [all...]
tcp_debug.c 111 tcp_trace(short act, short ostate, struct tcpcb *tp, struct mbuf *m, int req)
122 td->td_ostate = ostate;
161 printf("%p %s:", tp, tcpstates[ostate]);
tcp_usrreq.c 166 tcp_debug_trace(struct socket *so, struct tcpcb *tp, int ostate, int req)
170 tcp_trace(TA_USER, ostate, tp, NULL, req);
523 int ostate = 0; local in function:tcp_accept
531 ostate = tcp_debug_capture(tp, PRU_ACCEPT);
547 tcp_debug_trace(so, tp, ostate, PRU_ACCEPT);
564 int ostate = 0; local in function:tcp_bind
571 ostate = tcp_debug_capture(tp, PRU_BIND);
594 tcp_debug_trace(so, tp, ostate, PRU_BIND);
606 int ostate = 0; local in function:tcp_listen
614 ostate = tcp_debug_capture(tp, PRU_LISTEN)
648 int ostate = 0; local in function:tcp_connect
731 int ostate = 0; local in function:tcp_connect2
753 int ostate = 0; local in function:tcp_disconnect
788 int ostate = 0; local in function:tcp_shutdown
817 int ostate = 0; local in function:tcp_abort
867 int ostate = 0; local in function:tcp_peeraddr
897 int ostate = 0; local in function:tcp_sockaddr
927 int ostate = 0; local in function:tcp_rcvd
961 int ostate = 0; local in function:tcp_recvoob
1004 int ostate = 0; local in function:tcp_send
1041 int ostate = 0; local in function:tcp_sendoob
    [all...]
tcp_input.c 1203 short ostate = 0; local in function:tcp_input
1504 ostate = tp->t_state;
2851 tcp_trace(TA_INPUT, ostate, tp, tcp_saveti, 0);
2950 tcp_trace(TA_DROP, ostate, tp, tcp_saveti, 0);
  /src/sys/arch/i386/pci/
piixpcib.c 398 int ostate, nstate, error; local in function:speedstep_sysctl_helper
405 ostate = 1;
407 ostate = 0;
408 nstate = ostate;
425 ostate = 1;
427 ostate = 0;
429 if (ostate != nstate)
  /src/sys/external/bsd/common/linux/
linux_tasklet.c 282 unsigned ostate, nstate; local in function:tasklet_queue_schedule
286 ostate = atomic_load_relaxed(&tasklet->tl_state);
287 if (ostate & TASKLET_SCHEDULED)
289 nstate = ostate | TASKLET_SCHEDULED;
290 } while (atomic_cas_uint(&tasklet->tl_state, ostate, nstate)
291 != ostate);
  /src/common/lib/libc/stdlib/
random.c 342 void *ostate = (void *)(&state[-1]); local in function:initstate
386 return((char *)ostate);
414 void *ostate = (void *)(&state[-1]); local in function:setstate
448 return((char *)ostate);
  /src/sys/net80211/
ieee80211_proto.c 920 enum ieee80211_state ostate; local in function:ieee80211_newstate
924 ostate = ic->ic_state;
926 ieee80211_state_name[ostate], ieee80211_state_name[nstate]);
931 switch (ostate) {
983 switch (ostate) {
1029 switch (ostate) {
1053 ic->ic_state = ostate; /* stay RUN */
1068 switch (ostate) {
1092 switch (ostate) {
1106 ("%s: bogus xmit rate %u setup ostate %x
    [all...]
  /src/sys/arch/x86/pci/
ichlpcib.c 753 int ostate, nstate, s, error = 0; local in function:speedstep_sysctl_helper
763 ostate = 1;
765 ostate = 0;
766 nstate = ostate;
784 ostate = 1;
786 ostate = 0;
788 if (ostate != nstate) {
  /src/usr.sbin/trpt/
trpt.c 382 tcp_trace(short act, short ostate, struct tcpcb *atp, struct tcpcb *tp,
416 printf("%03d %s:%s ", (ntime/10) % 1000, tcpstates[ostate],
  /src/sys/external/bsd/ipf/netinet/
ip_state.c 3963 int dlen, ostate, nstate, rval, dir; local in function:ipf_tcp_age
3973 ostate = tqe->tqe_state[1 - dir];
3982 if (ostate <= IPF_TCPS_ESTABLISHED) {
4015 switch (ostate)
4121 switch (ostate)
4147 if (ostate == IPF_TCPS_FIN_WAIT_1) {
4156 if (ostate == IPF_TCPS_FIN_WAIT_1) {
4166 } else if (ostate < IPF_TCPS_CLOSE_WAIT) {
4197 ostate > IPF_TCPS_CLOSE_WAIT) {
4247 if (ostate == IPF_TCPS_LAST_ACK)
    [all...]
  /src/sys/net/
if_l2tp.c 1342 int ostate; local in function:l2tp_set_state
1350 ostate = nvar->lv_state;
1355 if (ostate != state) {
  /src/sys/dev/ic/
awi.c 1709 enum ieee80211_state ostate; local in function:awi_newstate
1718 ostate = ic->ic_state;
1719 DPRINTF(("awi_newstate: %s (%s/%s) -> %s\n", stname[ostate],
1765 switch (ostate) {
1840 if (ostate == IEEE80211_S_SCAN) {
rtw.c 2974 int ostate, s; local in function:rtw_led_fastblink
2979 ostate = ls->ls_state;
2990 if (ostate != ls->ls_state)
3657 enum ieee80211_state ostate; local in function:rtw_newstate
3660 ostate = ic->ic_state;
3672 if (ostate == IEEE80211_S_INIT && nstate != IEEE80211_S_INIT)
3683 if (ostate != IEEE80211_S_SCAN) {
bwfm.c 962 enum ieee80211_state ostate = ic->ic_state; local in function:bwfm_newstate_cb
966 DPRINTF(("%s: newstate %d -> %d\n", DEVNAME(sc), ostate, nstate));
975 if (ostate != IEEE80211_S_SCAN) {
malo.c 1109 enum ieee80211_state ostate; local in function:malo_newstate
1114 ostate = ic->ic_state;
1123 if (ostate == IEEE80211_S_INIT) {
rt2860.c 1023 enum ieee80211_state ostate; local in function:rt2860_newstate
1026 ostate = ic->ic_state;
1028 DPRINTF(("ostate = %d nstate = %d\n", ostate, nstate));
1029 if (ostate == IEEE80211_S_RUN) {
1036 if (ostate == IEEE80211_S_RUN) {
1048 if (ostate != IEEE80211_S_SCAN)
  /src/sys/dev/pcmcia/
if_malo_pcmcia.c 684 enum ieee80211_state ostate; local in function:cmalo_newstate
686 ostate = ic->ic_state;
688 if (ostate == nstate)
  /src/sys/dev/usb/
if_atu.c 1194 enum ieee80211_state ostate = ic->ic_state; local in function:atu_newstate
1197 ieee80211_state_name[ostate], ieee80211_state_name[nstate]));
1215 if (ostate == IEEE80211_S_SCAN) {
if_athn_usb.c 1438 enum ieee80211_state ostate, nstate; local in function:athn_usb_newstate_cb
1448 ostate = ic->ic_state;
1451 ieee80211_state_name[ostate], ostate,
1454 if (ostate == IEEE80211_S_RUN) {
if_zyd.c 705 enum ieee80211_state ostate; local in function:zyd_task
707 ostate = ic->ic_state;
711 if (ostate == IEEE80211_S_RUN) {
if_rum.c 672 enum ieee80211_state ostate; local in function:rum_task
676 ostate = ic->ic_state;
680 if (ostate == IEEE80211_S_RUN) {
if_ural.c 710 enum ieee80211_state ostate; local in function:ural_task
714 ostate = ic->ic_state;
718 if (ostate == IEEE80211_S_RUN) {
  /src/sys/dev/pci/
if_iwm.c 6187 enum ieee80211_state ostate = ic->ic_state; local in function:iwm_do_newstate
6191 DPRINTF(("switching state %s->%s\n", ieee80211_state_name[ostate],
6194 if (ostate == IEEE80211_S_SCAN && nstate != ostate)
6197 if (ostate == IEEE80211_S_RUN && nstate != ostate)
6202 if (ostate > IEEE80211_S_SCAN && nstate < ostate) {
6226 if (ostate == nstate &&
if_rtwn.c 1293 enum ieee80211_state ostate = ic->ic_state; local in function:rtwn_newstate
1304 if (ostate != nstate) {
1306 ieee80211_state_name[ostate],
1310 switch (ostate) {
1372 if (ostate != IEEE80211_S_SCAN) {

Completed in 49 milliseconds

1 2