Home
last modified time | relevance | path

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

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