Searched refs:nexus_controller (Results 1 – 7 of 7) sorted by relevance
48 extern int nxioctl_kernel(struct nexus_controller *, u_long, caddr_t, proc_t);
422 extern struct nexus_controller kernnxctl;423 extern struct nexus_controller usernxctl;
130 struct nexus_controller;133 typedef struct nexus_controller *nexus_controller_t;
57 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()
590 struct nexus_controller { struct
120 struct nexus_controller kernnxctl = { .ncd_nxctl = &_kernnxctl };121 struct nexus_controller usernxctl = { .ncd_nxctl = &_usernxctl };
90 struct nexus_controller *ncd = NULL; in os_nexus_controller_create()