Lines Matching defs:attrib
123 struct g_part_entry *baseentry, const char *attrib, unsigned int set);
777 sbuf_printf(sb, "%s<attrib>bootme</attrib>\n", indent);
779 sbuf_printf(sb, "%s<attrib>bootonce</attrib>\n",
783 sbuf_printf(sb, "%s<attrib>bootfailed</attrib>\n",
1110 struct g_part_entry *baseentry, const char *attrib, unsigned int set)
1122 if (strcasecmp(attrib, "active") == 0) {
1144 } else if (strcasecmp(attrib, "lenovofix") == 0) {
1165 if (strcasecmp(attrib, "bootme") == 0) {
1167 } else if (strcasecmp(attrib, "bootonce") == 0) {
1171 } else if (strcasecmp(attrib, "bootfailed") == 0) {