Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dddi_impl.c2008 #define MAXCOMPONENTLEN 32 macro
2031 static char bootdev_module[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match()
2032 static char bootdev_oldmod[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match()
2033 static char bootdev_newaddr[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match()
2034 static char bootdev_oldaddr[MAXCOMPONENTLEN]; in x86_old_bootpath_name_addr_match()
2110 MAXCOMPONENTLEN); in x86_old_bootpath_name_addr_match()
2111 bootdev_module[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()
2113 (void) strncpy(bootdev_newaddr, addrp, MAXCOMPONENTLEN); in x86_old_bootpath_name_addr_match()
2114 bootdev_newaddr[MAXCOMPONENTLEN - 1] = '\0'; in x86_old_bootpath_name_addr_match()
2145 MAXCOMPONENTLEN); in x86_old_bootpath_name_addr_match()
[all …]