Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/
H A Dos_stats_private.h1134 #define SCHF_CLOSING 0x40000000 macro
/xnu-11215.61.5/bsd/skywalk/nexus/
H A Dnexus.c3255 flags |= (ch_flags & CHANF_CLOSING) ? SCHF_CLOSING : 0; in nexus_channel_get_flags()