HomeSort by relevance Sort by last modified time
    Searched refs:qbool_get_int (Results 1 - 6 of 6) sorted by null

  /external/qemu/include/qapi/qmp/
qbool.h 26 int qbool_get_int(const QBool *qb);
  /external/qemu/qobject/
qbool.c 42 * qbool_get_int(): Get the stored int
44 int qbool_get_int(const QBool *qb) function
qdict.c 247 return qbool_get_int(qobject_to_qbool(obj));
325 return qbool_get_int(qobject_to_qbool(obj));
qjson.c 252 if (qbool_get_int(val)) {
  /external/qemu/util/
qemu-option.c 878 qbool_get_int(qobject_to_qbool(obj)) ? "on" : "off");
  /external/qemu/qom/
object.c 887 retval = qbool_get_int(qbool);
    [all...]

Completed in 98 milliseconds