Home
last modified time | relevance | path

Searched refs:csm_ver (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dos_channel_private.h159 const uint32_t csm_ver; /* schema layout version */ member
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c763 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()
822 *(uint32_t *)(uintptr_t)&csm->csm_ver = CSM_CURRENT_VERSION; in na_schema_alloc()
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c142 if (CHD_SCHEMA(_chd)->csm_ver != CSM_CURRENT_VERSION) { \
144 uint32_t _ver = (uint32_t)CHD_SCHEMA(_chd)->csm_ver; \