| /src/sys/netinet/ |
| tcp_timer.c | 307 short ostate; local 348 ostate = tp->t_state; 440 tcp_trace(TA_USER, ostate, tp, NULL, 454 short ostate; local 470 ostate = tp->t_state; 504 tcp_trace(TA_USER, ostate, tp, NULL, 517 short ostate; local 533 ostate = tp->t_state; 576 tcp_trace(TA_USER, ostate, tp, NULL, 596 short ostate; local [all...] |
| tcp_input.c | 1203 short ostate = 0; local 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);
|
| 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 531 ostate = tcp_debug_capture(tp, PRU_ACCEPT); 547 tcp_debug_trace(so, tp, ostate, PRU_ACCEPT); 564 int ostate = 0; local 571 ostate = tcp_debug_capture(tp, PRU_BIND); 594 tcp_debug_trace(so, tp, ostate, PRU_BIND); 606 int ostate = 0; local 614 ostate = tcp_debug_capture(tp, PRU_LISTEN) 648 int ostate = 0; local 731 int ostate = 0; local 753 int ostate = 0; local 788 int ostate = 0; local 817 int ostate = 0; local 867 int ostate = 0; local 897 int ostate = 0; local 927 int ostate = 0; local 961 int ostate = 0; local 1004 int ostate = 0; local 1041 int ostate = 0; local [all...] |
| /src/common/lib/libc/stdlib/ |
| random.c | 342 void *ostate = (void *)(&state[-1]); local 386 return((char *)ostate); 414 void *ostate = (void *)(&state[-1]); local 448 return((char *)ostate);
|
| /src/sys/arch/i386/pci/ |
| piixpcib.c | 398 int ostate, nstate, error; local 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 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/external/bsd/ntp/dist/libntp/ |
| ntp_random.c | 356 register char *ostate = (char *)(&state[-1]); local 396 return(ostate); 426 char *ostate = (char *)(&state[-1]); local 452 return(ostate);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| random.c | 260 void *ostate = (void *) &state[-1]; 311 return ostate; 330 void *ostate = (void *) &state[-1]; 363 return ostate; 258 void *ostate = (void *) &state[-1]; local 327 void *ostate = (void *) &state[-1]; local
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| random.c | 260 void *ostate = (void *) &state[-1]; 311 return ostate; 330 void *ostate = (void *) &state[-1]; 363 return ostate; 258 void *ostate = (void *) &state[-1]; local 327 void *ostate = (void *) &state[-1]; local
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| random.c | 260 void *ostate = (void *) &state[-1]; 311 return ostate; 330 void *ostate = (void *) &state[-1]; 363 return ostate; 258 void *ostate = (void *) &state[-1]; local 327 void *ostate = (void *) &state[-1]; local
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| random.c | 262 PTR ostate = (PTR) &state[-1]; 313 return ostate; 332 PTR ostate = (PTR) &state[-1]; 365 return ostate; 260 PTR ostate = (PTR) &state[-1]; local 329 PTR ostate = (PTR) &state[-1]; local
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| random.c | 260 void *ostate = (void *) &state[-1]; 311 return ostate; 330 void *ostate = (void *) &state[-1]; 363 return ostate; 258 void *ostate = (void *) &state[-1]; local 327 void *ostate = (void *) &state[-1]; local
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| random.c | 260 void *ostate = (void *) &state[-1]; 311 return ostate; 330 void *ostate = (void *) &state[-1]; 363 return ostate; 258 void *ostate = (void *) &state[-1]; local 327 void *ostate = (void *) &state[-1]; local
|
| /src/sys/net80211/ |
| ieee80211_proto.c | 920 enum ieee80211_state ostate; local 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 763 ostate = 1; 765 ostate = 0; 766 nstate = ostate; 784 ostate = 1; 786 ostate = 0; 788 if (ostate != nstate) {
|
| /src/sys/dev/ic/ |
| awi.c | 1709 enum ieee80211_state ostate; local 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) {
|
| rt2560.c | 880 enum ieee80211_state ostate; local 885 ostate = ic->ic_state; 892 if (ostate == IEEE80211_S_RUN) {
|
| rt2661.c | 784 enum ieee80211_state ostate; local 788 ostate = ic->ic_state; 795 if (ostate == IEEE80211_S_RUN) {
|
| /src/sys/dev/pcmcia/ |
| if_malo_pcmcia.c | 684 enum ieee80211_state ostate; local 686 ostate = ic->ic_state; 688 if (ostate == nstate)
|
| /src/sys/dev/usb/ |
| if_atu.c | 1191 enum ieee80211_state ostate = ic->ic_state; local 1194 ieee80211_state_name[ostate], ieee80211_state_name[nstate])); 1212 if (ostate == IEEE80211_S_SCAN) {
|
| if_athn_usb.c | 1438 enum ieee80211_state ostate, nstate; local 1448 ostate = ic->ic_state; 1451 ieee80211_state_name[ostate], ostate, 1454 if (ostate == IEEE80211_S_RUN) {
|
| if_rum.c | 672 enum ieee80211_state ostate; local 676 ostate = ic->ic_state; 680 if (ostate == IEEE80211_S_RUN) {
|
| if_ural.c | 710 enum ieee80211_state ostate; local 714 ostate = ic->ic_state; 718 if (ostate == IEEE80211_S_RUN) {
|
| /src/sys/net/ |
| if_l2tp.c | 1342 int ostate; local 1350 ostate = nvar->lv_state; 1355 if (ostate != state) {
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| input.c | 822 int result, ostate, osig; local 834 ostate = rl_readline_state; 845 if (osig != 0 && (ostate & RL_STATE_CALLBACK)) 913 ostate = rl_readline_state; 962 else if (osig == SIGINT && (ostate & RL_STATE_CALLBACK) && (ostate & (RL_STATE_ISEARCH|RL_STATE_NSEARCH|RL_STATE_NUMERICARG)))
|