Searched refs:D_ETRNONLY (Results 1 – 3 of 3) sorted by relevance
318 !bitnset(D_ETRNONLY,980 if (bitnset(D_ETRNONLY, Daemons[idx].d_flags))995 setbitn(D_ETRNONLY, Daemons[idx].d_flags);1002 if (!bitnset(D_ETRNONLY, Daemons[idx].d_flags))1015 clrbitn(D_ETRNONLY, Daemons[idx].d_flags);1839 { "ETRNONLY", D_ETRNONLY },
1574 if (nullserver != NULL || bitnset(D_ETRNONLY, d_flags))1588 if (bitnset(D_ETRNONLY, d_flags) &&
1830 #define D_ETRNONLY ((char)0x01) /* allow only ETRN (disk low) */ macro