Home
last modified time | relevance | path

Searched refs:bootdev_oldaddr (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dddi_impl.c2034 static char bootdev_oldaddr[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match() local
2148 (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()