Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/
H A Dos_stats_private.h1148 #define SCHF_DEFUNCT 0x80000000 macro
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus.c3250 flags |= (ch_flags & CHANF_DEFUNCT) ? SCHF_DEFUNCT : 0; in nexus_channel_get_flags()