Searched refs:os_name (Results 1 - 7 of 7) sorted by relevance

/u-boot/boot/
H A Dbootmeth_extlinux.c90 bflow->os_name = strdup(p);
91 if (!bflow->os_name)
H A Dbootmeth_script.c57 bflow->os_name = strdup(name);
58 if (!bflow->os_name)
H A Dbootflow_menu.c104 bflow->os_name ? bflow->os_name :
H A Dbootmeth_cros.c239 bflow->os_name = strdup("ChromeOS");
240 if (!bflow->os_name)
H A Dbootflow.c472 free(bflow->os_name);
/u-boot/include/
H A Dbootflow.h83 * @os_name: Name of the OS / distro being booted, or NULL if not known
110 char *os_name; member in struct:bootflow
/u-boot/cmd/
H A Dbootflow.c122 printf("Selected: %s\n", bflow->os_name ? bflow->os_name : bflow->name);
398 printf("OS: %s\n", bflow->os_name ? bflow->os_name : "(none)");

Completed in 67 milliseconds