Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c482 F_REQUIRE_AUTH = 0x08, /* require that the fid be marked AUTH */ enumerator
541 if ((flags & (F_REQUIRE_AUTH | F_ALLOW_AUTH)) == 0) in fid_lookup()
543 } else if (flags & F_REQUIRE_AUTH) in fid_lookup()
632 F_REQUIRE_AUTH, &req->lr_fid2); in l9p_dispatch_tattach()