Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel_private.h159 const uint32_t csm_ver; /* schema layout version */ member
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c760 _CASSERT(offsetof(struct __user_channel_schema, csm_ver) == 0); in na_schema_alloc()
762 sizeof(csm->csm_ver)); in na_schema_alloc()
764 sizeof(csm->csm_ver) + sizeof(csm->csm_flags)); in na_schema_alloc()
766 sizeof(csm->csm_ver) + sizeof(csm->csm_flags) + in na_schema_alloc()
787 *(uint32_t *)(uintptr_t)&csm->csm_ver = CSM_CURRENT_VERSION; in na_schema_alloc()
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c159 if (CHD_SCHEMA(_chd)->csm_ver != CSM_CURRENT_VERSION) { \
161 uint32_t _ver = (uint32_t)CHD_SCHEMA(_chd)->csm_ver; \