Searched defs:channel_count (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | net_tuntests.c | 153 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-11215.1.10/bsd/kern/ |
| H A D | kern_proc.c | 6303 int channel_count = 0; in networking_defunct_callout() local
|