Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2122 static char bootdev_oldaddr[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match() local
2238 (void) strncpy(bootdev_oldaddr, addrp, MAXCOMPONENTLEN); in x86_old_bootpath_name_addr_match()
2239 bootdev_oldaddr[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()
2246 if (bootdev_oldaddr[0] == '\0') { in x86_old_bootpath_name_addr_match()
2259 strcmp(bootdev_oldaddr, naddr) == 0) { in x86_old_bootpath_name_addr_match()