Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/nexus/
H A Dnexus_common.h431 nbr->nb_key = (user_addr_t)key; in __nexus_bind_req_prepare()
H A Dos_nexus_private.h235 user_addr_t nb_key; /* key blob */ member
H A Dnexus.c715 nbr.nb_key == USER_ADDR_NULL) { in nxctl_nexus_bind()
727 err = copyin(nbr.nb_key, key, nbr.nb_key_len); in nxctl_nexus_bind()
737 void *nb_key = __unsafe_forge_bidi_indexable(void *, in nxctl_nexus_bind() local
738 nbr.nb_key, nbr.nb_key_len); in nxctl_nexus_bind()
739 bcopy(nb_key, key, nbr.nb_key_len); in nxctl_nexus_bind()