Home
last modified time | relevance | path

Searched refs:ci_nx_port (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h516 nexus_port_t ci_nx_port; /* in: Nexus instance port */ member
H A Dchannel_syscalls.c235 (int)init.ci_nx_port, err); in __channel_open()
264 sk_proc_pid(p), (int)init.ci_nx_port, fd, ch->ch_na->na_name); in __channel_open()
H A Dchannel.c1541 nexus_port_t port = init->ci_nx_port; in ch_open()
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c505 init.ci_nx_port = port; in os_channel_create_extended()