Home
last modified time | relevance | path

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

/openbmc/qemu/include/authz/
H A Dbase.h50 bool (*is_allowed)(QAuthZ *authz, member
/openbmc/openbmc/poky/meta/classes-global/
H A Dyocto-check-layer.bbclass38 def is_allowed(bpn, task):
56 if network and not is_allowed(bpn, task):
/openbmc/qemu/authz/
H A Dbase.c33 allowed = cls->is_allowed(authz, identity, errp); in qauthz_is_allowed()
H A Dsimple.c87 authz->is_allowed = qauthz_simple_is_allowed; in qauthz_simple_class_init()
H A Dpamacct.c112 authz->is_allowed = qauthz_pam_is_allowed; in qauthz_pam_class_init()
H A Dlistfile.c237 authz->is_allowed = qauthz_list_file_is_allowed; in qauthz_list_file_class_init()
H A Dlist.c134 authz->is_allowed = qauthz_list_is_allowed; in qauthz_list_class_init()
/openbmc/openbmc/poky/scripts/
H A Dverify-bashisms24 def is_allowed(s): function
/openbmc/qemu/tests/fp/
H A Dfp-test.c127 static bool is_allowed(unsigned op, int rmode) in is_allowed() function
200 if (!is_allowed(op, rmode)) { in do_testfloat()