Searched defs:tunable (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_tree.c905 struct cil_tunable *tunable = node->data; local
906 cil_log(CIL_INFO, "TUNABLE: %s, value: %d\n", tunable->datum.name, tunable->value);
H A Dcil_build_ast.c2129 cil_log(CIL_ERR, "Bad tunable (treated as a boolean due to preserve-tunables) declaration at line %d of %s\n",
2160 struct cil_tunable *tunable = NULL; local
2172 cil_tunable_init(&tunable);
2177 tunable->value = CIL_TRUE;
2179 tunable->value = CIL_FALSE;
2186 rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)tunable, (hashtab_key_t)key, CIL_SYM_TUNABLES, CIL_TUNABLE);
2194 cil_log(CIL_ERR, "Bad tunable declaration at line %d of %s\n",
2196 cil_destroy_tunable(tunable);
2201 void cil_destroy_tunable(struct cil_tunable *tunable) argument
2203 if (tunable
[all...]

Completed in 2614 milliseconds