Lines Matching refs:strcmp
57 if (strcmp(x86_bootmethod(), "UEFI") == 0) in default_scheme()
67 if (strcmp(part_type, "GPT") == 0) in is_scheme_bootable()
69 if (strcmp(x86_bootmethod(), "BIOS") == 0) { in is_scheme_bootable()
70 if (strcmp(part_type, "BSD") == 0) in is_scheme_bootable()
72 if (strcmp(part_type, "MBR") == 0) in is_scheme_bootable()
83 if (strcmp(fs, "freebsd-ufs") == 0) in is_fs_bootable()
86 if (strcmp(fs, "freebsd-zfs") == 0 && in is_fs_bootable()
87 strcmp(part_type, "GPT") == 0 && in is_fs_bootable()
88 strcmp(x86_bootmethod(), "BIOS") == 0) in is_fs_bootable()
99 if (strcmp(scheme, "GPT") != 0) in bootpart_size()
102 if (strcmp(x86_bootmethod(), "BIOS") == 0) in bootpart_size()
114 if (strcmp(x86_bootmethod(), "UEFI") == 0) { in bootpart_type()
126 if (strcmp(x86_bootmethod(), "UEFI") == 0) in bootcode_path()
129 if (strcmp(part_type, "GPT") == 0) in bootcode_path()
131 if (strcmp(part_type, "MBR") == 0) in bootcode_path()
133 if (strcmp(part_type, "BSD") == 0) in bootcode_path()
143 if (strcmp(part_type, "GPT") == 0 && strcmp(x86_bootmethod(), "UEFI") != 0) { in partcode_path()
144 if (strcmp(fs_type, "zfs") == 0) in partcode_path()