Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dchannel.c84 static struct kern_channel *ch_find(struct kern_nexus *, nexus_port_t,
1469 ch_find(struct kern_nexus *nx, nexus_port_t port, ring_id_t ring_id) in ch_find() function
1643 if ((ch0 = ch_find(nx, port, ring)) != NULL) { in ch_open()