Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskt_closecfd.c55 channelfd = os_channel_get_fd(channel); in skt_closecfd_main()
92 channelfd = os_channel_get_fd(channel); in skt_writecfd_main()
130 channelfd = os_channel_get_fd(channel); in skt_readcfd_main()
H A Dskt_badring.c68 channelfd = os_channel_get_fd(channel); in skt_badringtx_common()
187 channelfd = os_channel_get_fd(channel); in skt_badringrx_common()
H A Dskt_shutdown2.c80 channelfd = os_channel_get_fd(channel); in skt_shutdown2_common()
H A Dskt_utun27302538.c65 EV_SET(&kevin, os_channel_get_fd(channel), EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in thread1()
H A Dskt_debug_verify.c68 channelfd = os_channel_get_fd(channel); in skt_debug_verify_main()
H A Dskt_oneslot.c70 channelfd = os_channel_get_fd(channel); in skt_oneslot_common()
H A Dskywalk_test_common.c383 assert(kev.ident == os_channel_get_fd(sktc_channel)); in sktc_channel_worker_echo()
410 assert(kev.ident == os_channel_get_fd(sktc_channel)); in sktc_channel_worker_echo()
527 assert(kev.ident == os_channel_get_fd(sktc_channel)); in sktc_channel_worker_sink()
608 assert(kev.ident == os_channel_get_fd(sktc_channel)); in sktc_channel_worker_source()
675 int channelfd = os_channel_get_fd(sktc_channel); in sktc_setup_channel_worker()
947 kev.ident = os_channel_get_fd(channel); in wait_on_fd()
H A Dskt_nslots.c77 channelfd = os_channel_get_fd(channel); in skt_nslots_common()
H A Dskt_utunloop.c119 rxfd = os_channel_get_fd(rxchannel); in skt_utunloop_xfer_slots()
125 txfd = os_channel_get_fd(txchannel); in skt_utunloop_xfer_slots()
H A Dskt_filter.c514 ch_fd = os_channel_get_fd(ch); in custom_ether_thread()
788 ch_fd = os_channel_get_fd(ch); in filter_thread()
H A Dskt_shutdown.c72 channelfd = os_channel_get_fd(channel); in skt_shutdown_common()
H A Dskywalk_test_utils.c841 channelfd = os_channel_get_fd(channel); in sktc_pump_ring_nslots_kq()
912 channelfd = os_channel_get_fd(channel); in sktc_pump_ring_nslots_select()
983 channelfd = os_channel_get_fd(channel); in sktc_pump_ring_nslots_poll()
1641 ch_port->fd = os_channel_get_fd(chan); in sktu_channel_port_init()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dos_channel.h292 extern int os_channel_get_fd(const channel_t channel);
/xnu-12377.61.12/tests/
H A Dnet_tuntests.c702 T_QUIET; T_EXPECT_POSIX_SUCCESS(cfds[ri] = os_channel_get_fd(channels[ri]), NULL); in setup_channels_and_rings()
/xnu-12377.61.12/libsyscall/wrappers/skywalk/
H A Dos_channel.c751 os_channel_get_fd(const channel_t chd) in os_channel_get_fd() function