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

/darwin-on-arm/xnu/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;
/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c402 int ready; local
408 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
409 if (ready)
410 return (ready);
414 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
415 if (ready)
416 return (ready);
/darwin-on-arm/xnu/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;
710 * the scheduler, either because of existing pkts getting ready,
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c1891 int ready = 0; local
1909 * ready to read.
1920 ready = (kn->kn_data >= lowwat);
1935 * expired, we're not ready to read.
1939 ready = (kn->kn_data > 0);
1941 if (!ready)
1946 return (ready);
H A Dif_bond.c3439 int ready = 0; local
3452 /* note that there was at least one ready port */
3453 ready = 1;
3455 return (ready);
4613 timestamp_printf("[%s] Mux WAITING: Port is already ready\n",
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c1717 int ready = 0; local
1724 // if there's nothing in the queue, we're not ready
1726 ready = 1;
1729 if (!ready) {
1733 return ready;

Completed in 102 milliseconds