Lines Matching full:strcmp
43 if (strcmp(platform, "powermac") == 0) in default_scheme()
45 if (strcmp(platform, "chrp") == 0 || strcmp(platform, "ps3") == 0 || in default_scheme()
46 strcmp(platform, "mpc85xx") == 0) in default_scheme()
59 if (strcmp(platform, "powermac") == 0 && strcmp(part_type, "APM") == 0) in is_scheme_bootable()
61 if (strcmp(platform, "powernv") == 0 && strcmp(part_type, "GPT") == 0) in is_scheme_bootable()
63 if ((strcmp(platform, "chrp") == 0 || strcmp(platform, "ps3") == 0) && in is_scheme_bootable()
64 (strcmp(part_type, "MBR") == 0 || strcmp(part_type, "BSD") == 0 || in is_scheme_bootable()
65 strcmp(part_type, "GPT") == 0)) in is_scheme_bootable()
67 if (strcmp(platform, "mpc85xx") == 0 && strcmp(part_type, "MBR") == 0) in is_scheme_bootable()
76 if (strcmp(fs, "freebsd-ufs") == 0) in is_fs_bootable()
89 if (strcmp(part_type, "APM") == 0) in bootpart_size()
91 if (strcmp(part_type, "BSD") == 0) /* Nothing for nested */ in bootpart_size()
93 if (strcmp(platform, "chrp") == 0) in bootpart_size()
95 if (strcmp(platform, "ps3") == 0 || strcmp(platform, "powernv") == 0) in bootpart_size()
97 if (strcmp(platform, "mpc85xx") == 0) in bootpart_size()
109 if (strcmp(platform, "chrp") == 0) in bootpart_type()
111 if (strcmp(platform, "powermac") == 0) in bootpart_type()
113 if (strcmp(platform, "powernv") == 0 || strcmp(platform, "ps3") == 0) { in bootpart_type()
115 if (strcmp(scheme, "GPT") == 0) in bootpart_type()
117 else if (strcmp(scheme, "MBR") == 0) in bootpart_type()
120 if (strcmp(platform, "mpc85xx") == 0) { in bootpart_type()
139 if (strcmp(part_type, "APM") == 0) in partcode_path()
141 if (strcmp(platform, "chrp") == 0) in partcode_path()