Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_syscalls.c117 ch_dtor(ch); in chop_close()
273 ch_dtor(ch); in __channel_open()
H A Dchannel_var.h812 extern void ch_dtor(struct kern_channel *);
H A Dchannel.c2514 ch_dtor(struct kern_channel *ch) in ch_dtor() function