Home
last modified time | relevance | path

Searched refs:tmp_end (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/powerpc/kernel/
Dmachine_kexec_file_64.c164 uint64_t tmp_start, tmp_end, tmp_size; in setup_new_fdt() local
173 tmp_end = fdt64_to_cpu(*((const fdt64_t *) prop)); in setup_new_fdt()
179 tmp_size = tmp_end - tmp_start; in setup_new_fdt()
/Linux-v5.4/arch/sh/kernel/
Ddwarf.c357 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.4/fs/cifs/
Dconnect.c1613 char *tmp_end, *value; in cifs_parse_mount_options() local
2165 tmp_end = strchr(data, '='); in cifs_parse_mount_options()
2166 tmp_end++; in cifs_parse_mount_options()
2167 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
2180 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options()
2186 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
2187 tmp_end[0] = delim; in cifs_parse_mount_options()
2192 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
2193 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
2194 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options()
[all …]