Searched refs:EDAC_MC_LABEL_LEN (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | edac.h | 79 #define EDAC_MC_LABEL_LEN 31 macro 546 char label[EDAC_MC_LABEL_LEN + 1]; /* DIMM label on motherboard */ 640 char label[(EDAC_MC_LABEL_LEN + 1 + sizeof(OTHER_LABEL)) * EDAC_MAX_LABELS];
|
/linux-4.1.27/drivers/edac/ |
D | edac_mc_sysfs.c | 232 return snprintf(data, EDAC_MC_LABEL_LEN, "%s\n", in channel_dimm_label_show() 246 max_size = min((ssize_t) count, (ssize_t) EDAC_MC_LABEL_LEN - 1); in channel_dimm_label_store() 493 return snprintf(data, EDAC_MC_LABEL_LEN, "%s\n", dimm->label); in dimmdev_label_show() 505 max_size = min((ssize_t) count, (ssize_t) EDAC_MC_LABEL_LEN - 1); in dimmdev_label_store()
|
D | i82975x_edac.c | 423 snprintf(csrow->channels[chan]->dimm->label, EDAC_MC_LABEL_LEN, "DIMM %c%d", in i82975x_init_csrows()
|
D | i5400_edac.c | 515 char msg[EDAC_MC_LABEL_LEN + 1 + 90 + 80]; in i5400_proccess_non_recoverable_info() 579 char msg[EDAC_MC_LABEL_LEN + 1 + 90 + 80]; in i5400_process_nonfatal_error_info()
|
D | i5000_edac.c | 464 char msg[EDAC_MC_LABEL_LEN + 1 + 160]; in i5000_process_fatal_error_info() 545 char msg[EDAC_MC_LABEL_LEN + 1 + 170]; in i5000_process_nonfatal_error_info()
|