/openbmc/qemu/scripts/tracetool/format/ |
H A D | simpletrace_stap.py | 17 from tracetool.backend.simple import is_string 40 if is_string(type_): 58 if is_string(type_):
|
H A D | log_stap.py | 18 from tracetool.backend.simple import is_string 105 if is_string(type_): 116 if is_string(type_):
|
/openbmc/qemu/scripts/tracetool/backend/ |
H A D | simple.py | 21 def is_string(arg): function 64 if is_string(type_): 97 if is_string(type_):
|
/openbmc/linux/scripts/dtc/ |
H A D | fdtget.c | 59 int is_string; in show_data() local 66 is_string = (disp->type) == 's' || in show_data() 68 if (is_string) { in show_data()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt.py | 108 is_string = True 113 is_string = False 117 is_string = False 120 is_string = False 121 if is_string:
|
/openbmc/qemu/linux-user/ |
H A D | thunk.c | 369 int is_string = 0; in thunk_print() local 377 is_string = 1; in thunk_print() 383 if (i > 0 && !is_string) { in thunk_print() 390 if (is_string) { in thunk_print()
|
/openbmc/qemu/scripts/ |
H A D | simpletrace.py | 17 from tracetool.backend.simple import is_string 120 if is_string(type): 350 f'{name}={r}' if is_string(type) else f'{name}=0x{r:x}'
|
/openbmc/linux/kernel/trace/ |
H A D | trace_synth.h | 19 bool is_string; member
|
H A D | trace_events_synth.c | 155 if (event->fields[i]->is_string && !event->fields[i]->is_dynamic) { in synth_event_define_fields() 375 if (se->fields[i]->is_string) { in print_synth_event() 556 if (event->fields[i]->is_string) { in trace_event_raw_event_synth() 627 if (event->fields[i]->is_string && in __set_synth_event_print_fmt() 801 field->is_string = true; in parse_synth_field() 1734 if (state.event->fields[i]->is_string && in synth_event_trace() 1762 if (state.event->fields[i]->is_string) { in synth_event_trace() 1854 if (state.event->fields[i]->is_string) { in synth_event_trace_array() 1995 if (field->is_string) { in __synth_event_add_val()
|
H A D | trace_probe.h | 143 bool is_string; /* String flag */ member 192 .is_string = (bool)str, \
|
H A D | trace_probe.c | 1345 if (parg->type->is_string) { in traceprobe_parse_probe_arg_body() 1791 if (parg->type->is_string) in __set_print_fmt() 1799 if (parg->type->is_string) in __set_print_fmt()
|
/openbmc/bmcweb/redfish-core/src/utils/ |
H A D | json_utils.cpp | 68 if (root.is_string()) in getEstimatedJsonSize()
|
/openbmc/telemetry/tests/src/ |
H A D | test_labeled_tuple.cpp | 51 EXPECT_TRUE(actual_serialized_value.is_string()); in TEST_P()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | config_file_parser.hpp | 339 if (!element.is_string()) in parseHexByte() 785 if (!element.is_string()) in parseString()
|
H A D | config_file_parser.cpp | 1100 if (!element.is_string()) in parseSensorDataFormat() 1204 if (!element.is_string()) in parseVoutDataFormat()
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | config_file_parser.hpp | 187 if (!element.is_string()) in parseString()
|
/openbmc/linux/drivers/hwmon/ |
H A D | hwmon.c | 398 bool is_string = is_string_attr(type, attr); in hwmon_genattr() local 408 if ((mode & 0444) && ((is_string && !ops->read_string) || in hwmon_genattr() 409 (!is_string && !ops->read))) in hwmon_genattr() 432 dattr->show = is_string ? hwmon_attr_show_string : hwmon_attr_show; in hwmon_genattr()
|
/openbmc/linux/fs/openpromfs/ |
H A D | inode.c | 50 static int is_string(unsigned char *p, int len) in is_string() function 76 if (is_string(pval, len)) { in property_show()
|
/openbmc/entity-manager/src/ |
H A D | perform_scan.cpp | 293 if (keyPair.value().is_string()) in extractExposeActionRecordNames() 303 if (!value.is_string()) in extractExposeActionRecordNames()
|
H A D | utils.cpp | 377 if (probe.is_string()) in match()
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-api.c | 46 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user() 120 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_new() 290 } else if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | user_data_json.cpp | 343 (json.is_string() && json != "")) in getPythonJSON()
|
H A D | registry.cpp | 78 if (severity.is_string()) in getSeverities()
|
/openbmc/linux/include/media/ |
H A D | v4l2-ctrls.h | 270 unsigned int is_string:1; member
|
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 612 if (!entry.is_string() || dq.name.empty() || in queryDumpFile()
|