Home
last modified time | relevance | path

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

/xnu-8020.101.4/libsyscall/wrappers/skywalk/ !
H A Dos_channel.c51 static void os_channel_info2attr(struct channel *chd, channel_attr_t cha);
274 struct channel *chd, uint32_t ring_index) in os_channel_init_ring() argument
276 struct __user_channel_schema *csm = CHD_SCHEMA(chd); in os_channel_init_ring()
306 chrd->chrd_csm_flags = &chd->chd_schema->csm_flags; in os_channel_init_ring()
308 *(struct channel **)(uintptr_t)&chrd->chrd_channel = chd; in os_channel_init_ring()
313 CHD_INFO(chd)->cinfo_mem_base; in os_channel_init_ring()
323 CHD_PARAMS(chd)->nxp_max_frags; in os_channel_init_ring()
468 struct channel *chd = NULL; in os_channel_create_extended() local
579 chd = malloc(chd_sz); in os_channel_create_extended()
580 if (chd == NULL) { in os_channel_create_extended()
[all …]
/xnu-8020.101.4/bsd/skywalk/channel/ !
H A Dos_channel.h454 os_channel_packet_alloc(const channel_t chd, packet_t *packet);
463 os_channel_packet_free(const channel_t chd, packet_t packet);
490 os_channel_packet_pool_purge(const channel_t chd);
499 os_channel_get_next_event_handle(const channel_t chd,
508 os_channel_event_free(const channel_t chd, os_channel_event_handle_t ehandle);
516 os_channel_get_interface_advisory(const channel_t chd,
524 os_channel_configure_interface_advisory(const channel_t chd, boolean_t enable);
527 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft);
530 os_channel_buflet_free(const channel_t chd, buflet_t ubft);