Searched refs:hostp (Results 1 – 2 of 2) sorted by relevance
894 host_priv_t hostp; in sys_perf_notify() local899 hostp = host_priv_self(); /* Get the host privileged ports */ in sys_perf_notify()904 lck_mtx_lock(&hostp->lock); in sys_perf_notify()905 xport = hostp->exc_actions[EXC_RPC_ALERT].port; in sys_perf_notify()911 lck_mtx_unlock(&hostp->lock); in sys_perf_notify()915 lck_mtx_unlock(&hostp->lock); in sys_perf_notify()923 hostp->exc_actions, in sys_perf_notify()924 &hostp->lock); in sys_perf_notify()
65 struct hostent *hostp; in listener_thread() local101 hostp = gethostbyaddr((const char *)&clientaddr.sin_addr.s_addr, in listener_thread()104 if (hostp == NULL) { in listener_thread()