Home
last modified time | relevance | path

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

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