Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dos_nexus.h135 struct nexus_controller;
138 typedef struct nexus_controller *nexus_controller_t;
H A Dnexus_kern.c58 static struct nexus_controller *ncd_alloc(zalloc_flags_t);
59 static void ncd_free(struct nexus_controller *);
68 static SKMEM_TYPE_DEFINE(ncd_zone, struct nexus_controller);
777 static struct nexus_controller *
784 ncd_free(struct nexus_controller *ncd) in ncd_free()
H A Dos_nexus_private.h577 struct nexus_controller { struct
H A Dnexus_var.h415 extern struct nexus_controller kernnxctl;
H A Dnexus.c117 struct nexus_controller kernnxctl = { .ncd_nxctl = &_kernnxctl };
/xnu-8796.141.3/libsyscall/wrappers/skywalk/
H A Dos_nexus.c90 struct nexus_controller *ncd = NULL; in os_nexus_controller_create()