Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/channel/
H A Dchannel.c97 static struct kern_channel *ch_alloc(zalloc_flags_t);
2035 ch = ch_alloc(Z_WAITOK); in ch_connect()
2442 ch_alloc(zalloc_flags_t how) in ch_alloc() function