Home
last modified time | relevance | path

Searched refs:hostp (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.41.3/osfmk/kern/
H A Dexception.c975 host_priv_t hostp; in sys_perf_notify() local
982 hostp = host_priv_self(); /* Get the host privileged ports */ in sys_perf_notify()
993 lck_mtx_lock(&hostp->lock); in sys_perf_notify()
994 xport = hostp->exc_actions[EXC_RPC_ALERT].port; in sys_perf_notify()
1000 lck_mtx_unlock(&hostp->lock); in sys_perf_notify()
1009 saved_exc_actions[EXC_RPC_ALERT] = hostp->exc_actions[EXC_RPC_ALERT]; in sys_perf_notify()
1014 …mac_exc_inherit_action_label(&hostp->exc_actions[EXC_RPC_ALERT], &saved_exc_actions[EXC_RPC_ALERT]… in sys_perf_notify()
1017 lck_mtx_unlock(&hostp->lock); in sys_perf_notify()
1026 &hostp->lock); in sys_perf_notify()
/xnu-11215.41.3/tests/
H A Dv4mappedv6_recvpktinfo.c65 struct hostent *hostp; in listener_thread() local
101 hostp = gethostbyaddr((const char *)&clientaddr.sin_addr.s_addr, in listener_thread()
104 if (hostp == NULL) { in listener_thread()