Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c2096 #define MAXCOMPONENTLEN 32 macro
2119 static char bootdev_module[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match()
2120 static char bootdev_oldmod[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match()
2121 static char bootdev_newaddr[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match()
2122 static char bootdev_oldaddr[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match()
2199 MAXCOMPONENTLEN); in x86_old_bootpath_name_addr_match()
2200 bootdev_module[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()
2203 bootdev_newaddr[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()
2235 MAXCOMPONENTLEN); in x86_old_bootpath_name_addr_match()
2236 bootdev_module[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()
[all …]