Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/channel/
H A Dos_channel_private.h159 const uint32_t csm_ver; /* schema layout version */ member
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_adapter.c788 _CASSERT(offsetof(struct __user_channel_schema, csm_ver) == 0); in na_schema_alloc()
790 sizeof(csm->csm_ver)); in na_schema_alloc()
792 sizeof(csm->csm_ver) + sizeof(csm->csm_flags)); in na_schema_alloc()
794 sizeof(csm->csm_ver) + sizeof(csm->csm_flags) + in na_schema_alloc()
815 *(uint32_t *)(uintptr_t)&csm->csm_ver = CSM_CURRENT_VERSION; in na_schema_alloc()
/xnu-8020.101.4/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; \