Searched refs:D_ETRNONLY (Results 1 – 3 of 3) sorted by relevance
337 !bitnset(D_ETRNONLY,1017 if (bitnset(D_ETRNONLY, Daemons[idx].d_flags))1032 setbitn(D_ETRNONLY, Daemons[idx].d_flags);1039 if (!bitnset(D_ETRNONLY, Daemons[idx].d_flags))1052 clrbitn(D_ETRNONLY, Daemons[idx].d_flags);1871 { "ETRNONLY", D_ETRNONLY },
2059 if (nullserver != NULL || bitnset(D_ETRNONLY, d_flags))2073 if (bitnset(D_ETRNONLY, d_flags) &&
2186 #define D_ETRNONLY ((char)0x01) /* allow only ETRN (disk low) */ macro