Home
last modified time | relevance | path

Searched refs:chd (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_channel.c52 static void os_channel_info2attr(struct channel *chd, channel_attr_t cha);
267 struct channel *chd, uint32_t ring_index) in os_channel_init_ring() argument
269 struct __user_channel_schema *csm = CHD_SCHEMA(chd); in os_channel_init_ring()
299 chrd->chrd_csm_flags = &chd->chd_schema->csm_flags; in os_channel_init_ring()
301 *(struct channel **)(uintptr_t)&chrd->chrd_channel = chd; in os_channel_init_ring()
306 CHD_INFO(chd)->cinfo_mem_base; in os_channel_init_ring()
318 CHD_PARAMS(chd)->nxp_max_frags; in os_channel_init_ring()
463 struct channel *chd = NULL; in os_channel_create_extended() local
575 chd = malloc(chd_sz); in os_channel_create_extended()
576 if (chd == NULL) { in os_channel_create_extended()
[all …]
/xnu-10063.141.1/bsd/skywalk/channel/
H A Dos_channel.h460 os_channel_packet_alloc(const channel_t chd, packet_t *packet);
469 os_channel_large_packet_alloc(const channel_t chd, packet_t *packet);
478 os_channel_packet_free(const channel_t chd, packet_t packet);
505 os_channel_packet_pool_purge(const channel_t chd);
514 os_channel_get_next_event_handle(const channel_t chd,
523 os_channel_event_free(const channel_t chd, os_channel_event_handle_t ehandle);
531 os_channel_get_interface_advisory(const channel_t chd,
539 os_channel_configure_interface_advisory(const channel_t chd, boolean_t enable);
542 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft);
545 os_channel_buflet_free(const channel_t chd, buflet_t ubft);