Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/irq/
H A Dirqbalance01.c47 ALLOW = '+', enumerator
227 (acc & (1 << bit)) ? ALLOW : DENY; in collect_irq_info()
280 if (irq_affinity[row * nr_cpus + col] == ALLOW) in evidence_of_change()
/third_party/skia/buildtools/checkdeps/
H A Drules.py14 ALLOW, DISALLOW and TEMP_ALLOW.
20 ALLOW = '+' variable in Rule
72 if not rule_string[0] in [Rule.ALLOW, Rule.DISALLOW, Rule.TEMP_ALLOW]:
H A Dgraphdeps.py176 if ((dst, Rule.ALLOW) not in deps_graph[src]) and \
195 if allow == Rule.ALLOW and src == dst:
222 if allow == Rule.ALLOW:
H A Dcheckdeps.py132 if rule_type == Rule.ALLOW:
/third_party/selinux/libselinux/src/
H A Daudit2why.c25 #define ALLOW 0 macro
387 RETURN(ALLOW) in analyze()
487 PyModule_AddIntConstant(m,"ALLOW", ALLOW);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_tnc.c21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; enumerator
178 case ALLOW: in eap_tnc_build_recommendation()
370 data->recommendation = ALLOW; in tncs_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_tnc.c21 enum { ALLOW, ISOLATE, NO_ACCESS, NO_RECOMMENDATION } recommendation; enumerator
178 case ALLOW: in eap_tnc_build_recommendation()
370 data->recommendation = ALLOW; in tncs_process()
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y126 %token ALLOW
437 cond_allow_def : ALLOW names names ':' names names ';'
478 allow_def : ALLOW names names ':' names names ';'
521 role_allow_def : ALLOW names names ';'
/third_party/node/src/
H A Dnode_http_common.h87 V(ALLOW, "allow") \

Completed in 8 milliseconds