Searched refs:p1 (Results 26 - 43 of 43) sorted by relevance

12

/xnu-2422.115.4/osfmk/i386/
H A Dmp.c216 static void cpu_warm_timer_call_func(call_entry_param_t p0, call_entry_param_t p1);
1770 __unused call_entry_param_t p1)
1768 cpu_warm_timer_call_func( call_entry_param_t p0, __unused call_entry_param_t p1) argument
/xnu-2422.115.4/osfmk/kern/
H A Dledger.c173 debug_callback(const void *p0, __unused const void *p1)
176 (const char *)p0, p1);
H A Dtimer_call.c133 timer_call_param_t p1);
1180 timer_longterm_callout(timer_call_param_t p0, __unused timer_call_param_t p1) argument
H A Dzalloc.c906 thread_call_param_t p1);
2589 __unused thread_call_param_t p1)
2587 zalloc_async( __unused thread_call_param_t p0, __unused thread_call_param_t p1) argument
H A Dsched_prim.c825 __unused void *p1)
823 thread_timer_expire( void *p0, __unused void *p1) argument
/xnu-2422.115.4/bsd/kern/
H A Dkern_proc.c408 proc_t p1 = p; local
417 p1 = PROC_NULL;
419 return(p1);
H A Dkern_descrip.c892 proc_t p1 = proc_find(tmp); local
893 if (p1 == 0) {
897 tmp = (int)p1->p_pgrpid;
898 proc_rele(p1);
/xnu-2422.115.4/bsd/netinet6/
H A Din6.c3232 in6_are_prefix_equal(p1, p2, len)
3233 struct in6_addr *p1, *p2;
3247 if (bcmp(&p1->s6_addr, &p2->s6_addr, bytelen))
3250 p1->s6_addr[bytelen] >> (8 - bitlen) !=
H A Din6_var.h1082 extern int in6_are_prefix_equal(struct in6_addr *p1, struct in6_addr *p2,
/xnu-2422.115.4/iokit/Kernel/
H A DIOPlatformExpert.cpp716 thread_call_param_t p1)
714 IOShutdownNotificationsTimedOut( thread_call_param_t p0, thread_call_param_t p1) argument
H A DIOService.cpp1676 void * p0 = 0, void * p1 = 0,
1683 wl->runAction( action, service, p0, p1, p2, p3 );
1686 (*action)( service, p0, p1, p2, p3 );
4410 void IOService::consoleLockTimer(thread_call_param_t p0, thread_call_param_t p1) argument
H A DIOPMrootDomain.cpp712 static void disk_sync_callout( thread_call_param_t p0, thread_call_param_t p1 )
715 uint32_t notifyRef = (uint32_t)(uintptr_t) p1;
9531 void IOPMrootDomain::saveTimeoutAppStackShot(void *p0, void *p1) argument
9597 void IOPMrootDomain::saveTimeoutAppStackShot(void *p0, void *p1) argument
H A DIOUserClient.cpp4293 result = (target->*func)(args->p1, args->p2, args->p3, args->p4, args->p5, args->p6);
/xnu-2422.115.4/iokit/IOKit/
H A DIOService.h1247 static void consoleLockTimer(thread_call_param_t p0, thread_call_param_t p1);
/xnu-2422.115.4/bsd/netkey/
H A Dkey.c5797 caddr_t p1,
5807 if (p1 == NULL || p2 == NULL)
5808 return (p1 == p2);
5811 if (*p1++ != *p2++)
5818 if ((*p1 & mask) != (*p2 & mask))
5796 key_bbcmp( caddr_t p1, caddr_t p2, u_int bits) argument
/xnu-2422.115.4/bsd/net/
H A Dntstat.c1681 __unused thread_call_param_t p1)
1679 nstat_idle_check( __unused thread_call_param_t p0, __unused thread_call_param_t p1) argument
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp6496 __unused thread_call_param_t p1)
6625 __unused thread_call_param_t p1)
6494 _OSKextConsiderDestroyingLinkContext( __unused thread_call_param_t p0, __unused thread_call_param_t p1) argument
6623 _OSKextConsiderUnloads( __unused thread_call_param_t p0, __unused thread_call_param_t p1) argument
/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_backing_store.c4572 default_pager_backing_store_monitor(__unused thread_call_param_t p1, argument

Completed in 342 milliseconds

12