Searched refs:LABEL_SIZE (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/testing/nvdimm/test/ |
D | ndtest.c | 23 LABEL_SIZE = SZ_128K, enumerator 204 if ((hdr->in_offset + hdr->in_length) > LABEL_SIZE) in ndtest_config_get() 208 len = min(hdr->in_length, LABEL_SIZE - hdr->in_offset); in ndtest_config_get() 219 if ((hdr->in_offset + hdr->in_length) > LABEL_SIZE) in ndtest_config_set() 222 len = min(hdr->in_length, LABEL_SIZE - hdr->in_offset); in ndtest_config_set() 761 res = ndtest_alloc_resource(p, LABEL_SIZE, NULL); in ndtest_nvdimm_init() 767 d->config_size = LABEL_SIZE; in ndtest_nvdimm_init() 773 if (!ndtest_alloc_resource(p, LABEL_SIZE, in ndtest_nvdimm_init() 777 if (!ndtest_alloc_resource(p, LABEL_SIZE, in ndtest_nvdimm_init()
|
D | nfit.c | 104 LABEL_SIZE = SZ_128K, enumerator 458 nd_cmd->config_size = LABEL_SIZE; in nfit_test_cmd_get_config_size() 472 if (offset >= LABEL_SIZE) in nfit_test_cmd_get_config_data() 478 len = min(nd_cmd->in_length, LABEL_SIZE - offset); in nfit_test_cmd_get_config_data() 494 if (offset >= LABEL_SIZE) in nfit_test_cmd_set_config_data() 501 len = min(nd_cmd->in_length, LABEL_SIZE - offset); in nfit_test_cmd_set_config_data() 1914 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test0_alloc() 1927 t->dcr[i] = test_alloc(t, LABEL_SIZE, &t->dcr_dma[i]); in nfit_test0_alloc() 1961 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test1_alloc()
|
/Linux-v6.6/drivers/scsi/ |
D | hpsa.c | 1231 #define LABEL_SIZE 25 in hpsa_show_dev_msg() macro 1232 char label[LABEL_SIZE]; in hpsa_show_dev_msg() 1239 snprintf(label, LABEL_SIZE, "controller"); in hpsa_show_dev_msg() 1242 snprintf(label, LABEL_SIZE, "enclosure"); in hpsa_show_dev_msg() 1247 snprintf(label, LABEL_SIZE, "external"); in hpsa_show_dev_msg() 1249 snprintf(label, LABEL_SIZE, "%s", in hpsa_show_dev_msg() 1252 snprintf(label, LABEL_SIZE, "RAID-%s", in hpsa_show_dev_msg() 1257 snprintf(label, LABEL_SIZE, "rom"); in hpsa_show_dev_msg() 1260 snprintf(label, LABEL_SIZE, "tape"); in hpsa_show_dev_msg() 1263 snprintf(label, LABEL_SIZE, "changer"); in hpsa_show_dev_msg() [all …]
|
/Linux-v6.6/drivers/s390/block/ |
D | dasd_eckd.c | 160 #define LABEL_SIZE 140 macro 738 return LABEL_SIZE; in dasd_eckd_cdl_reclen() 2902 ect->dl = LABEL_SIZE - 44; in dasd_eckd_build_format() 3442 blksize = LABEL_SIZE - 44; in dasd_eckd_format_evaluate_tracks()
|