Searched refs:tmp_end (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | connect.c | 1402 char *tmp_end, *value; in cifs_parse_mount_options() local 1980 tmp_end = strchr(data, '='); in cifs_parse_mount_options() 1981 tmp_end++; in cifs_parse_mount_options() 1982 if (!(tmp_end < end && tmp_end[1] == delim)) { in cifs_parse_mount_options() 1995 tmp_end = (char *) value + strlen(value); in cifs_parse_mount_options() 2001 if (tmp_end < end && tmp_end[1] == delim) { in cifs_parse_mount_options() 2002 tmp_end[0] = delim; in cifs_parse_mount_options() 2007 while ((tmp_end = strchr(tmp_end, delim)) in cifs_parse_mount_options() 2008 != NULL && (tmp_end[1] == delim)) { in cifs_parse_mount_options() 2009 tmp_end = (char *) &tmp_end[2]; in cifs_parse_mount_options() [all …]
|