Searched refs:tmp_end (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/powerpc/kexec/ |
D | file_load.c | 186 uint64_t tmp_start, tmp_end, tmp_size; in setup_new_fdt() local 195 tmp_end = fdt64_to_cpu(*((const fdt64_t *) prop)); in setup_new_fdt() 201 tmp_size = tmp_end - tmp_start; in setup_new_fdt()
|
/Linux-v5.10/drivers/firmware/efi/libstub/ |
D | vsprintf.c | 305 char *tmp_end = &tmp[ARRAY_SIZE(tmp)]; in vsnprintf() local 453 s = number(tmp_end, num, base, flags & SMALL); in vsnprintf() 454 len = tmp_end - s; in vsnprintf()
|
/Linux-v5.10/arch/sh/kernel/ |
D | dwarf.c | 357 unsigned long tmp_start, tmp_end; in dwarf_lookup_fde() local 363 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_lookup_fde() 368 if (pc < tmp_end) { in dwarf_lookup_fde() 923 unsigned long tmp_start, tmp_end; in dwarf_parse_fde() local 932 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_parse_fde() 938 else if (start >= tmp_end) in dwarf_parse_fde()
|
/Linux-v5.10/fs/cifs/ |
D | connect.c | 1389 char *tmp_end, *value; in cifs_parse_mount_options() local 1967 tmp_end = strchr(data, '='); in cifs_parse_mount_options() 1968 tmp_end++; in cifs_parse_mount_options() 1969 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options() 1982 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options() 1988 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options() 1989 tmp_end[0] = delim; in cifs_parse_mount_options() 1994 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options() 1995 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options() 1996 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options() [all …]
|