Lines Matching refs:boolean
166 op.u.boolean.bool_id = id; in xc_flask_getbool_byid()
167 op.u.boolean.size = size; in xc_flask_getbool_byid()
168 set_xen_guest_handle(op.u.boolean.name, name); 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()
200 set_xen_guest_handle(op.u.boolean.name, name); in xc_flask_getbool_byname()
210 *curr = op.u.boolean.enforcing; 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()
233 op.u.boolean.size = strlen(name); in xc_flask_setbool()
234 set_xen_guest_handle(op.u.boolean.name, name); in xc_flask_setbool()