Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus_ioctl.h48 extern int nxioctl_kernel(struct nexus_controller *, u_long, caddr_t, proc_t);
H A Dnexus_var.h422 extern struct nexus_controller kernnxctl;
423 extern struct nexus_controller usernxctl;
H A Dos_nexus.h130 struct nexus_controller;
133 typedef struct nexus_controller *nexus_controller_t;
H A Dnexus_kern.c57 static struct nexus_controller *ncd_alloc(zalloc_flags_t);
58 static void ncd_free(struct nexus_controller *);
67 static SKMEM_TYPE_DEFINE(ncd_zone, struct nexus_controller);
749 static struct nexus_controller *
756 ncd_free(struct nexus_controller *ncd) in ncd_free()
H A Dos_nexus_private.h590 struct nexus_controller { struct
H A Dnexus.c120 struct nexus_controller kernnxctl = { .ncd_nxctl = &_kernnxctl };
121 struct nexus_controller usernxctl = { .ncd_nxctl = &_usernxctl };
/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_nexus.c90 struct nexus_controller *ncd = NULL; in os_nexus_controller_create()