Home
last modified time | relevance | path

Searched refs:is_fs_bootable (Results 1 – 7 of 7) sorted by relevance

/NextBSD/usr.sbin/bsdinstall/partedit/
HDpartedit_generic.c54 is_fs_bootable(const char *part_type, const char *fs) { in is_fs_bootable() function
HDpartedit_pc98.c49 is_fs_bootable(const char *part_type, const char *fs) in is_fs_bootable() function
HDpartedit_sparc64.c46 is_fs_bootable(const char *part_type, const char *fs) in is_fs_bootable() function
HDpartedit_x86.c77 is_fs_bootable(const char *part_type, const char *fs) in is_fs_bootable() function
HDpartedit.h81 int is_fs_bootable(const char *scheme, const char *fs);
HDpartedit_powerpc.c71 is_fs_bootable(const char *part_type, const char *fs) in is_fs_bootable() function
HDgpart_ops.c1062 if (strcmp(items[2].text, "/") == 0 && !is_fs_bootable(scheme, in gpart_create()