Home
last modified time | relevance | path

Searched refs:TYPE_STRING (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dtreesource.c132 [TYPE_STRING] = "",
139 [TYPE_STRING] = "",
167 return TYPE_STRING; in guess_value_type()
248 case TYPE_STRING: in write_propval()
H A Dyamltree.c164 case TYPE_STRING: in yaml_propval()
H A Ddata.c62 d = data_add_marker(empty_data, TYPE_STRING, NULL); in data_copy_escape_string()
H A Ddtc-parser.y318 $1 = data_add_marker($1, TYPE_STRING, $2);
H A Ddtc.h117 TYPE_STRING, enumerator
H A Dlivetree.c237 d = data_add_marker(d, TYPE_STRING, ref); in add_orphan_node()
934 append_to_property(fn, m->ref, entry, strlen(entry) + 1, TYPE_STRING); in add_fixup_entry()
/openbmc/u-boot/tools/binman/
H A Dfdt_test.py79 self.assertEquals(fdt.TYPE_STRING, prop.type)
83 self.assertEquals(fdt.TYPE_STRING, prop.type)
/openbmc/u-boot/tools/dtoc/
H A Dfdt.py24 (TYPE_BYTE, TYPE_INT, TYPE_STRING, TYPE_BOOL, TYPE_INT64) = range(5)
123 return TYPE_STRING, strings[0]
125 return TYPE_STRING, strings[:-1]
150 elif type == TYPE_STRING:
H A Dtest_fdt20 from fdt import TYPE_BYTE, TYPE_INT, TYPE_STRING, TYPE_BOOL
264 self.assertEqual(fdt.TYPE_STRING, prop.type)
268 self.assertEqual(fdt.TYPE_STRING, prop.type)
281 self.assertEqual('', fdt.Prop.GetEmpty(fdt.TYPE_STRING))
H A Dtest_fdt.py20 from fdt import TYPE_BYTE, TYPE_INT, TYPE_STRING, TYPE_BOOL
264 self.assertEqual(fdt.TYPE_STRING, prop.type)
268 self.assertEqual(fdt.TYPE_STRING, prop.type)
281 self.assertEqual('', fdt.Prop.GetEmpty(fdt.TYPE_STRING))
H A Ddtb_platdata.py39 fdt.TYPE_STRING: 'const char *',
103 elif ftype == fdt.TYPE_STRING:
H A Dtest_dtoc.py128 self.assertEqual('"test"', get_value(fdt.TYPE_STRING, 'test'))
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp.py89 self.pkg_model = Gtk.ListStore(GObject.TYPE_STRING)
91 … self.depends_model = Gtk.ListStore(GObject.TYPE_INT, GObject.TYPE_STRING, GObject.TYPE_STRING)
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_parameters.h221 #define TYPE_STRING 0x10 macro
228 #define IS_TYPE_STRING(p) ((p)->type & TYPE_STRING)
H A Discsi_target_parameters.c167 param->type = TYPE_VALUE_LIST | TYPE_STRING; in iscsi_set_default_param()
173 param->type = TYPE_STRING; in iscsi_set_default_param()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dgui.py29 … 'clicked' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gobject.TYPE_STRING, Gdk.Event)),