| /xnu-11215/SETUP/config/ |
| H A D | openp.c | 58 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 D | config.h | 124 FILE *fopenp(const char *fpath, char *file, char *complete, const char *ftype);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOInterleavedMemoryDescriptor.cpp | 105 _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 D | IOSubMemoryDescriptor.cpp | 183 IOSubMemoryDescriptor::complete( in complete() function in IOSubMemoryDescriptor 188 err = _parent->complete( forDirection); in complete()
|
| H A D | IOMultiMemoryDescriptor.cpp | 199 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 D | IODMACommand.cpp | 404 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 D | IOUserServer.cpp | 1058 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 D | IOInterleavedMemoryDescriptor.h | 120 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
|
| H A D | IOMultiMemoryDescriptor.h | 108 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
|
| H A D | IOSubMemoryDescriptor.h | 87 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
|
| H A D | IODMACommand.h | 349 virtual IOReturn complete(bool invalidateCache = true, bool synchronize = true);
|
| H A D | IOMemoryDescriptor.h | 737 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) = 0; 1250 virtual IOReturn complete(IODirection forDirection = kIODirectionNone) APPLE_KEXT_OVERRIDE;
|
| H A D | IOUserServer.h | 327 IOReturn complete();
|
| /xnu-11215/tests/ |
| H A D | lockf_basic.c | 133 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 D | ipsec.m | 514 T_QUIET; T_ASSERT_NE(status, -1, "failed to set bpf header complete");
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 229 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 D | UNDRequest.defs | 101 * complete (and will block the calling thread for the duration) great
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IODispatchQueue.iig | 128 …* @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 D | README | 18 size argument to find a value that will complete in a reasonable amount of time.
|
| /xnu-11215/osfmk/tests/ |
| H A D | README.md | 9 * Does not require complete install on device to run. Just kernelcache is enough.
|
| /xnu-11215/tests/ktrace/ |
| H A D | kperf_tests.c | 923 expect_stacks_traced(void (^setup)(ktrace_session_t s), void (^complete)(void)) 948 complete();
|
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_subr.c | 5168 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 D | locks.c | 1313 goto complete; in wakeup_with_inheritor_and_turnstile() 1357 complete: in wakeup_with_inheritor_and_turnstile()
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_map.defs | 470 * specified. See the routine implementation for a complete
|
| H A D | mach_vm.defs | 484 * specified. See the routine implementation for a complete
|