Home
last modified time | relevance | path

Searched refs:is_string (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/qemu/scripts/tracetool/format/
H A Dsimpletrace_stap.py17 from tracetool.backend.simple import is_string
40 if is_string(type_):
58 if is_string(type_):
H A Dlog_stap.py18 from tracetool.backend.simple import is_string
105 if is_string(type_):
116 if is_string(type_):
/openbmc/qemu/scripts/tracetool/backend/
H A Dsimple.py21 def is_string(arg): function
64 if is_string(type_):
97 if is_string(type_):
/openbmc/linux/scripts/dtc/
H A Dfdtget.c59 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 Dfdt.py108 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 Dthunk.c369 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 Dsimpletrace.py17 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 Dtrace_synth.h19 bool is_string; member
H A Dtrace_events_synth.c155 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 Dtrace_probe.h143 bool is_string; /* String flag */ member
192 .is_string = (bool)str, \
H A Dtrace_probe.c1345 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 Djson_utils.cpp68 if (root.is_string()) in getEstimatedJsonSize()
/openbmc/telemetry/tests/src/
H A Dtest_labeled_tuple.cpp51 EXPECT_TRUE(actual_serialized_value.is_string()); in TEST_P()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.hpp339 if (!element.is_string()) in parseHexByte()
785 if (!element.is_string()) in parseString()
H A Dconfig_file_parser.cpp1100 if (!element.is_string()) in parseSensorDataFormat()
1204 if (!element.is_string()) in parseVoutDataFormat()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.hpp187 if (!element.is_string()) in parseString()
/openbmc/linux/drivers/hwmon/
H A Dhwmon.c398 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 Dinode.c50 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 Dperform_scan.cpp293 if (keyPair.value().is_string()) in extractExposeActionRecordNames()
303 if (!value.is_string()) in extractExposeActionRecordNames()
H A Dutils.cpp377 if (probe.is_string()) in match()
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c46 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 Duser_data_json.cpp343 (json.is_string() && json != "")) in getPythonJSON()
H A Dregistry.cpp78 if (severity.is_string()) in getSeverities()
/openbmc/linux/include/media/
H A Dv4l2-ctrls.h270 unsigned int is_string:1; member
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp612 if (!entry.is_string() || dq.name.empty() || in queryDumpFile()

12