Home
last modified time | relevance | path

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

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