Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/skywalk/channel/
H A Dos_channel_private.h258 #define CSM_ACTIVE (1U << 31) /* channel is active */ macro
H A Dchannel.c2168 (ch->ch_schema->csm_flags & CSM_ACTIVE)); in ch_connect()
2225 (ch->ch_schema->csm_flags & CSM_ACTIVE)) { in ch_deactivate()
2227 &ch->ch_schema->csm_flags), CSM_ACTIVE); in ch_deactivate()
/xnu-8792.41.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c228 (!(*(_chrd)->chrd_csm_flags & CSM_ACTIVE))
231 (!(CHD_SCHEMA(_chd)->csm_flags & CSM_ACTIVE))
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c2586 CSM_ACTIVE); in na_connect()