| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | systemd-boot-cfg.bbclass | 19 labels = d.getVar('LABELS') 20 if not labels: 24 if labels == []: 25 bb.debug(1, "No labels, nothing to do") 38 cfgfile.write('default %s.conf\n' % (labels.split()[0])) 46 for label in labels.split():
|
| H A D | uboot-extlinux-config.bbclass | 32 # created. If you want to use more than one labels, e.g linux and alternate, 86 labels = d.getVar('UBOOT_EXTLINUX_LABELS') 87 if not labels: 90 if not labels.strip(): 91 bb.fatal("No labels, nothing to do") 104 if len(labels.split()) > 1 and menu_title: 111 if len(labels.split()) > 1: 116 # Need to deconflict the labels with existing overrides 117 label_overrides = labels.split() 123 for label in labels.split():
|
| H A D | grub-efi-cfg.bbclass | 45 labels = d.getVar('LABELS') 46 if not labels: 50 if labels == []: 51 bb.debug(1, "No labels, nothing to do") 70 cfgfile.write('default=%s\n' % (labels.split()[0])) 88 for label in labels.split():
|
| H A D | syslinux.bbclass | 87 labels = d.getVar('LABELS') 88 if not labels: 92 if labels == []: 93 bb.debug(1, "No labels, nothing to do") 128 cfgfile.write('DEFAULT Graphics console %s\n' % (labels.split()[0])) 130 cfgfile.write('DEFAULT %s\n' % (labels.split()[0])) 153 for label in labels.split():
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | timeline_view.js | 1726 let labels = []; 1732 labels.push('Netfn and CMD : (' + netFn + ', ' + cmd + ')'); 1736 labels.push('Description : ' + NetFnCmdToDescription[key]); 1740 labels.push('Offset : ' + theHoveredReq.offset); 1744 labels.push('Request Data : ' + req.length + ' bytes'); 1746 labels.push('Hex : ' + ToHexString(req, '', ' ')); 1747 labels.push('ASCII : ' + ToASCIIString(req)); 1750 labels.push('Response Data : ' + theHoveredReq[5].length + ' bytes'); 1752 labels.push('Hex : ' + ToHexString(resp, '', ' ')); 1753 labels.push('ASCII : ' + ToASCIIString(resp)); [all …]
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | livetree.c | 27 void add_label(struct label **labels, char *label) in add_label() argument 32 for_each_label_withdel(*labels, new) in add_label() 41 new->next = *labels; in add_label() 42 *labels = new; in add_label() 45 void delete_labels(struct label **labels) in delete_labels() argument 49 for_each_label(*labels, label) in delete_labels() 146 for_each_label_withdel(new_node->labels, l) in merge_nodes() 147 add_label(&old_node->labels, l->label); in merge_nodes() 167 for_each_label_withdel(new_prop->labels, l) in merge_nodes() 168 add_label(&old_prop->labels, l->label); in merge_nodes() [all …]
|
| H A D | flattree.c | 55 void (*beginnode)(void *, struct label *labels); 56 void (*endnode)(void *, struct label *labels); 57 void (*property)(void *, struct label *labels); 92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode() argument 97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode() argument 102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property() argument 186 static void asm_emit_beginnode(void *e, struct label *labels) in asm_emit_beginnode() argument 191 for_each_label(labels, l) { in asm_emit_beginnode() 199 static void asm_emit_endnode(void *e, struct label *labels) in asm_emit_endnode() argument 206 for_each_label(labels, l) { in asm_emit_endnode() [all …]
|
| H A D | dtc.h | 151 struct label *labels; member 169 struct label *labels; member 194 void add_label(struct label **labels, char *label); 195 void delete_labels(struct label **labels); 242 struct label *labels; member
|
| H A D | dtc-parser.y | 155 add_label(&$2->labels, $1); 185 add_label(&target->labels, $2); 257 add_label(&$2->labels, $1); 528 add_label(&$2->labels, $1);
|
| H A D | treesource.c | 243 for_each_label(tree->labels, l) in write_tree_source_node() 252 for_each_label(prop->labels, l) in write_tree_source_node() 275 for_each_label(re->labels, l) in dt_to_source()
|
| /openbmc/qemu/tests/migration-stress/guestperf/ |
| H A D | plot.py | 121 labels = [] 135 labels.append(self._get_progress_label(progress)) 148 text=labels) 197 labels = [] 201 labels.append(self._get_progress_label(progress)) 206 text=labels, 218 labels = [] 249 labels.append(self._get_progress_label(progress)) 263 text=labels)
|
| /openbmc/openbmc/meta-security/recipes-mac/smack/smack/ |
| H A D | run-ptest | 3 ./tests/make_policies.bash ./tests/generator labels
|
| /openbmc/openbmc-test-automation/tools/ |
| H A D | github_issues_to_csv | 28 labels = ", ".join([label["name"] for label in issue["labels"]]) 55 labels.encode("utf-8"),
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/ |
| H A D | edac.service | 6 ExecStart=@SBINDIR@/edac-ctl --register-labels
|
| /openbmc/openbmc/.github/ISSUE_TEMPLATE/ |
| H A D | question.md | 5 labels: ''
|
| H A D | bug_report.md | 5 labels: ''
|
| /openbmc/webui-vue/.github/ISSUE_TEMPLATE/ |
| H A D | feature_request.md | 5 labels: ""
|
| H A D | bug_report.md | 5 labels: ""
|
| H A D | design-review.md | 5 labels: enhancement
|
| /openbmc/u-boot/doc/ |
| H A D | README.pxe | 96 commands - global commands, and commands specific to labels. Lines begining 100 The size of pxe files and the number of labels is only limited by the amount 101 of RAM available to U-Boot. Memory for labels is dynamically allocated as 114 menu title <string> - sets a title for the menu of labels being displayed. 127 label <name> - begin a label definition. labels continue until 133 labels end when a command not recognized as a label command is reached, or EOF.
|
| /openbmc/u-boot/cmd/ |
| H A D | pxe.c | 503 struct list_head labels; member 1265 list_add_tail(&label->list, &cfg->labels); in parse_label() 1443 list_for_each_safe(pos, n, &cfg->labels) { in destroy_pxe_menu() 1474 INIT_LIST_HEAD(&cfg->labels); in parse_pxefile() 1510 list_for_each(pos, &cfg->labels) { in pxe_menu_to_menu() 1551 list_for_each(pos, &cfg->labels) { in boot_unattempted_labels()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/newt/ |
| H A D | libnewt_0.52.25.bb | 5 checkboxes, radio buttons, labels, plain text fields, scrollbars, \
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | test_builddashboard_page.py | 221 labels = modal.find_elements(By.CSS_SELECTOR,".radio") 223 labels_text = [lab.text for lab in labels]
|
| /openbmc/webui-vue/docs/guide/guidelines/ |
| H A D | internationalization.md | 14 - Page specific labels should be nested in an object with a key prefixed `page` 102 Example: moving vendor-only dump type labels
|
| /openbmc/openbmc/poky/documentation/ |
| H A D | standards.md | 197 The recommended font for description text and labels is `Nimbus Roman`, size 10. 200 `template.svg` contains ready-to-copy labels. 205 or labels. Their stroke color is slightly darker than their fill color.
|