Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2119 static char bootdev_module[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match() local
2143 if (bootdev_module[0] == '\0') { in x86_old_bootpath_name_addr_match()
2198 (void) strncpy(bootdev_module, modp + 1, in x86_old_bootpath_name_addr_match()
2200 bootdev_module[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()
2236 bootdev_module[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()
2253 (strcmp(bootdev_module, lkupname) == 0 || in x86_old_bootpath_name_addr_match()