Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/skywalk/
H A Dskt_filter.c491 int kq, ch_fd, error = 0; in custom_ether_thread() local
514 ch_fd = os_channel_get_fd(ch); in custom_ether_thread()
515 EV_SET(&kev[0], ch_fd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in custom_ether_thread()
767 int kq, ch_fd, error = 0; in filter_thread() local
788 ch_fd = os_channel_get_fd(ch); in filter_thread()
789 EV_SET(&kev[0], ch_fd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in filter_thread()
/xnu-12377.41.6/tools/lldbmacros/
H A Dskywalk.py497 …mi_mapaddr, ch.ch_mmap.ami_mapsize, ch.ch_mmap.ami_redirect, ch.ch_na, ch.ch_fd, ch.ch_name, ch.ch…
502 …mi_mapaddr, ch.ch_mmap.ami_mapsize, ch.ch_mmap.ami_redirect, ch.ch_na, ch.ch_fd, ch.ch_name, ch.ch…
/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_var.h170 int ch_fd; /* might be -1 if no fd */ member
H A Dchannel.c1816 ch->ch_fd = -1; in ch_close_common()
2040 ch->ch_fd = fd; in ch_connect()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus.c3272 entry->nce_fd = ch->ch_fd; in nexus_channel_entry_populate()