Home
last modified time | relevance | path

Searched refs:boolean (Results 1 – 16 of 16) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_flask.c166 op.u.boolean.bool_id = id; in xc_flask_getbool_byid()
167 op.u.boolean.size = size; in xc_flask_getbool_byid()
178 *curr = op.u.boolean.enforcing; in xc_flask_getbool_byid()
180 *pend = op.u.boolean.pending; in xc_flask_getbool_byid()
198 op.u.boolean.bool_id = -1; in xc_flask_getbool_byname()
199 op.u.boolean.size = strlen(name); in xc_flask_getbool_byname()
212 *pend = op.u.boolean.pending; in xc_flask_getbool_byname()
230 op.u.boolean.bool_id = -1; in xc_flask_setbool()
231 op.u.boolean.new_value = value; in xc_flask_setbool()
232 op.u.boolean.commit = 1; in xc_flask_setbool()
[all …]
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-command-line.markdown114 > `= <boolean>`
123 > `= <boolean>`
137 > `= <boolean>`
151 > `= <boolean>`
163 > `= <boolean>`
177 > `= <boolean>`
186 > `= <boolean>`
195 > `= <boolean>`
203 > `= <boolean>`
230 > `= <boolean>`
[all …]
A Dkconfig-language.txt104 Reverse dependencies can only be used with boolean or tristate
169 expressions uses one more state than normal boolean logic to express the
288 options. A choice can only be of type bool or tristate, while a boolean
A Dxsm-flask.txt165 - prot_domU_t is a domain type whose creation can be disabled with a boolean
A Dxenstore-paths.markdown238 Various boolean platform properties.
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dprot_domU.te1 # This is an alternative to nomigrate_t: a policy boolean controls the ability
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.gperf35 boolean, T_TYPE, TF_COMMAND, S_BOOLEAN
A Dzconf.hash.c_shipped122 char kconf_id_strings_str47[sizeof("boolean")];
159 "boolean",
A Dzconf.tab.c_shipped2456 fputs(" boolean\n", out);
/xen-4.10.0-shim-comet/xen/include/public/xsm/
A Dflask_op.h202 struct xen_flask_boolean boolean; member
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in83 ## Type: boolean
105 ## Type: boolean
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Dflask_op.c685 rv = flask_security_get_bool(&op.u.boolean); in do_flask_op()
689 rv = flask_security_set_bool(&op.u.boolean); in do_flask_op()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_json.c701 static int json_callback_boolean(void *opaque, int boolean)
706 DEBUG_GEN_VALUE(ctx, bool, boolean);
709 obj->u.b = boolean;
A DCODING_STYLE38 bool ok; /* the success return value from a boolean function */
/xen-4.10.0-shim-comet/docs/man/
A Dxl.cfg.pod.5.in1140 When given as a boolean the B<gfx_passthru> option either disables graphics
2071 The viridian option can be specified as a boolean. A value of true (1)
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c8658 push #0x00 ;; placeholder for make_far_call boolean

Completed in 46 milliseconds