Lines Matching refs:pxe_label
469 struct pxe_label { struct
512 static struct pxe_label *label_create(void) in label_create()
514 struct pxe_label *label; in label_create()
516 label = malloc(sizeof(struct pxe_label)); in label_create()
521 memset(label, 0, sizeof(struct pxe_label)); in label_create()
534 static void label_destroy(struct pxe_label *label) in label_destroy()
568 struct pxe_label *label = data; in label_print()
583 static int label_localboot(struct pxe_label *label) in label_localboot()
619 static int label_boot(cmd_tbl_t *cmdtp, struct pxe_label *label) in label_boot()
1180 struct pxe_label *label) in parse_label_menu()
1215 static int parse_label_kernel(char **c, struct pxe_label *label) in parse_label_kernel()
1251 struct pxe_label *label; in parse_label()
1435 struct pxe_label *label; in destroy_pxe_menu()
1444 label = list_entry(pos, struct pxe_label, list); in destroy_pxe_menu()
1494 struct pxe_label *label; in pxe_menu_to_menu()
1511 label = list_entry(pos, struct pxe_label, list); in pxe_menu_to_menu()
1549 struct pxe_label *label; in boot_unattempted_labels()
1552 label = list_entry(pos, struct pxe_label, list); in boot_unattempted_labels()