Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c85 static void ch_close_common(struct kern_channel *, boolean_t, boolean_t);
1754 ch_close_common(struct kern_channel *ch, boolean_t locked, boolean_t special) in ch_close_common() function
1865 ch_close_common(ch, locked, FALSE); in ch_close()
1871 ch_close_common(ch, TRUE, TRUE); in ch_close_special()