Home
last modified time | relevance | path

Searched refs:csm_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h160 const volatile uint32_t csm_flags; /* CSM_* flags */ member
H A Dchannel.c1942 SK_D(" flags: 0x%x", ch_schema->csm_flags); in ch_connect_log1()
2168 (ch->ch_schema->csm_flags & CSM_ACTIVE)); in ch_connect()
2225 (ch->ch_schema->csm_flags & CSM_ACTIVE)) { in ch_deactivate()
2226 os_atomic_andnot(__DECONST(uint32_t *, &ch->ch_schema->csm_flags), in ch_deactivate()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c764 static_assert(offsetof(struct __user_channel_schema, csm_flags) == sizeof(csm->csm_ver)); in na_schema_alloc()
765 …tof(struct __user_channel_schema, csm_kern_name) == sizeof(csm->csm_ver) + sizeof(csm->csm_flags)); in na_schema_alloc()
766 …er_channel_schema, csm_kern_uuid) == sizeof(csm->csm_ver) + sizeof(csm->csm_flags) + sizeof(csm->c… in na_schema_alloc()
2659 os_atomic_or(__DECONST(uint32_t *, &ch->ch_schema->csm_flags), in na_connect()
2668 os_atomic_or(__DECONST(uint32_t *, &ch->ch_schema->csm_flags), CSM_ACTIVE, relaxed); in na_connect()
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c214 (!(CHD_SCHEMA(_chd)->csm_flags & CSM_ACTIVE))
297 chrd->chrd_csm_flags = &chd->chd_schema->csm_flags; in os_channel_init_ring()