Searched refs:MAXCOMPONENTLEN (Results 1 – 1 of 1) sorted by relevance
2096 #define MAXCOMPONENTLEN 32 macro2119 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()2202 (void) strncpy(bootdev_newaddr, addrp, MAXCOMPONENTLEN); 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()[all …]