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

/macosx-10.5.8/xnu-1228.15.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.c284 p->ready = PRNG_READY;
612 p->ready = PRNG_NOT_READY;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c404 int ready; local
410 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
411 if (ready)
412 return (ready);
416 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
417 if (ready)
418 return (ready);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_dummynet.h200 ready for processing.
375 int ready ; /* set if ifp != NULL and we got a signal from it */ member in struct:dn_pipe
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c77 volatile boolean_t ready; member in struct:SIGtimebase
720 syncClkSpot.ready = FALSE;
743 syncClkSpot.ready = TRUE;
781 while (timebaseAddr->ready == FALSE)
H A Dmachine_routines_asm.s643 bnelr++ cr7 ; We are not in the I/O area, all ready...
657 blr ; Finally, all ready...
853 andi. r10,r10,SignalReady ; Are Signal ready?
855 cror cr0_eq, cr1_eq, cr0_eq ; Interrupt disabled or Signal not ready?
H A Dhw_vm.s4181 ; We are now ready to stick the SLB entry in the SLB and mark it in use
4201 ; The segment has been set up and loaded if need be. Now we are ready to build the
5336 ; We are now ready to stick the SLB entry in the SLB and mark it in use
7270 li r25,mapRtNotFnd ; Get ready to return not found
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_fsevents.c2003 int ready = 0; local
2010 // if there's nothing in the queue, we're not ready
2012 ready = 1;
2015 if (!ready) {
2019 return ready;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_bond.c3443 int ready = 0; local
3456 /* note that there was at least one ready port */
3457 ready = 1;
3459 return (ready);
4617 timestamp_printf("[%s] Mux WAITING: Port is already ready\n",

Completed in 97 milliseconds