Home
last modified time | relevance | path

Searched refs:fullname (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_wmfw.c293 if (def->fullname) in cs_dsp_mock_wmfw_add_coeff_desc()
294 strscpy(v1->name, def->fullname, sizeof(v1->name)); in cs_dsp_mock_wmfw_add_coeff_desc()
304 if (def->fullname) in cs_dsp_mock_wmfw_add_coeff_desc()
305 fullname_len = strlen(def->fullname); in cs_dsp_mock_wmfw_add_coeff_desc()
333 memcpy(shortstring->data, def->fullname, fullname_len); in cs_dsp_mock_wmfw_add_coeff_desc()
H A Dcs_dsp_test_wmfw_error.c890 __le32 *alg_data, *coeff, *fullname; in wmfw_v2_coeff_fullname_exceeds_block() local
921 fullname = &coeff[2] + (shortlen / sizeof(*coeff)); in wmfw_v2_coeff_fullname_exceeds_block()
924 fullname[0] = cpu_to_le32(round_up(le32_to_cpu(fullname[0]) + 1, sizeof(__le32))); in wmfw_v2_coeff_fullname_exceeds_block()
930 fullname[0] = cpu_to_le32(255); in wmfw_v2_coeff_fullname_exceeds_block()
944 __le32 *alg_data, *coeff, *fullname, *description; in wmfw_v2_coeff_description_exceeds_block() local
975 fullname = &coeff[2] + (namelen / sizeof(*coeff)); in wmfw_v2_coeff_description_exceeds_block()
976 namelen = round_up(le32_to_cpu(fullname[0]) & 0xff, sizeof(__le32)); in wmfw_v2_coeff_description_exceeds_block()
977 description = fullname + (namelen / sizeof(*fullname)); in wmfw_v2_coeff_description_exceeds_block()
980 description[0] = cpu_to_le32(round_up(le32_to_cpu(fullname[0]) + 1, sizeof(__le32))); in wmfw_v2_coeff_description_exceeds_block()
986 fullname[0] = cpu_to_le32(0xffff); in wmfw_v2_coeff_description_exceeds_block()
/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l478 char fullname[PATH_MAX];
484 snprintf(fullname, sizeof(fullname),
487 if ((newfile = fopen(fullname, "r")) != NULL)
/linux/tools/testing/selftests/exec/
H A Dexecveat.c268 char *fullname = realpath("execveat", NULL); in run_tests() local
270 char *fullname_symlink = concat(fullname, ".symlink"); in run_tests()
309 fail += check_execveat(AT_FDCWD, fullname, 0); in run_tests()
311 fail += check_execveat(99, fullname, 0); in run_tests()