Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.c717 nbr.nb_key == USER_ADDR_NULL) { in nxctl_nexus_bind()
729 err = copyin(nbr.nb_key, key, nbr.nb_key_len); in nxctl_nexus_bind()
739 void *nb_key = __unsafe_forge_bidi_indexable(void *, in nxctl_nexus_bind() local
740 nbr.nb_key, nbr.nb_key_len); in nxctl_nexus_bind()
741 bcopy(nb_key, key, nbr.nb_key_len); in nxctl_nexus_bind()