Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/skywalk/
H A Dskt_filter.c492 int kq, ch_fd, error = 0; in custom_ether_thread() local
515 ch_fd = os_channel_get_fd(ch); in custom_ether_thread()
516 EV_SET(&kev[0], ch_fd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in custom_ether_thread()
768 int kq, ch_fd, error = 0; in filter_thread() local
789 ch_fd = os_channel_get_fd(ch); in filter_thread()
790 EV_SET(&kev[0], ch_fd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in filter_thread()
/xnu-11215.1.10/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-11215.1.10/bsd/skywalk/channel/
H A Dchannel_var.h169 int ch_fd; /* might be -1 if no fd */ member
H A Dchannel.c1838 ch->ch_fd = -1; in ch_close_common()
2062 ch->ch_fd = fd; in ch_connect()
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus.c3276 entry->nce_fd = ch->ch_fd; in nexus_channel_entry_populate()