Searched refs:TYPE_STRING (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/scripts/dtc/ |
H A D | treesource.c | 132 [TYPE_STRING] = "", 139 [TYPE_STRING] = "", 167 return TYPE_STRING; in guess_value_type() 248 case TYPE_STRING: in write_propval()
|
H A D | yamltree.c | 164 case TYPE_STRING: in yaml_propval()
|
H A D | data.c | 62 d = data_add_marker(empty_data, TYPE_STRING, NULL); in data_copy_escape_string()
|
H A D | dtc-parser.y | 318 $1 = data_add_marker($1, TYPE_STRING, $2);
|
H A D | dtc.h | 117 TYPE_STRING, enumerator
|
H A D | livetree.c | 237 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 D | fdt_test.py | 79 self.assertEquals(fdt.TYPE_STRING, prop.type) 83 self.assertEquals(fdt.TYPE_STRING, prop.type)
|
/openbmc/u-boot/tools/dtoc/ |
H A D | fdt.py | 24 (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 D | test_fdt | 20 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 D | test_fdt.py | 20 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 D | dtb_platdata.py | 39 fdt.TYPE_STRING: 'const char *', 103 elif ftype == fdt.TYPE_STRING:
|
H A D | test_dtoc.py | 128 self.assertEqual('"test"', get_value(fdt.TYPE_STRING, 'test'))
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp.py | 89 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 D | iscsi_target_parameters.h | 221 #define TYPE_STRING 0x10 macro 228 #define IS_TYPE_STRING(p) ((p)->type & TYPE_STRING)
|
H A D | iscsi_target_parameters.c | 167 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 D | gui.py | 29 … 'clicked' : (gobject.SIGNAL_RUN_LAST, gobject.TYPE_NONE, (gobject.TYPE_STRING, Gdk.Event)),
|