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

1 2 3 4 5

  /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_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_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...]
  /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)
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)
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);
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);
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);
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
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
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
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
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
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
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/common/lib/libc/stdlib/
random.c 341 void *ostate = (void *)(&state[-1]); local
385 return((char *)ostate);
413 void *ostate = (void *)(&state[-1]); local
447 return((char *)ostate);
random.c 341 void *ostate = (void *)(&state[-1]); local
385 return((char *)ostate);
413 void *ostate = (void *)(&state[-1]); local
447 return((char *)ostate);

Completed in 59 milliseconds

1 2 3 4 5