Searched refs:LABEL_SIZE (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/tools/testing/nvdimm/test/ |
D | nfit.c | 107 LABEL_SIZE = SZ_128K, enumerator 461 nd_cmd->config_size = LABEL_SIZE; in nfit_test_cmd_get_config_size() 475 if (offset >= LABEL_SIZE) in nfit_test_cmd_get_config_data() 481 len = min(nd_cmd->in_length, LABEL_SIZE - offset); in nfit_test_cmd_get_config_data() 497 if (offset >= LABEL_SIZE) in nfit_test_cmd_set_config_data() 504 len = min(nd_cmd->in_length, LABEL_SIZE - offset); in nfit_test_cmd_set_config_data() 1910 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test0_alloc() 1923 t->dcr[i] = test_alloc(t, LABEL_SIZE, &t->dcr_dma[i]); in nfit_test0_alloc() 1956 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test1_alloc()
|
/Linux-v5.10/drivers/scsi/ |
D | hpsa.c | 1225 #define LABEL_SIZE 25 in hpsa_show_dev_msg() macro 1226 char label[LABEL_SIZE]; in hpsa_show_dev_msg() 1233 snprintf(label, LABEL_SIZE, "controller"); in hpsa_show_dev_msg() 1236 snprintf(label, LABEL_SIZE, "enclosure"); in hpsa_show_dev_msg() 1241 snprintf(label, LABEL_SIZE, "external"); in hpsa_show_dev_msg() 1243 snprintf(label, LABEL_SIZE, "%s", in hpsa_show_dev_msg() 1246 snprintf(label, LABEL_SIZE, "RAID-%s", in hpsa_show_dev_msg() 1251 snprintf(label, LABEL_SIZE, "rom"); in hpsa_show_dev_msg() 1254 snprintf(label, LABEL_SIZE, "tape"); in hpsa_show_dev_msg() 1257 snprintf(label, LABEL_SIZE, "changer"); in hpsa_show_dev_msg() [all …]
|
/Linux-v5.10/drivers/s390/block/ |
D | dasd_eckd.c | 157 #define LABEL_SIZE 140 macro 735 return LABEL_SIZE; in dasd_eckd_cdl_reclen() 2804 ect->dl = LABEL_SIZE - 44; in dasd_eckd_build_format() 3330 blksize = LABEL_SIZE - 44; in dasd_eckd_format_evaluate_tracks()
|