Home
last modified time | relevance | path

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

/xen/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/xen/tools/kconfig/tests/choice/
A Doldask1_expected_stdout2 boolean choice
6 optional boolean choice [Y/n/?] (NEW)
7 optional boolean choice
A Doldask0_expected_stdout2 boolean choice
6 optional boolean choice [N/y/?] (NEW)
A DKconfig9 prompt "boolean choice"
21 prompt "optional boolean choice"
/xen/docs/misc/
A Dxen-command-line.pandoc114 > `= <boolean>`
123 > `= <boolean>`
137 > `= <boolean>`
149 > `= <boolean>`
163 > `= <boolean>`
177 > `= <boolean>`
206 > `= <boolean>`
215 > `= <boolean>`
223 > `= <boolean>`
314 > `= <boolean>`
[all …]
A Dkconfig-language.rst140 Reverse dependencies can only be used with boolean or tristate
233 expressions uses one more state than normal boolean logic to express the
404 While a boolean choice only allows a single config entry to be
660 express in boolean abstraction of the inferred semantics of Kconfig to
661 translate Kconfig logic into boolean formulas and run a SAT solver on this to
681 in the previous subsection, work has been done however to express in boolean
683 boolean formulas and run a SAT solver on it [5]_. Another known related project
A Dxsm-flask.txt129 - prot_domU_t is a domain type whose creation can be disabled with a boolean
A Dxenstore-paths.pandoc245 Various boolean platform properties.
A Dlivepatch.pandoc337 * `applied` tracks function's applied/reverted state. It has a boolean type
/xen/tools/flask/policy/modules/
A Dprot_domU.te1 # This is an alternative to nomigrate_t: a policy boolean controls the ability
/xen/xen/include/public/xsm/
A Dflask_op.h202 struct xen_flask_boolean boolean; member
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in83 ## Type: boolean
105 ## Type: boolean
/xen/xen/xsm/flask/
A Dflask_op.c686 rv = flask_security_get_bool(&op.u.boolean); in do_flask_op()
690 rv = flask_security_set_bool(&op.u.boolean); in do_flask_op()
/xen/tools/libxl/
A Dlibxl_json.c702 static int json_callback_boolean(void *opaque, int boolean) in json_callback_boolean() argument
707 DEBUG_GEN_VALUE(ctx, bool, boolean); in json_callback_boolean()
710 obj->u.b = boolean; in json_callback_boolean()
A DCODING_STYLE38 bool ok; /* the success return value from a boolean function */
/xen/docs/man/
A Dxl.cfg.5.pod.in1224 When given as a boolean the B<gfx_passthru> option either disables graphics
2352 The viridian option can be specified as a boolean. A value of true (1)
/xen/tools/firmware/rombios/
A Drombios.c8658 push #0x00 ;; placeholder for make_far_call boolean

Completed in 41 milliseconds