Home
last modified time | relevance | path

Searched refs:CHANF_ATTACHED (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel.c1828 if (ch->ch_flags & CHANF_ATTACHED) { in ch_close_common()
1859 atomic_bitclear_32(&ch->ch_flags, CHANF_ATTACHED); in ch_close_common()
2151 atomic_bitset_32(&ch->ch_flags, CHANF_ATTACHED); in ch_connect()
2469 ASSERT(!(ch->ch_flags & (CHANF_ATTACHED | CHANF_EXT_CONNECTED | in ch_free()
H A Dchannel_var.h173 #define CHANF_ATTACHED 0x1 /* attached and connected to nexus */ macro