| /xnu-8792.81.2/security/ |
| H A D | mac_mach.c | 176 mac_task_check_get_task_special_port(struct task *task, struct task *target, int which) in mac_task_check_get_task_special_port() 210 mac_task_check_set_task_special_port(struct task *task, struct task *target, int which, struct ipc_… in mac_task_check_set_task_special_port()
|
| H A D | mac_process.c | 688 mac_proc_check_proc_info(proc_t curp, proc_t target, int callnum, int flavor) in mac_proc_check_proc_info() 711 mac_proc_check_get_cs_info(proc_t curp, proc_t target, unsigned int op) in mac_proc_check_get_cs_info() 734 mac_proc_check_set_cs_info(proc_t curp, proc_t target, unsigned int op) in mac_proc_check_set_cs_info()
|
| H A D | mac_base.c | 1535 mac_proc_check_mac_syscall(proc_t p, const char *target, int callnum) in mac_proc_check_mac_syscall() 1570 char target[MAC_MAX_POLICY_NAME]; in __mac_syscall() local
|
| /xnu-8792.81.2/iokit/Kernel/ |
| H A D | IOCommandQueue.cpp | 276 IOCommandQueue::performAndFlush(OSObject *target, in performAndFlush()
|
| H A D | IOInterruptController.cpp | 57 void *target, in registerInterrupt() 596 void *target, in registerInterrupt()
|
| H A D | IOService.cpp | 1506 IOService * target = (IOService *) param2; in callPlatformFunction() local 2114 applyToInterestNotifiers(const IORegistryEntry *target, in applyToInterestNotifiers() 2213 IOServiceInterestHandler handler, void * target, void * ref ) in registerInterest() 2269 IOServiceInterestHandler handler, void * target, void * ref ) in registerInterestForNotifier() 4613 void * target, in systemPowerChange() 6119 _IOServiceMatchingNotificationHandler( void * target, void * refCon, in _IOServiceMatchingNotificationHandler() 6130 IOServiceMatchingNotificationHandler handler, void * target, void * ref, in setNotification() 6186 void * target, void * ref, in doInstallNotification() 6229 void * target, void * refCon, in installNotification() 6254 void * target, void * ref, in installNotification() [all …]
|
| H A D | RootDomainUserClient.cpp | 398 RootDomainUserClient::externalMethodDispatched(OSObject * target, void * reference, IOExternalMetho… in externalMethodDispatched()
|
| H A D | IODMACommand.cpp | 487 IODMACommand *target, in segmentOp() 1183 IODMACommand *target, in transferSegment() 1627 void *reference, IODMACommand *target, in clientOutputSegment()
|
| H A D | IOServicePM.cpp | 2517 void * target, IOPMCompletionAction action, void * param ) in quiescePowerTree() 4116 OSObject * target, in actionDriverCalloutDone() 5841 OSObject * target, in actionAckTimerExpired() 7501 IOService::acquirePMRequest( IOService * target, IOOptionBits requestType, in acquirePMRequest() 8246 IOService * target = NULL; in assertPMDriverCall() local 8351 IOService::waitForPMDriverCall( IOService * target ) in waitForPMDriverCall() 8468 IOPMRequest::init( IOService * target, IOOptionBits type ) in init() 8692 IOService * target; in checkForWork() local 8813 IOService * target; in checkRequestQueue() local 9020 IOService * target; in checkForWork() local
|
| H A D | IOUserServer.cpp | 212 OSObject * target; member 1230 OSActionCreateWithTypeNameInternal(OSObject * target, uint64_t targetmsgid, uint64_t msgid, size_t … in OSActionCreateWithTypeNameInternal() 1330 OSObject * target, in Create_Impl() 1341 OSObject * target, in CreateWithTypeName_Impl() 1452 IOInterruptDispatchSourceInterrupt(OSObject * target, void * refCon, in IOInterruptDispatchSourceInterrupt() 2799 OSObject * target; in objectInstantiate() local 3056 IOUserServer::target(OSAction * action, IORPCMessage * message) in target() function in IOUserServer 4408 IOUserServer::externalMethodRegisterClass(OSObject * target, void * reference, IOExternalMethodArgu… in externalMethodRegisterClass() 4432 IOUserServer::externalMethodStart(OSObject * target, void * reference, IOExternalMethodArguments * … in externalMethodStart() 6051 IOExternalMethodDispatch * dispatch, OSObject * target, void * reference) in externalMethod()
|
| H A D | IOWorkLoop.cpp | 565 IOWorkLoop::runAction(Action inAction, OSObject *target, in runAction()
|
| /xnu-8792.81.2/libkern/kxld/ |
| H A D | kxld_reloc.h | 78 u_int target; member
|
| /xnu-8792.81.2/osfmk/kern/ |
| H A D | telemetry.c | 590 struct telemetry_target target = { in telemetry_take_sample() local 705 struct telemetry_target target = { in telemetry_macf_take_sample() local 746 telemetry_process_sample(const struct telemetry_target *target, in telemetry_process_sample()
|
| H A D | stack.c | 313 unsigned int target; in stack_collect() local
|
| H A D | thread_act.c | 808 thread_t target) in thread_dup() 851 thread_t target) in thread_dup2()
|
| H A D | mpsc_queue.c | 260 mpsc_daemon_invoke_fn_t invoke, mpsc_daemon_queue_t target, in mpsc_daemon_queue_init_with_target()
|
| /xnu-8792.81.2/tests/vm/ |
| H A D | vm_ranges.c | 148 mach_vm_address_t target = dst; in assert_allocate_eq() local
|
| /xnu-8792.81.2/bsd/netkey/ |
| H A D | keysock.c | 243 key_sendup_mbuf(struct socket *so, struct mbuf *m, int target) in key_sendup_mbuf()
|
| /xnu-8792.81.2/osfmk/i386/ |
| H A D | locks_i386.c | 161 atomic_exchange_begin32(uint32_t *target, uint32_t *previous, enum memory_order ord) in atomic_exchange_begin32() 172 atomic_exchange_complete32(uint32_t *target, uint32_t previous, uint32_t newval, enum memory_order … in atomic_exchange_complete32() 183 atomic_test_and_set32(uint32_t *target, uint32_t test_mask, uint32_t set_mask, enum memory_order or… in atomic_test_and_set32()
|
| H A D | pcb.c | 2374 x86_debug_state32_t *target, in copy_debug_state32() 2399 x86_debug_state64_t *target, in copy_debug_state64()
|
| /xnu-8792.81.2/iokit/IOKit/ |
| H A D | IOPolledInterface.h | 65 void * target; member
|
| /xnu-8792.81.2/bsd/vm/ |
| H A D | vm_unix.c | 812 task_for_pid_posix_check(proc_t target) in task_for_pid_posix_check() 1396 task_t target = NULL; in pid_suspend() local 1623 task_t target = NULL; in pid_resume() local
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | kern_symfile.c | 233 dev_t target = 0; in kern_open_file_for_direct_io() local
|
| /xnu-8792.81.2/osfmk/corpses/ |
| H A D | corpse.c | 403 task_t *target, in find_corpse_task_by_uniqueid_grp()
|
| /xnu-8792.81.2/bsd/miscfs/devfs/ |
| H A D | devfsdefs.h | 287 dn_copy_times(devnode_t * target, devnode_t * source) in dn_copy_times()
|