Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_common.h424 nbr->nb_flags |= NBR_MATCH_PID; in __nexus_bind_req_prepare()
427 nbr->nb_flags |= NBR_MATCH_EXEC_UUID; in __nexus_bind_req_prepare()
430 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.c676 nbr.nb_flags &= NBR_MATCH_MASK; in nxctl_nexus_bind()
677 if (nbr.nb_flags == 0) { in nxctl_nexus_bind()
682 m_pid = !!(nbr.nb_flags & NBR_MATCH_PID); in nxctl_nexus_bind()
683 m_exec_uuid = !!(nbr.nb_flags & NBR_MATCH_EXEC_UUID); in nxctl_nexus_bind()
684 m_key = !!(nbr.nb_flags & NBR_MATCH_KEY); in nxctl_nexus_bind()