Home
last modified time | relevance | path

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

/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c51 static void os_channel_info2attr(struct channel *chd, channel_attr_t cha);
284 struct channel *chd, uint32_t ring_index) in os_channel_init_ring() argument
286 struct __user_channel_schema *csm = CHD_SCHEMA(chd); in os_channel_init_ring()
316 chrd->chrd_csm_flags = &chd->chd_schema->csm_flags; in os_channel_init_ring()
318 *(struct channel **)(uintptr_t)&chrd->chrd_channel = chd; in os_channel_init_ring()
323 CHD_INFO(chd)->cinfo_mem_base; in os_channel_init_ring()
335 CHD_PARAMS(chd)->nxp_max_frags; in os_channel_init_ring()
480 struct channel *chd = NULL; in os_channel_create_extended() local
591 chd = malloc(chd_sz); in os_channel_create_extended()
592 if (chd == NULL) { in os_channel_create_extended()
[all …]
/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel.h455 os_channel_packet_alloc(const channel_t chd, packet_t *packet);
464 os_channel_packet_free(const channel_t chd, packet_t packet);
491 os_channel_packet_pool_purge(const channel_t chd);
500 os_channel_get_next_event_handle(const channel_t chd,
509 os_channel_event_free(const channel_t chd, os_channel_event_handle_t ehandle);
517 os_channel_get_interface_advisory(const channel_t chd,
525 os_channel_configure_interface_advisory(const channel_t chd, boolean_t enable);
528 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft);
531 os_channel_buflet_free(const channel_t chd, buflet_t ubft);