Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 30) sorted by relevance

12

/xnu-11215/SETUP/config/
H A Dopenp.c58 int openp(const char *fpath, char *file, char *complete, int flags, int mode);
79 openp(const char *fpath, char *file, char *complete, int flags, int mode) in openp() argument
83 if (searchp(fpath, file, complete, func) < 0) { in openp()
90 fopenp(const char *fpath, char *file, char *complete, const char *ftype) in fopenp() argument
93 if (searchp(fpath, file, complete, ffunc) < 0) { in fopenp()
H A Dconfig.h124 FILE *fopenp(const char *fpath, char *file, char *complete, const char *ftype);
/xnu-11215/iokit/Kernel/
H A DIOInterleavedMemoryDescriptor.cpp105 _descriptors[index]->complete(getDirection()); in clearMemoryDescriptors()
213 statusUndo = _descriptors[index]->complete(forDirection); in prepare()
226 IOInterleavedMemoryDescriptor::complete(IODirection forDirection) in complete() function in IOInterleavedMemoryDescriptor
244 status = _descriptors[index]->complete(forDirection); in complete()
H A DIOSubMemoryDescriptor.cpp183 IOSubMemoryDescriptor::complete( in complete() function in IOSubMemoryDescriptor
188 err = _parent->complete( forDirection); in complete()
H A DIOMultiMemoryDescriptor.cpp199 statusUndo = _descriptors[indexUndo]->complete(forDirection); in prepare()
208 IOMultiMemoryDescriptor::complete(IODirection forDirection) in complete() function in IOMultiMemoryDescriptor
226 status = _descriptors[index]->complete(forDirection); in complete()
H A DIODMACommand.cpp404 complete(); in setMemoryDescriptor()
463 complete(); in clearMemoryDescriptor()
1057 IODMACommand::complete(bool invalidateCache, bool synchronize) in complete() function in IODMACommand
1158 ret = complete(false /* invalidateCache */, true /* synchronize */); in synchronize()
H A DIOUserServer.cpp1058 memory->complete(); in PrepareForDMA_Impl()
1065 memory->complete(); in PrepareForDMA_Impl()
1077 memory->complete(); in PrepareForDMA_Impl()
1126 completeRet = md->complete(); in CompleteDMA_Impl()
2609 ret = fCheckInToken->complete(); in setCheckInToken()
5860 bool complete; in serviceDidStop() local
5863 complete = false; in serviceDidStop()
5871 complete = client->reserved->uvars->didTerminate; in serviceDidStop()
5893 if (complete) { in serviceDidStop()
6382 IOUserServerCheckInToken::complete() in complete() function in IOUserServerCheckInToken
/xnu-11215/iokit/IOKit/
H A DIOInterleavedMemoryDescriptor.h120 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
H A DIOMultiMemoryDescriptor.h108 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
H A DIOSubMemoryDescriptor.h87 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
H A DIODMACommand.h349 virtual IOReturn complete(bool invalidateCache = true, bool synchronize = true);
H A DIOMemoryDescriptor.h737 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) = 0;
1250 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
H A DIOUserServer.h327 IOReturn complete();
/xnu-11215/tests/
H A Dlockf_basic.c133 bool complete; member
163 lts->complete = true; in lock_thread()
173 const bool r = lts->complete; in has_completed()
184 lts->complete = false; in start_lock_thread()
H A Dipsec.m514 T_QUIET; T_ASSERT_NE(status, -1, "failed to set bpf header complete");
/xnu-11215/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp229 bmd->complete((IODirection) dir); in IODMACommandForceDoubleBufferTest()
322 kr = md->complete(kIODirectionOutIn); in IODMACommandLocalMappedNonContig()
406 md->complete(kIODirectionOutIn); in IOMemoryRemoteTest()
495 md->complete(); in ZeroLengthTest()
528 bmd->complete((IODirection)(kIODirectionIn | kIODirectionCompleteWithDataValid)); in IODirectionPrepareNoZeroFillTest()
529 bmd->complete(kIODirectionIn); in IODirectionPrepareNoZeroFillTest()
1180 md->complete(); in IOMemoryDescriptorTest()
/xnu-11215/osfmk/UserNotification/
H A DUNDRequest.defs101 * complete (and will block the calling thread for the duration) great
/xnu-11215/iokit/DriverKit/
H A DIODispatchQueue.iig128 …* @discussion Schedules work to be done on the queue without waiting for it to complete. The queu…
143 * @discussion Schedules work to be done on the queue without waiting for it to complete, and
/xnu-11215/tools/tests/perf_index/
H A DREADME18 size argument to find a value that will complete in a reasonable amount of time.
/xnu-11215/osfmk/tests/
H A DREADME.md9 * Does not require complete install on device to run. Just kernelcache is enough.
/xnu-11215/tests/ktrace/
H A Dkperf_tests.c923 expect_stacks_traced(void (^setup)(ktrace_session_t s), void (^complete)(void))
948 complete();
/xnu-11215/bsd/netinet/
H A Dtcp_subr.c5168 uint32_t complete = 0; in tcp_get_notify_ack_count() local
5172 ASSERT(complete < UINT32_MAX); in tcp_get_notify_ack_count()
5173 complete++; in tcp_get_notify_ack_count()
5178 retid->notify_pending = tp->t_notify_ack_count - complete; in tcp_get_notify_ack_count()
5179 retid->notify_complete_count = min(TCP_MAX_NOTIFY_ACK, complete); in tcp_get_notify_ack_count()
/xnu-11215/osfmk/kern/
H A Dlocks.c1313 goto complete; in wakeup_with_inheritor_and_turnstile()
1357 complete: in wakeup_with_inheritor_and_turnstile()
/xnu-11215/osfmk/mach/
H A Dvm_map.defs470 * specified. See the routine implementation for a complete
H A Dmach_vm.defs484 * specified. See the routine implementation for a complete

12