Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/channel/
H A Dchannel.c95 static struct kern_channel *ch_alloc(zalloc_flags_t);
2033 ch = ch_alloc(Z_WAITOK); in ch_connect()
2440 ch_alloc(zalloc_flags_t how) in ch_alloc() function