Searched refs:abbrev_end (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | poll.c | 54 unsigned long cur, abbrev_end; in decode_poll_entering() local 64 abbrev_end = start + max_strlen * sizeof(fds); in decode_poll_entering() 65 if (abbrev_end < start) in decode_poll_entering() 66 abbrev_end = end; in decode_poll_entering() 68 abbrev_end = end; in decode_poll_entering() 71 if (start >= abbrev_end || umove(tcp, start, &fds) < 0) { in decode_poll_entering() 81 if (cur >= abbrev_end) { in decode_poll_entering() 105 unsigned long cur, abbrev_end; in decode_poll_exiting() local 122 abbrev_end = start + max_strlen * sizeof(fds); in decode_poll_exiting() 123 if (abbrev_end < start) in decode_poll_exiting() [all …]
|
D | uid.c | 159 unsigned long cur, abbrev_end; in SYS_FUNC() local 178 abbrev_end = start + max_strlen * sizeof(gid); in SYS_FUNC() 179 if (abbrev_end < start) in SYS_FUNC() 180 abbrev_end = end; in SYS_FUNC() 182 abbrev_end = end; in SYS_FUNC() 188 if (cur >= abbrev_end) { in SYS_FUNC() 213 unsigned long cur, abbrev_end; in SYS_FUNC() local 235 abbrev_end = start + max_strlen * sizeof(gid); in SYS_FUNC() 236 if (abbrev_end < start) in SYS_FUNC() 237 abbrev_end = end; in SYS_FUNC() [all …]
|
D | affinity.c | 37 unsigned long cur, abbrev_end; in print_affinitylist() local 46 abbrev_end = addr + max_strlen * sizeof(w); in print_affinitylist() 47 if (abbrev_end < addr) in print_affinitylist() 48 abbrev_end = end; in print_affinitylist() 50 abbrev_end = end; in print_affinitylist() 57 if (cur >= abbrev_end) { in print_affinitylist()
|
D | mem.c | 344 unsigned long n, cur, abbrev_end; in get_nodes() local 348 abbrev_end = ptr + max_strlen * sizeof(long); in get_nodes() 349 if (abbrev_end < ptr) in get_nodes() 350 abbrev_end = end; in get_nodes() 352 abbrev_end = end; in get_nodes() 358 if (cur >= abbrev_end) { in get_nodes() 498 unsigned long cur, end, abbrev_end, entries; in SYS_FUNC() local 517 abbrev_end = cur + (sizeof(int) * max_strlen); in SYS_FUNC() 518 if (abbrev_end > end) in SYS_FUNC() 519 abbrev_end = end; in SYS_FUNC() [all …]
|
D | io.c | 68 unsigned long size, cur, end, abbrev_end; in tprint_iov_upto() local 83 abbrev_end = addr + max_strlen * sizeof_iov; in tprint_iov_upto() 84 if (abbrev_end < addr) in tprint_iov_upto() 85 abbrev_end = end; in tprint_iov_upto() 87 abbrev_end = end; in tprint_iov_upto() 93 if (cur >= abbrev_end) { in tprint_iov_upto()
|