Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_common.h429 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.c698 nbr.nb_key == USER_ADDR_NULL) { in nxctl_nexus_bind()
710 err = copyin(nbr.nb_key, key, nbr.nb_key_len); in nxctl_nexus_bind()
715 bcopy((void *)nbr.nb_key, key, nbr.nb_key_len); in nxctl_nexus_bind()