Home
last modified time | relevance | path

Searched full:terminator (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/linux/fs/omfs/
H A Dfile.c73 /* ignore last entry as it is the terminator */ in omfs_shrink_inode()
119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local
137 /* should always have a terminator */ in omfs_grow_extent()
142 terminator = entry + extent_count - 1; in omfs_grow_extent()
144 entry = terminator-1; in omfs_grow_extent()
150 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()
151 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent()
167 /* copy terminator down an entry */ in omfs_grow_extent()
168 entry = terminator; in omfs_grow_extent()
169 terminator++; in omfs_grow_extent()
[all …]
/linux/sound/usb/
H A Dmixer_maps.c89 { 0 } /* terminator */
124 { 0 } /* terminator */
168 { 0 } /* terminator */
173 { 0 } /* terminator */
182 { 0 } /* terminator */
201 { 0 } /* terminator */
208 { 0 } /* terminator */
216 { 0 } /* terminator */
255 { 0 } /* terminator */
275 {} /* terminator */
[all …]
/linux/lib/
H A Dstring_helpers_kunit.c127 /* terminator */
141 /* terminator */
192 /* terminator */
206 /* terminator */
209 /* terminator */
237 /* terminator */
254 /* terminator */
262 /* terminator */
303 /* terminator */
344 /* terminator */
[all …]
H A Ducs2_string.c49 * %NUL terminator) or -E2BIG if @count is 0 or @src was truncated due to the
65 * NUL-terminator. in ucs2_strscpy()
78 * The loop above terminated without finding a NUL-terminator, in ucs2_strscpy()
H A Dstring_kunit.c337 * @terminator: 1 if there should be a terminating null byte 0 otherwise.
339 * (@pad does not include the null terminator byte.)
345 int expected, int chars, int terminator, int pad) in strscpy_check() argument
383 if (terminator) in strscpy_check()
388 index = chars + terminator + i; in strscpy_check()
393 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in strscpy_check()
414 /* strscpy_check(test, src, count, expected, chars, terminator, pad) */ in string_test_strscpy()
/linux/sound/pci/hda/
H A Dpatch_cirrus.c222 {} /* terminator */
232 {} /* terminator */
274 {} /* terminator */
405 {} /* terminator */
419 {} /* terminator */
433 {} /* terminator */
447 {} /* terminator */
454 {} /* terminator */
468 {} /* terminator */
491 {} /* terminator */
[all …]
H A Dpatch_cs8409-tables.c68 {} /* terminator */
76 {} /* terminator */
83 {} /* terminator */
199 {} /* Terminator */
251 {} /* Terminator */
279 {} /* terminator */
286 {} /* terminator */
442 {} /* Terminator */
557 {} /* terminator */
/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dfake_sigreturn_bad_size_for_magic0.c5 * Place a fake sigframe on the stack including a badly sized terminator
27 /* at least HDR_SZ for the badly sized terminator. */ in fake_sigreturn_bad_size_for_magic0_run()
42 .descr = "Trigger a sigreturn using non-zero size terminator",
H A Dtestcases.c20 *err = "Missing terminator after EXTRA context"; in validate_extra_context()
126 /* Walk till the end terminator verifying __reserved contents */ in validate_reserved()
138 *err = "Bad size for terminator"; in validate_reserved()
306 /* not found a terminator...no need to update offset if any */ in get_starting_head()
/linux/include/linux/
H A Dnls.h89 * @codepage - codepage for which to return length of NULL terminator
91 * Since we can't guarantee that the null terminator will be a particular
93 * determining it, assume a single-byte NULL terminator.
/linux/arch/xtensa/lib/
H A Dstrnlen_user.S8 * Returns strnlen, including trailing zero terminator.
94 # Do not add an extra one for the NULL terminator since we have
102 # the zero byte in order to include the NULL terminator in the count.
/linux/fs/jfs/
H A Djfs_xattr.h13 * I know the null-terminator is redundant since namelen is stored, but
20 char name[]; /* Attribute name (includes null-terminator) */
/linux/arch/arm/boot/bootp/
H A Dinit.S42 movne r10, #0 @ terminator
44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
/linux/scripts/dtc/
H A Dutil.h75 * has a valid terminator. The property can contain either a single string,
79 * @param len The string length including terminator
88 * terminator of the string.
/linux/arch/alpha/lib/
H A Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
54 /* Mask out character matches after terminator */
H A Dev67-strrchr.S63 bne t1, $eos # U : did we already hit the terminator?
82 /* Mask out character matches after terminator */
H A Dstrcpy.S7 * to the null-terminator in the source.
/linux/drivers/acpi/acpica/
H A Dutids.c52 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_HID()
130 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_UID()
239 /* String lengths include null terminator */ in acpi_ut_execute_CID()
354 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_CLS()
H A Drsutils.c239 * RETURN: String length, including NULL terminator
258 /* Return string length including the NULL terminator */ in acpi_rs_strcpy()
275 * RETURN: Length of the string plus NULL terminator, rounded up to native
324 * word, calculate the length of the string (+1 for NULL terminator) in acpi_rs_get_resource_source()
402 * Add the length of the string (+ 1 for null terminator) to the in acpi_rs_set_resource_source()
/linux/arch/x86/platform/geode/
H A Dgeode-common.c122 * "linux,default-trigger", and am empty terminator. in geode_create_leds()
145 /* props[i * 3 + 2] is an empty terminator */ in geode_create_leds()
/linux/arch/x86/lib/
H A Dcmdline.c84 * Hit the NULL terminator on the end of in __cmdline_find_option_bool()
193 * NULL terminator. in __cmdline_find_option()
/linux/arch/powerpc/platforms/pseries/
H A Dplpks-secvar.c82 // null terminator at the end of the string in plpks_get_variable()
128 // null terminator at the end of the string in plpks_set_variable()
/linux/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c301 * 0xffff terminator.
348 "vphn: garbage after terminator",
/linux/drivers/firmware/qcom/
H A Dqcom_qseecom_uefisecapp.c27 /* Maximum length of name string with null-terminator */
44 * @name_size: Size of the name parameter in bytes, including null-terminator.
90 * @name_size: Size of the name parameter in bytes, including null-terminator.
142 * @name_size: Size of the name parameter in bytes, including null-terminator.
167 * @name_size: Size of the name parameter in bytes, including null-terminator.
/linux/arch/arm64/kernel/
H A Dsignal.c139 /* Reserve space for extension and terminator ^ */ in init_user_layout()
173 /* Reserve space for the __reserved[] terminator */ in __sigframe_alloc()
178 * the terminator: in __sigframe_alloc()
204 /* Allocate the null terminator record and prevent further allocations */
209 /* Un-reserve the space reserved for the terminator: */ in sigframe_alloc_end()
843 /* Check for the dummy terminator in __reserved[]: */ in parse_user_sigframe()
877 * Ignore trailing terminator in __reserved[] in parse_user_sigframe()
1207 /* Add the terminator */ in setup_sigframe()

12345678910>>...14