Searched refs:bootdev_oldaddr (Results 1 – 1 of 1) sorted by relevance
2034 static char bootdev_oldaddr[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match() local2148 (void) strncpy(bootdev_oldaddr, addrp, MAXCOMPONENTLEN); in x86_old_bootpath_name_addr_match()2149 bootdev_oldaddr[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()2156 if (bootdev_oldaddr[0] == '\0') { in x86_old_bootpath_name_addr_match()2169 strcmp(bootdev_oldaddr, naddr) == 0) { in x86_old_bootpath_name_addr_match()