Searched refs:nxctl_init (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/ |
| H A D | os_nexus_private.h | 57 struct nxctl_init { struct 661 extern int __nexus_open(struct nxctl_init *init, const uint32_t init_len);
|
| H A D | nexus.c | 65 static void nxctl_init(struct nxctl *, struct proc *, struct fileproc *); 147 nxctl_init(&_kernnxctl, kernproc, NULL); in nexus_init() 149 nxctl_init(&_usernxctl, kernproc, NULL); in nexus_init() 1116 nxctl_init(struct nxctl *nxctl, struct proc *p, struct fileproc *fp) in nxctl_init() function 1148 nxctl_init(nxctl, p, fp); in nxctl_alloc()
|
| H A D | nexus_syscalls.c | 87 struct nxctl_init init; in __nexus_open()
|
| /xnu-10063.141.1/libsyscall/wrappers/skywalk/ |
| H A D | os_nexus.c | 91 struct nxctl_init init; in os_nexus_controller_create()
|