Searched refs:tag (Results 1 – 10 of 10) sorted by relevance
| /scripts/ |
| A D | setlocalversion | 36 tag="$1" 39 if [ "$(git cat-file -t "$tag" 2> /dev/null)" != tag ]; then 45 set -- $(git rev-list --count --left-right "$tag"...HEAD 2> /dev/null) 62 local tag
|
| /scripts/dtc/libfdt/ |
| A D | fdt.c | 157 uint32_t tag; in fdt_next_tag() local 165 tag = fdt32_to_cpu(*tagp); in fdt_next_tag() 169 switch (tag) { in fdt_next_tag() 206 return tag; in fdt_next_tag() 230 uint32_t tag; in fdt_next_node() local 238 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_next_node() 240 switch (tag) { in fdt_next_node() 262 } while (tag != FDT_BEGIN_NODE); in fdt_next_node()
|
| A D | fdt.h | 37 fdt32_t tag; member 42 fdt32_t tag; member
|
| A D | fdt_sw.c | 233 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_begin_node() 320 prop->tag = cpu_to_fdt32(FDT_PROP); in fdt_property_placeholder() 344 uint32_t tag; in fdt_finish() local 363 while ((tag = fdt_next_tag(fdt, offset, &nextoffset)) != FDT_END) { in fdt_finish() 364 if (tag == FDT_PROP) { in fdt_finish()
|
| A D | fdt_rw.c | 230 (*prop)->tag = cpu_to_fdt32(FDT_PROP); in fdt_add_property_() 341 uint32_t tag; in fdt_add_subnode_namelen() local 356 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_add_subnode_namelen() 357 } while ((tag == FDT_PROP) || (tag == FDT_NOP)); in fdt_add_subnode_namelen() 366 nh->tag = cpu_to_fdt32(FDT_BEGIN_NODE); in fdt_add_subnode_namelen()
|
| A D | fdt_ro.c | 203 uint32_t tag; in nextprop_() local 207 tag = fdt_next_tag(fdt, offset, &nextoffset); in nextprop_() 209 switch (tag) { in nextprop_() 220 } while (tag == FDT_NOP); in nextprop_() 864 uint32_t tag; in fdt_check_full() local 884 tag = fdt_next_tag(fdt, offset, &nextoffset); in fdt_check_full() 890 if (expect_end && tag != FDT_END) in fdt_check_full() 893 switch (tag) { in fdt_check_full()
|
| /scripts/kconfig/lxdialog/ |
| A D | dialog.h | 119 struct dialog_color tag; member 144 void item_set_tag(char tag); 155 char tag; member 175 int item_is_tag(char tag);
|
| A D | util.c | 41 dlg.tag.atr = A_BOLD; in set_mono_theme() 81 DLG_COLOR(tag, COLOR_YELLOW, COLOR_WHITE, true); in set_classic_theme() 121 DLG_COLOR(tag, COLOR_RED, COLOR_BLACK, false); in set_blackbg_theme() 141 DLG_COLOR(tag, COLOR_BLUE, COLOR_WHITE, true); in set_bluetitle_theme() 201 init_one_color(&dlg.tag); in init_dialog_colors() 624 void item_set_tag(char tag) in item_set_tag() argument 626 item_cur->node.tag = tag; in item_set_tag() 653 return item_cur->node.tag; in item_tag() 697 int item_is_tag(char tag) in item_is_tag() argument 699 return (item_cur->node.tag == tag); in item_is_tag()
|
| A D | checklist.c | 38 wattrset(win, selected ? dlg.tag_selected.atr : dlg.tag.atr); in print_item()
|
| /scripts/kconfig/ |
| A D | nconf.c | 251 char tag; member 525 static void item_make(struct menu *menu, char tag, const char *fmt, ...) in item_make() argument 533 k_menu_items[items_num].tag = tag; in item_make() 602 return mcur->tag; in item_tag() 623 static int item_is_tag(char tag) in item_is_tag() argument 625 return item_tag() == tag; in item_is_tag()
|
Completed in 16 milliseconds