Searched refs:LABEL_SIZE (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/tools/testing/nvdimm/test/ |
D | nfit.c | 106 LABEL_SIZE = SZ_128K, enumerator 456 nd_cmd->config_size = LABEL_SIZE; in nfit_test_cmd_get_config_size() 470 if (offset >= LABEL_SIZE) in nfit_test_cmd_get_config_data() 476 len = min(nd_cmd->in_length, LABEL_SIZE - offset); in nfit_test_cmd_get_config_data() 492 if (offset >= LABEL_SIZE) in nfit_test_cmd_set_config_data() 499 len = min(nd_cmd->in_length, LABEL_SIZE - offset); in nfit_test_cmd_set_config_data() 1723 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test0_alloc() 1736 t->dcr[i] = test_alloc(t, LABEL_SIZE, &t->dcr_dma[i]); in nfit_test0_alloc() 1769 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test1_alloc()
|
/Linux-v5.4/drivers/scsi/ |
D | hpsa.c | 1214 #define LABEL_SIZE 25 in hpsa_show_dev_msg() macro 1215 char label[LABEL_SIZE]; in hpsa_show_dev_msg() 1222 snprintf(label, LABEL_SIZE, "controller"); in hpsa_show_dev_msg() 1225 snprintf(label, LABEL_SIZE, "enclosure"); in hpsa_show_dev_msg() 1230 snprintf(label, LABEL_SIZE, "external"); in hpsa_show_dev_msg() 1232 snprintf(label, LABEL_SIZE, "%s", in hpsa_show_dev_msg() 1235 snprintf(label, LABEL_SIZE, "RAID-%s", in hpsa_show_dev_msg() 1240 snprintf(label, LABEL_SIZE, "rom"); in hpsa_show_dev_msg() 1243 snprintf(label, LABEL_SIZE, "tape"); in hpsa_show_dev_msg() 1246 snprintf(label, LABEL_SIZE, "changer"); in hpsa_show_dev_msg() [all …]
|
/Linux-v5.4/drivers/s390/block/ |
D | dasd_eckd.c | 157 #define LABEL_SIZE 140 macro 696 return LABEL_SIZE; in dasd_eckd_cdl_reclen() 2779 ect->dl = LABEL_SIZE - 44; in dasd_eckd_build_format() 3195 blksize = LABEL_SIZE - 44; in dasd_eckd_format_evaluate_tracks()
|