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

/xnu-2782.1.97/SETUP/config/
H A Dmkmakefile.c275 char *this, *needs; local
335 needs = 0;
359 if (needs == 0 && nreqs == 1)
360 needs = ns(wd);
421 free(needs);
422 needs = 0;
434 tp->f_needs = needs;
483 tp->f_needs = needs;
/xnu-2782.1.97/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
/xnu-2782.1.97/bsd/sys/
H A Dcprotect.h91 #define CP_NEEDS_KEYS 0x01 /* File needs persistent keys */
298 int cp_needs_tempkeys (struct hfsmount *hfsmp, int* needs);
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cprotect.c339 int cp_needs_tempkeys (struct hfsmount *hfsmp, int *needs) argument
349 *needs = 0;
352 *needs = 1;
780 * Additionally, if the node needs work, do it:
2113 /* TODO: rdar://12170074 needs to be fixed before we can tell MKB */
2342 /* class F needs a full IV initialize */
H A Dhfs_resize.c214 * which needs to change size.
587 * new end of disk. Nothing special needs to be done to reclaim
734 * which needs to change size.
1456 * an extent entry that needs to be shifted into the next
1974 * that needs to be moved. If there is not contiguous space available for
1991 * fileID ID of the catalog record that needs to be relocated
1992 * forktype The type of fork that needs relocated,
3112 int needs = 0; local
3113 error = cp_needs_tempkeys(hfsmp, &needs);
3115 if ((error == 0) && (needs)) {
[all...]
/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c895 /* See if this thread needs it's PMC flag set */
1042 #error pmc_reservation_interrupt needs an inter-processor method invocation mechanism for this architecture

Completed in 102 milliseconds