OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:policy_id
(Results
1 - 4
of
4
) sorted by null
/external/bcc/src/cc/frontends/b/
type_check.cc
520
if (n->type_id()->name_ == "INDEXED" && n->
policy_id
()->name_ != "AUTO") {
522
n->
policy_id
()->name_ = "AUTO";
524
if (n->
policy_id
()->name_ != "AUTO" && n->
policy_id
()->name_ != "NONE")
525
return mkstatus_(n, "Unsupported policy type %s", n->
policy_id
()->c_str());
node.h
595
IdentExprNode *
policy_id
() { return templates_.at(3).get(); }
function in class:ebpf::TableDeclStmtNode
codegen_llvm.cc
811
if (n->table_->
policy_id
()->name_ == "AUTO") {
838
} else if (n->table_->
policy_id
()->name_ == "NONE") {
[
all
...]
/external/wpa_supplicant_8/hs20/server/
spp_server.c
1164
const char *
policy_id
)
1169
ctx->root_dir,
policy_id
);
1197
char *
policy_id
;
local
1200
policy_id
= db_get_val(ctx, user, realm, "policy", use_dmacc);
1201
if (
policy_id
== NULL || strlen(
policy_id
) == 0) {
1202
free(
policy_id
);
1203
policy_id
= strdup("default");
1204
if (
policy_id
== NULL)
1207
policy = read_policy_file(ctx,
policy_id
);
[
all
...]
Completed in 185 milliseconds