Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus.c81 static int nx_init_slots(struct kern_nexus *, struct __kern_channel_ring *);
2326 if ((err = nx_init_slots(nx, kring)) != 0) { in nx_init_rings()
2414 nx_init_slots(struct kern_nexus *nx, struct __kern_channel_ring *kring) in nx_init_slots() function