Lines Matching refs:strcmp

254 	if ((strcmp(metal_port, "ttya-mode") == 0) ||  in serial_metal_to_hyper()
255 (strcmp(metal_port, "ttyb-mode") == 0)) in serial_metal_to_hyper()
331 if (strcmp(optstr, ZFS_BOOTSTR) == 0) { in cvt_metal_option()
383 if (strcmp(optstr, ZFS_BOOTSTR) == 0) { in cvt_hyper_option()
418 if (strcmp(value, "hypervisor") == 0) in cvt_hyper_option()
444 if (strcmp(value, "auto") == 0) { in cvt_hyper_option()
695 if (strcmp(token, "setprop") != 0) { in parse_bootenvrc()
710 if (strcmp(token, "console") == 0) { in parse_bootenvrc()
726 if (strcmp(token, "ttya-mode") == 0) { in parse_bootenvrc()
729 } else if (strcmp(token, "ttyb-mode") == 0) { in parse_bootenvrc()
800 if (strcmp(osroot, "/") == 0) in cvt_to_hyper()
850 if (strcmp(lp->cmd, "findroot") == 0) { in cvt_to_hyper()
852 } else if (strcmp(lp->cmd, "bootfs") == 0) { in cvt_to_hyper()
854 } else if (strcmp(lp->cmd, in cvt_to_hyper()
857 } else if ((strcmp(lp->cmd, in cvt_to_hyper()
942 if ((strcmp(kern_path, DIRECT_BOOT_32) == 0) || in cvt_to_hyper()
943 (strcmp(kern_path, DIRECT_BOOT_64) == 0)) { in cvt_to_hyper()
1081 if (strcmp(lp->cmd, "findroot") == 0) { in cvt_to_metal()
1083 } else if (strcmp(lp->cmd, "bootfs") == 0) { in cvt_to_metal()
1085 } else if (strcmp(lp->cmd, in cvt_to_metal()
1093 } else if ((strcmp(lp->cmd, in cvt_to_metal()
1173 (strcmp(console_dev, bootenv_rc_console) != 0))) { in cvt_to_metal()
1208 (strcmp(serial_config[0], bootenv_rc_serial[0]) != 0))) { in cvt_to_metal()
1224 (strcmp(serial_config[1], bootenv_rc_serial[1]) != 0))) { in cvt_to_metal()