Searched refs:ready (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dprngpriv.h93 prng_ready_status ready; member in struct:PRNG
106 if(p->ready != PRNG_READY) {return PRNG_ERR_NOT_READY;} /* Set error state and return */
H A Dprng.c288 p->ready = PRNG_READY;
616 p->ready = PRNG_NOT_READY;
/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c399 int ready; local
405 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
406 if (ready)
407 return (ready);
411 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
412 if (ready)
413 return (ready);
/xnu-2422.115.4/bsd/netinet/
H A Dip_dummynet.h236 ready for processing.
413 int ready ; /* set if ifp != NULL and we got a signal from it */ member in struct:dn_pipe
551 int ready ; /* set if ifp != NULL and we got a signal from it */ member in struct:dn_pipe_32
676 int ready ; /* set if ifp != NULL and we got a signal from it */ member in struct:dn_pipe_64
H A Dip_dummynet.c179 CTLFLAG_RD | CTLFLAG_LOCKED, &ready_heap.size, 0, "Size of ready heap");
282 p->ready = user_pipe_32.ready;
328 p->ready = user_pipe_64.ready;
480 pipe_bp->ready = p->ready;
521 pipe_bp->ready = p->ready;
712 * the scheduler, either because of existing pkts getting ready,
[all...]
/xnu-2422.115.4/bsd/net/
H A Dbpf.c1999 int ready = 0; local
2017 * ready to read.
2029 ready = (kn->kn_data >= lowwat);
2044 * expired, we're not ready to read.
2048 ready = (kn->kn_data > 0);
2050 if (!ready)
2055 return (ready);
H A Dif_bond.c3432 int ready = 0; local
3445 /* note that there was at least one ready port */
3446 ready = 1;
3448 return (ready);
4606 timestamp_printf("[%s] Mux WAITING: Port is already ready\n",
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c1785 int ready = 0; local
1792 // if there's nothing in the queue, we're not ready
1794 ready = 1;
1797 if (!ready) {
1801 return ready;

Completed in 93 milliseconds