Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/nvdimm/test/
Dnfit.c105 LABEL_SIZE = SZ_128K, enumerator
170 nd_cmd->config_size = LABEL_SIZE; in nfit_test_cmd_get_config_size()
184 if (offset >= LABEL_SIZE) in nfit_test_cmd_get_config_data()
190 len = min(nd_cmd->in_length, LABEL_SIZE - offset); in nfit_test_cmd_get_config_data()
206 if (offset >= LABEL_SIZE) in nfit_test_cmd_set_config_data()
213 len = min(nd_cmd->in_length, LABEL_SIZE - offset); in nfit_test_cmd_set_config_data()
452 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test0_alloc()
463 t->dcr[i] = test_alloc(t, LABEL_SIZE, &t->dcr_dma[i]); in nfit_test0_alloc()
/linux-4.4.14/drivers/scsi/
Dhpsa.c1159 #define LABEL_SIZE 25 in hpsa_show_dev_msg() macro
1160 char label[LABEL_SIZE]; in hpsa_show_dev_msg()
1167 snprintf(label, LABEL_SIZE, "controller"); in hpsa_show_dev_msg()
1170 snprintf(label, LABEL_SIZE, "enclosure"); in hpsa_show_dev_msg()
1174 snprintf(label, LABEL_SIZE, "external"); in hpsa_show_dev_msg()
1176 snprintf(label, LABEL_SIZE, "%s", in hpsa_show_dev_msg()
1179 snprintf(label, LABEL_SIZE, "RAID-%s", in hpsa_show_dev_msg()
1184 snprintf(label, LABEL_SIZE, "rom"); in hpsa_show_dev_msg()
1187 snprintf(label, LABEL_SIZE, "tape"); in hpsa_show_dev_msg()
1190 snprintf(label, LABEL_SIZE, "changer"); in hpsa_show_dev_msg()
[all …]
/linux-4.4.14/drivers/s390/block/
Ddasd_eckd.c150 #define LABEL_SIZE 140 macro
765 return LABEL_SIZE; in dasd_eckd_cdl_reclen()
2361 ect->dl = LABEL_SIZE - 44; in dasd_eckd_build_format()