Searched refs:needs (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCommandQueue.cpp144 #error IOCommandQueue::checkForWork needs to be updated for new command size
198 #error IOCommandQueue::enqueueCommand needs to be updated
/darwin-on-arm/xnu/SETUP/config/
H A Dmkmakefile.c366 char *this, *needs; local
448 needs = 0;
480 if (needs == 0 && nreqs == 1)
481 needs = ns(wd);
542 free(needs);
543 needs = 0;
551 free(needs);
552 needs = 0;
564 tp->f_needs = needs;
625 tp->f_needs = needs;
[all...]
/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c895 /* See if this thread needs it's PMC flag set */
1044 #error pmc_reservation_interrupt needs an inter-processor method invocation mechanism for this architecture

Completed in 74 milliseconds