Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dnexus.c66 static struct nxctl *nxctl_alloc(struct proc *, struct fileproc *, zalloc_flags_t);
178 nxctl = nxctl_alloc(p, fp, Z_WAITOK); in nxctl_create()
1125 nxctl_alloc(struct proc *p, struct fileproc *fp, zalloc_flags_t how) in nxctl_alloc() function