Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/channel/
H A Dchannel.c83 static void ch_close_common(struct kern_channel *, boolean_t, boolean_t);
1753 ch_close_common(struct kern_channel *ch, boolean_t locked, boolean_t special) in ch_close_common() function
1863 ch_close_common(ch, locked, FALSE); in ch_close()
1869 ch_close_common(ch, TRUE, TRUE); in ch_close_special()