Searched refs:OP_MAPROOT (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mountd/
H A Dmountd.c235 #define OP_MAPROOT 0x001 macro
1672 opt_flags |= OP_MAPROOT;
2348 if ((opt_flags & (OP_MAPROOT|OP_MAPALL)) == (OP_MAPROOT|OP_MAPALL) ||
2349 (opt_flags & (OP_MAPROOT|OP_KERB)) == (OP_MAPROOT|OP_KERB) ||
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/
H A Dmountd.c244 #define OP_MAPROOT 0x001 macro
1750 opt_flags |= OP_MAPROOT;
2459 if ((opt_flags & (OP_MAPROOT|OP_MAPALL)) == (OP_MAPROOT|OP_MAPALL) ||
2460 (opt_flags & (OP_MAPROOT|OP_KERB)) == (OP_MAPROOT|OP_KERB) ||

Completed in 100 milliseconds