Home
last modified time | relevance | path

Searched refs:nb_flags (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_common.h422 nbr->nb_flags |= NBR_MATCH_PID; in __nexus_bind_req_prepare()
425 nbr->nb_flags |= NBR_MATCH_EXEC_UUID; in __nexus_bind_req_prepare()
428 nbr->nb_flags |= NBR_MATCH_KEY; in __nexus_bind_req_prepare()
H A Dos_nexus_private.h233 uint32_t nb_flags; /* NBR_* match flags */ member
H A Dnexus.c659 nbr.nb_flags &= NBR_MATCH_MASK; in nxctl_nexus_bind()
660 if (nbr.nb_flags == 0) { in nxctl_nexus_bind()
665 m_pid = !!(nbr.nb_flags & NBR_MATCH_PID); in nxctl_nexus_bind()
666 m_exec_uuid = !!(nbr.nb_flags & NBR_MATCH_EXEC_UUID); in nxctl_nexus_bind()
667 m_key = !!(nbr.nb_flags & NBR_MATCH_KEY); in nxctl_nexus_bind()