Searched refs:D_ETRNONLY (Results 1 – 3 of 3) sorted by relevance
318 !bitnset(D_ETRNONLY,990 if (bitnset(D_ETRNONLY, Daemons[idx].d_flags))1005 setbitn(D_ETRNONLY, Daemons[idx].d_flags);1012 if (!bitnset(D_ETRNONLY, Daemons[idx].d_flags))1025 clrbitn(D_ETRNONLY, Daemons[idx].d_flags);1846 { "ETRNONLY", D_ETRNONLY },
1815 if (nullserver != NULL || bitnset(D_ETRNONLY, d_flags))1829 if (bitnset(D_ETRNONLY, d_flags) &&
1938 #define D_ETRNONLY ((char)0x01) /* allow only ETRN (disk low) */ macro