Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Drequest.c476 F_REQUIRE_AUTH = 0x08, /* require that the fid be marked AUTH */ enumerator
535 if ((flags & (F_REQUIRE_AUTH | F_ALLOW_AUTH)) == 0) in fid_lookup()
537 } else if (flags & F_REQUIRE_AUTH) in fid_lookup()
626 F_REQUIRE_AUTH, &req->lr_fid2); in l9p_dispatch_tattach()