Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/core/
H A Dskywalk_proc_info.c70 fill_channelinfo(struct kern_channel *channel, struct proc_channel_info *info) in fill_channelinfo() function
/xnu-8796.121.2/bsd/sys/
H A Dproc_info.h1108 extern int fill_channelinfo(struct kern_channel * chan,
/xnu-8796.121.2/bsd/kern/
H A Dproc_info.c2683 if ((error = fill_channelinfo(chan, &channel_info.channelinfo)) == 0) { in pid_channelinfo()