Home
last modified time | relevance | path

Searched refs:__user_channel_schema (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/channel/
H A Dos_channel_private.h153 struct __user_channel_schema { struct
271 __builtin_offsetof(struct __user_channel_schema, csm_ring_ofs[(n)])
595 const volatile struct __user_channel_schema *chd_schema;
625 (__DECONST(struct __user_channel_schema *, (_chd)->chd_schema))
H A Dchannel_var.h156 struct __user_channel_schema *ch_schema;
H A Dchannel.c1931 struct __user_channel_schema *ch_schema = ch->ch_schema; in ch_connect_log1()
2526 struct __user_channel_schema *csm = ch->ch_schema; in ch_update_upp_buf_stats()
/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c189 _CHANNEL_OFFSET(struct __user_channel_schema *, _base, _off)
259 _num_allocator_rings(const struct __user_channel_schema *csm) in _num_allocator_rings()
269 struct __user_channel_schema *csm = CHD_SCHEMA(chd); in os_channel_init_ring()
446 struct __user_channel_schema *ucs; in os_channel_create_extended()
562 *(struct __user_channel_schema **)(uintptr_t)&chd->chd_schema = ucs; in os_channel_create_extended()
2150 struct __user_channel_schema *csm = CHD_SCHEMA(chd); in os_channel_get_next_event_handle()
2365 struct __user_channel_schema *csm = CHD_SCHEMA(chd); in os_channel_get_upp_buffer_stats()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus_adapter.c736 struct __user_channel_schema *csm; in na_schema_alloc()
752 typeof(((struct __user_channel_schema*)0)->csm_ ## FIELD_NAME)), \ in na_schema_alloc()
763 static_assert(offsetof(struct __user_channel_schema, csm_ver) == 0); in na_schema_alloc()
764 static_assert(offsetof(struct __user_channel_schema, csm_flags) == sizeof(csm->csm_ver)); in na_schema_alloc()
765 …static_assert(offsetof(struct __user_channel_schema, csm_kern_name) == sizeof(csm->csm_ver) + size… in na_schema_alloc()
766 …static_assert(offsetof(struct __user_channel_schema, csm_kern_uuid) == sizeof(csm->csm_ver) + size… in na_schema_alloc()