Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit_generic.c54 is_fs_bootable(const char *part_type, const char *fs) { in is_fs_bootable() function
H A Dpartedit_efi.c61 is_fs_bootable(const char *part_type, const char *fs) in is_fs_bootable() function
H A Dpartedit_x86.c80 is_fs_bootable(const char *part_type, const char *fs) in is_fs_bootable() function
H A Dpartedit.h85 int is_fs_bootable(const char *scheme, const char *fs); /* Ditto if FS boots */
H A Dpartedit_powerpc.c74 is_fs_bootable(const char *part_type, const char *fs) in is_fs_bootable() function
H A Dgpart_ops.c665 if (strcmp(items[2].value, "/") == 0 && !is_fs_bootable(scheme, in gpart_edit()
1260 if (strcmp(items[2].value, "/") == 0 && !is_fs_bootable(scheme, in gpart_create()