Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/channel/
H A Dos_channel_private.h258 #define CSM_ACTIVE (1U << 31) /* channel is active */ macro
H A Dchannel.c2169 (ch->ch_schema->csm_flags & CSM_ACTIVE)); in ch_connect()
2226 (ch->ch_schema->csm_flags & CSM_ACTIVE)) { in ch_deactivate()
2228 &ch->ch_schema->csm_flags), CSM_ACTIVE); in ch_deactivate()
/xnu-8020.140.41/libsyscall/wrappers/skywalk/
H A Dos_channel.c218 (!(*(_chrd)->chrd_csm_flags & CSM_ACTIVE))
221 (!(CHD_SCHEMA(_chd)->csm_flags & CSM_ACTIVE))
/xnu-8020.140.41/bsd/skywalk/nexus/
H A Dnexus_adapter.c2559 CSM_ACTIVE); in na_connect()