Home
last modified time | relevance | path

Searched defs:channel_count (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/tests/
H A Dnet_tuntests.c153 check_enables(int tunsock, int enable_netif, int enable_flowswitch, int channel_count, uuid_t uuid[… in check_enables()
405 create_tunsock_old(int enable_netif, int enable_flowswitch, int channel_count, uuid_t uuid[]) in create_tunsock_old()
553 create_tunsock_new(int enable_netif, int enable_flowswitch, int channel_count, uuid_t uuid[]) in create_tunsock_new()
764 setup_tunsock(int channel_count, uuid_t uuids[]) in setup_tunsock()
833 setup_channels_and_rings(int kq, int channel_count, channel_t channels[], channel_ring_t rxrings[],… in setup_channels_and_rings()
864 cleanup_channels_and_rings(int channel_count, channel_t channels[], channel_ring_t rxrings[], chann… in cleanup_channels_and_rings()
961 expect_empty_rings(int channel_count, channel_ring_t rings[]) in expect_empty_rings()
970 xfer_1_packet_singly(int channel_count, int type) in xfer_1_packet_singly()
1062 xfer_1_packet_together(int channel_count, int type) in xfer_1_packet_together()
/xnu-8019.80.24/bsd/vm/
H A Dvm_unix.c1816 int channel_count = 0; in networking_defunct_callout() local