Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dmachine_kexec_file_64.c226 uint64_t tmp_start, tmp_end, tmp_size; in setup_new_fdt() local
235 tmp_end = fdt64_to_cpu(*((const fdt64_t *) prop)); in setup_new_fdt()
241 tmp_size = tmp_end - tmp_start; in setup_new_fdt()
/Linux-v4.19/arch/sh/kernel/
Ddwarf.c360 unsigned long tmp_start, tmp_end; in dwarf_lookup_fde() local
366 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_lookup_fde()
371 if (pc < tmp_end) { in dwarf_lookup_fde()
925 unsigned long tmp_start, tmp_end; in dwarf_parse_fde() local
934 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_parse_fde()
940 else if (start >= tmp_end) in dwarf_parse_fde()
/Linux-v4.19/fs/cifs/
Dconnect.c1331 char *tmp_end, *value; in cifs_parse_mount_options() local
1821 tmp_end = strchr(data, '='); in cifs_parse_mount_options()
1822 tmp_end++; in cifs_parse_mount_options()
1823 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options()
1836 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options()
1842 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options()
1843 tmp_end[0] = delim; in cifs_parse_mount_options()
1848 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options()
1849 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options()
1850 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options()
[all …]