Home
last modified time | relevance | path

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

/linux-6.15/Documentation/sphinx/
H A Dcdomain.py162 rettype, fullname, arglist, _const = m.groups()
175 signode += addnodes.desc_name(fullname, fullname)
186 fullname = namespace + "." + fullname
188 return fullname
195 fullname = self.handle_func_like_macro(sig, signode)
196 if not fullname:
197 fullname = super(CObject, self).handle_signature(sig, signode)
201 fullname = self.options["name"]
207 fullname = namespace + "." + fullname
209 return fullname
/linux-6.15/scripts/dtc/
H A Dsrcpos.c104 char *fullname; in try_open() local
107 fullname = xstrdup(fname); in try_open()
111 *fp = fopen(fullname, "rb"); in try_open()
113 free(fullname); in try_open()
114 fullname = NULL; in try_open()
117 return fullname; in try_open()
133 char *fullname; in fopen_any_on_path() local
145 return fullname; in fopen_any_on_path()
151 char *fullname; in srcfile_relative_open() local
167 *fullnamep = fullname; in srcfile_relative_open()
[all …]
/linux-6.15/arch/powerpc/platforms/cell/spufs/
H A Dcoredump.c28 char fullname[80]; in spufs_ctx_note_size() local
34 sprintf(fullname, "SPU/%d/%s", dfd, name); in spufs_ctx_note_size()
37 total += roundup(strlen(fullname) + 1, 4); in spufs_ctx_note_size()
120 char fullname[80]; in spufs_arch_write_note() local
124 sprintf(fullname, "SPU/%d/%s", dfd, spufs_coredump_read[i].name); in spufs_arch_write_note()
125 en.n_namesz = strlen(fullname) + 1; in spufs_arch_write_note()
131 if (!dump_emit(cprm, fullname, en.n_namesz)) in spufs_arch_write_note()
/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_wmfw.c290 if (def->fullname) in cs_dsp_mock_wmfw_add_coeff_desc()
291 strscpy(v1->name, def->fullname, sizeof(v1->name)); in cs_dsp_mock_wmfw_add_coeff_desc()
301 if (def->fullname) in cs_dsp_mock_wmfw_add_coeff_desc()
302 fullname_len = strlen(def->fullname); in cs_dsp_mock_wmfw_add_coeff_desc()
330 memcpy(shortstring->data, def->fullname, fullname_len); in cs_dsp_mock_wmfw_add_coeff_desc()
H A Dcs_dsp_test_wmfw_error.c888 __le32 *alg_data, *coeff, *fullname; in wmfw_v2_coeff_fullname_exceeds_block() local
919 fullname = &coeff[2] + (shortlen / sizeof(*coeff)); in wmfw_v2_coeff_fullname_exceeds_block()
922 fullname[0] = cpu_to_le32(round_up(le32_to_cpu(fullname[0]) + 1, sizeof(__le32))); in wmfw_v2_coeff_fullname_exceeds_block()
928 fullname[0] = cpu_to_le32(255); in wmfw_v2_coeff_fullname_exceeds_block()
942 __le32 *alg_data, *coeff, *fullname, *description; in wmfw_v2_coeff_description_exceeds_block() local
973 fullname = &coeff[2] + (namelen / sizeof(*coeff)); in wmfw_v2_coeff_description_exceeds_block()
974 namelen = round_up(le32_to_cpu(fullname[0]) & 0xff, sizeof(__le32)); in wmfw_v2_coeff_description_exceeds_block()
975 description = fullname + (namelen / sizeof(*fullname)); in wmfw_v2_coeff_description_exceeds_block()
978 description[0] = cpu_to_le32(round_up(le32_to_cpu(fullname[0]) + 1, sizeof(__le32))); in wmfw_v2_coeff_description_exceeds_block()
984 fullname[0] = cpu_to_le32(0xffff); in wmfw_v2_coeff_description_exceeds_block()
H A Dcs_dsp_test_control_parse.c116 def.fullname = "Dummy"; in cs_dsp_ctl_parse_v1_name()
146 def.fullname = "\0"; in cs_dsp_ctl_parse_empty_v1_name()
176 def.fullname = cs_dsp_ctl_alloc_test_string(test, 'A', 255); in cs_dsp_ctl_parse_max_v1_name()
298 def.fullname = "Q"; in cs_dsp_ctl_parse_with_min_fullname()
330 def.fullname = cs_dsp_ctl_alloc_test_string(test, 'A', 255); in cs_dsp_ctl_parse_with_max_fullname()
428 def.fullname = cs_dsp_ctl_alloc_test_string(test, 'A', 255); in cs_dsp_ctl_parse_with_max_fullname_and_description()
527 def.fullname = cs_dsp_ctl_alignment_test_names[i]; in cs_dsp_ctl_fullname_alignment()
/linux-6.15/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-6.15/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()
/linux-6.15/include/linux/firmware/cirrus/
H A Dcs_dsp_test_utils.h58 const char *fullname; member
/linux-6.15/arch/s390/include/asm/
H A Dsyscall_wrapper.h119 #define __S390_SYS_STUBx(x, fullname, name, ...) argument
/linux-6.15/tools/testing/selftests/devices/probe/boards/
H A Dgoogle,spherion.yaml14 # - of-fullname-regex: regular expression to match against the OF_FULLNAME