Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_var.h942 extern struct kern_channel *ch_open_special(struct kern_nexus *,
H A Dchannel.c1713 ch_open_special(struct kern_nexus *nx, struct chreq *chr, boolean_t nonxref, in ch_open_special() function
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_vp.c341 ch = ch_open_special(nx, &chr, FALSE, &err); in netif_hwna_setup()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c611 ch = ch_open_special(hw_nx, &chr, FALSE, &err); in fsw_netif_port_setup()