/openbmc/qemu/qobject/ |
H A D | json-writer.c | 61 static void enter_container(JSONWriter *writer, bool is_array) in enter_container() argument 66 writer->container_is_array->data[depth] = is_array; in enter_container() 70 static void leave_container(JSONWriter *writer, bool is_array) in leave_container() argument 75 assert(writer->container_is_array->data[depth - 1] == is_array); in leave_container()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | phal_service_actions.cpp | 73 if (!jsonCallouts.is_array()) in createGuardRecords() 157 if (!jsonCallouts.is_array()) in createDeconfigRecords()
|
H A D | src.cpp | 208 (json.is_array() && json.size() > 0) || in getPythonJSON() 1245 if (!jsonCallouts.is_array()) in addJSONCallouts() 1439 if (!mruJSON.is_array()) in getMRUsFromJSON()
|
H A D | user_data_json.cpp | 342 (json.is_array() && json.size() > 0) || in getPythonJSON()
|
H A D | device_callouts.cpp | 224 if (!calloutJSON.is_array()) in extractCallouts()
|
H A D | registry.cpp | 389 if (!json.is_array()) in findCalloutList()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 259 if (ctrl->is_array) { in v4l2_ctrl_type_op_log() 1413 if (ctrl->is_array && !req_alloc_array(ref, ctrl->elems)) in cur_to_req() 1443 if (!ctrl->is_array) { in req_to_new() 1691 if (allocate_req && !ctrl->is_array) in handler_new_ref() 1763 bool is_array; in v4l2_ctrl_new() local 1777 is_array = nr_of_dims > 0; in v4l2_ctrl_new() 1890 if (is_array && in v4l2_ctrl_new() 1918 else if (!is_array && in v4l2_ctrl_new() 1949 ctrl->is_array = is_array; in v4l2_ctrl_new() 1965 if (ctrl->is_array) { in v4l2_ctrl_new() [all …]
|
H A D | v4l2-ctrls-api.c | 128 else if (ctrl->is_array) in user_to_new() 946 if (ctrl->is_array) in __v4l2_ctrl_modify_range() 992 if (!ctrl->is_array || ctrl->is_dyn_array) in __v4l2_ctrl_modify_dimensions() 1060 is_compound = ref->ctrl->is_array || in v4l2_query_ext_ctrl() 1076 is_compound = ref->ctrl->is_array || in v4l2_query_ext_ctrl()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | config_file_parser.hpp | 253 if (!element.is_array()) in verifyIsArray()
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | utility.hpp | 148 std::is_array<T>::value,
|
/openbmc/phosphor-fan-presence/control/json/utils/ |
H A D | pcie_card_metadata.cpp | 98 if (!json.contains("cards") || !json.at("cards").is_array()) in load()
|
H A D | modifier.cpp | 168 if (!valueArray.is_array()) in LessThanOperator()
|
/openbmc/bmcweb/include/ |
H A D | login_routes.hpp | 67 if (dataIt->is_array()) in handleLogin()
|
H A D | dbus_monitor.hpp | 64 if (!data.is_array()) in onPropertyUpdate()
|
H A D | openbmc_dbus_rest.hpp | 1365 if (transaction->methodResponse.is_array() && dataarr != nullptr) in handleMethodResponse() 1588 if (!data->is_array()) in handleAction() 2483 if (!requestDbusData.is_array()) in handleBusSystemPost()
|
/openbmc/qemu/migration/ |
H A D | vmstate.c | 276 bool is_array = max > 1; in vmsd_desc_field_start() local 295 if (is_array) { in vmsd_desc_field_start()
|
/openbmc/entity-manager/src/ |
H A D | perform_scan.cpp | 299 if (keyPair.value().is_array()) in extractExposeActionRecordNames() 405 if (!configListFind->is_array()) in applyExposeActions()
|
/openbmc/phosphor-inventory-manager/ |
H A D | association_manager.cpp | 89 if (value.is_array()) in loadConditions()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | config_file_parser.hpp | 863 if (!element.is_array()) in verifyIsArray()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r600_cs.c | 1484 bool is_array; in r600_check_texture_resource() local 1522 is_array = false; in r600_check_texture_resource() 1536 is_array = true; in r600_check_texture_resource() 1539 is_array = true; in r600_check_texture_resource() 1584 if (is_array) { in r600_check_texture_resource()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | redfish_aggregator.hpp | 973 (!jsonVal["Members"].is_array())) in processCollectionResponse() 993 (!asyncResp->res.jsonValue["Members"].is_array())) in processCollectionResponse()
|
/openbmc/linux/include/media/ |
H A D | v4l2-ctrls.h | 272 unsigned int is_array:1; member
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 349 bool is_array = field->flags & TEP_FIELD_IS_ARRAY; in get_field_numeric_entry() local 354 if (is_array) { in get_field_numeric_entry() 379 if (is_array) in get_field_numeric_entry() 382 if (is_array) in get_field_numeric_entry()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | error_messages.cpp | 81 if (!extendedInfo.is_array()) in addMessageToErrorJson() 125 if (!target[messages::messageAnnotation].is_array()) in addMessageToJsonRoot() 142 if (!field.is_array()) in addMessageToJson()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 608 if (section.is_array()) in queryDumpFile()
|