Home
last modified time | relevance | path

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

/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_nexus.c97 fd = __nexus_open(&init, sizeof(init)); in os_nexus_controller_create()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dos_nexus_private.h661 extern int __nexus_open(struct nxctl_init *init, const uint32_t init_len);
H A Dnexus_syscalls.c83 __nexus_open(struct proc *p, struct __nexus_open_args *uap, int *retval) in __nexus_open() function