/third_party/selinux/secilc/docs/ |
D | cil_conditional_statements.md | 124 tunable section in Conditional Statements 131 …ments.md#tunableif) statements are resolved first, [`tunable`](cil_conditional_statements.md#tunab… 136 (tunable tunable_id true|false) 148 <td align="left"><p><code>tunable</code></p></td> 149 <td align="left"><p>The <code>tunable</code> keyword.</p></td> 153 <td align="left"><p>The <code>tunable</code> identifier.</p></td> 157 <td align="left"><p>The initial state of the <code>tunable</code>.</p></td> 171 …itional_statements.md#tunableif) block. Otherwise, [`tunable`](cil_conditional_statements.md#tunab… 200 <td align="left"><p>Either a single <code>tunable</code> identifier or one or more <code>expr</code… 214 … optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluat… [all …]
|
D | cil_container_statements.md | 224 [`tunable`](cil_conditional_statements.md#tunable), [`in`](cil_container_statements.md#in), [`block… 287 [`tunable`](cil_conditional_statements.md#tunable) and [`in`](cil_container_statements.md#in) state…
|
D | README.md | 51 * [tunable](cil_conditional_statements.md#tunable)
|
D | cil_call_macro_statements.md | 61 [`tunable`](cil_conditional_statements.md#tunable), [`in`](cil_container_statements.md#in), [`block…
|
D | cil_reference_guide.md | 48 tunable
|
/third_party/ltp/testcases/kernel/mem/ |
D | .gitignore | 68 /tunable/max_map_count 69 /tunable/min_free_kbytes 70 /tunable/overcommit_memory
|
/third_party/selinux/secilc/test/ |
D | integration.cil | 112 (tunable allow_execfile true) 113 (tunable allow_userexec false) 211 (tunable tun1 true)
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 108 tunable { return(TUNABLE); }
|
/third_party/exfatprogs/ |
D | README.md | 59 Adjust tunable filesystem parameters on an exFAT filesystem
|
/third_party/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 849 struct cil_tunable *tunable = node->data; in cil_write_ast_node() local 850 …fprintf(out, "(tunable %s %s)\n", datum_to_str(DATUM(tunable)), tunable->value ? "true" : "false"); in cil_write_ast_node()
|
D | cil_build_ast.c | 2539 struct cil_tunable *tunable = NULL; in cil_gen_tunable() local 2551 cil_tunable_init(&tunable); in cil_gen_tunable() 2556 tunable->value = CIL_TRUE; in cil_gen_tunable() 2558 tunable->value = CIL_FALSE; in cil_gen_tunable() 2565 …rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)tunable, (hashtab_key_t)key, CIL_SYM_TUN… in cil_gen_tunable() 2574 cil_destroy_tunable(tunable); in cil_gen_tunable() 2579 void cil_destroy_tunable(struct cil_tunable *tunable) in cil_destroy_tunable() argument 2581 if (tunable == NULL) { in cil_destroy_tunable() 2585 cil_symtab_datum_destroy(&tunable->datum); in cil_destroy_tunable() 2586 free(tunable); in cil_destroy_tunable()
|
D | cil_build_ast.h | 128 void cil_destroy_tunable(struct cil_tunable *tunable);
|
/third_party/libxml2/os400/ |
D | README400 | 38 _ Edit file iniscript.sh. You may want to change tunable configuration
|
/third_party/curl/packages/OS400/ |
D | README.OS400 | 264 _ Edit file iniscript.sh. You may want to change tunable configuration
|
/third_party/libwebsockets/READMEs/ |
D | README.jit-trust.md | 237 The context creation info struct has a couple of runtime-tunable settings
|
/third_party/python/Doc/library/ |
D | hashlib.rst | 236 brute-force attacks. A good password hashing function must be tunable, slow, and
|
D | os.rst | 4600 This class represents tunable scheduling parameters used in
|
/third_party/FreeBSD/ |
D | UPDATING | 261 loader tunable 'hw.nvme.use_nvd=1' if you wish to use the existing 317 EFIRT may be disabled via a loader tunable, efi.rt.disabled, if a system
|
/third_party/mesa3d/docs/gallium/ |
D | screen.rst | 735 performance. This is a tunable for the GLSL compiler and the behavior is
|
/third_party/json/ |
D | README.md | 1606 **Your program is compiled with glibc.** There is a tunable threshold that glibc uses to decide whe…
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 2319 seconds. This parameter is tunable through :func:`sys.setswitchinterval()`.
|
/third_party/libxml2/ |
D | NEWS | 3197 size to be application tunable.
|
/third_party/python/Misc/ |
D | HISTORY | 18055 - Patch #1454481: thread stack size is now tunable at runtime for thread
|