Lines Matching defs:bootfs
66 char *bootfs;
171 size_t bootfs_len = strlen(entry->bootfs);
197 if (strcmp(be_node->be_root_ds, entry->bootfs) == 0)
203 entry->bootfs, entry->title);
209 hdr->cols[2].width, entry->bootfs,
236 char *bootfs;
246 * menu.lst entry is on two lines, one for title, one for bootfs
292 if (strcmp(buf, "bootfs") != 0) {
297 if ((bootfs = strdup(ptr)) == NULL) {
304 free(bootfs);
310 mp->bootfs = bootfs;
325 free(entry->bootfs);
693 if (strcmp(be_node->be_root_ds, entry->bootfs) == 0)
777 entry->bootfs);
840 (void) printf("Bootfs: %s\n", entry->bootfs);
841 else if (strcasecmp(setting, "bootfs") == 0) {
842 (void) printf("%s\n", entry->bootfs);
1002 (void) fprintf(fp, "bootfs %s\n", be_node->be_root_ds);
1174 if (strcmp(be_node->be_root_ds, m->bootfs) == 0)