Searched refs:bootdev_oldaddr (Results 1 – 1 of 1) sorted by relevance
2038 static char bootdev_oldaddr[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match() local2152 (void) strncpy(bootdev_oldaddr, addrp, MAXCOMPONENTLEN); in x86_old_bootpath_name_addr_match()2153 bootdev_oldaddr[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()2160 if (bootdev_oldaddr[0] == '\0') { in x86_old_bootpath_name_addr_match()2173 strcmp(bootdev_oldaddr, naddr) == 0) { in x86_old_bootpath_name_addr_match()