Home | History | Annotate | Download | only in cmd

Lines Matching refs:labels

495  * labels - a list of labels defined for the menu.
502 struct list_head labels;
1191 * Parses a label and adds it to the list of labels for a menu.
1217 list_add_tail(&label->list, &cfg->labels);
1382 * Free the memory used by a pxe_menu and its labels.
1395 list_for_each_safe(pos, n, &cfg->labels) {
1426 INIT_LIST_HEAD(&cfg->labels);
1454 * Create a menu and add items for all the labels.
1462 list_for_each(pos, &cfg->labels) {
1496 * Try to boot any labels we have yet to attempt to boot.
1503 list_for_each(pos, &cfg->labels) {
1516 * attempted to boot labels in the order they were given in pxe files.
1518 * labels in the order they were given in pxe files.
1520 * If this function returns, there weren't any labels that successfully
1542 * labels that haven't been attempted yet.