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

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

Completed in 153 milliseconds