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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Duser.h47 bool atf_user_is_unprivileged(void);
H A Duser.c75 atf_user_is_unprivileged(void) function
H A Duser_test.c126 atf_tc_set_md_var(tc, "descr", "Tests the atf_user_is_unprivileged "
132 ATF_REQUIRE(atf_user_is_unprivileged());
134 ATF_REQUIRE(!atf_user_is_unprivileged());
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Duser.cpp88 return atf_user_is_unprivileged();

Completed in 10 milliseconds