| /src/external/gpl3/gdb.old/dist/gdb/ |
| netbsd-nat.h | 46 int set_syscall_catchpoint (int pid, bool needed, int any_count,
|
| linux-nat.h | 123 int set_syscall_catchpoint (int pid, bool needed, int any_count,
|
| netbsd-nat.c | 726 int any_count,
|
| target.c | 331 target_set_syscall_catchpoint (int pid, bool needed, int any_count, 336 return target->set_syscall_catchpoint (pid, needed, any_count,
|
| target.h | 1789 ANY_COUNT is nonzero if a generic (filter-less) syscall catch is 1794 This argument only matters if ANY_COUNT is zero. 1800 (int pid, bool needed, int any_count,
|
| fbsd-nat.c | 2306 int any_count,
|
| linux-nat.c | 647 linux_nat_target::set_syscall_catchpoint (int pid, bool needed, int any_count,
|
| remote.c | 3132 remote_target::set_syscall_catchpoint (int pid, bool needed, int any_count, 3144 if (needed && any_count == 0) 3154 remote_debug_printf ("pid %d needed %d any_count %d n_sysno %d", 3155 pid, needed, any_count, n_sysno); 3166 if (any_count == 0)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| netbsd-nat.h | 46 int set_syscall_catchpoint (int pid, bool needed, int any_count,
|
| linux-nat.h | 126 int set_syscall_catchpoint (int pid, bool needed, int any_count,
|
| netbsd-nat.c | 726 int any_count,
|
| target.c | 331 target_set_syscall_catchpoint (int pid, bool needed, int any_count, 336 return target->set_syscall_catchpoint (pid, needed, any_count,
|
| target.h | 1812 ANY_COUNT is nonzero if a generic (filter-less) syscall catch is 1817 This argument only matters if ANY_COUNT is zero. 1823 (int pid, bool needed, int any_count,
|
| fbsd-nat.c | 2306 int any_count,
|
| linux-nat.c | 643 linux_nat_target::set_syscall_catchpoint (int pid, bool needed, int any_count,
|
| remote.c | 3150 remote_target::set_syscall_catchpoint (int pid, bool needed, int any_count, 3162 if (needed && any_count == 0) 3172 remote_debug_printf ("pid %d needed %d any_count %d n_sysno %d", 3173 pid, needed, any_count, n_sysno); 3184 if (any_count == 0)
|
| /src/sys/netipsec/ |
| keysock.c | 67 int any_count; member in struct:key_cb 404 key_cb.any_count++; 428 key_cb.any_count--;
|
| /src/sys/compat/common/ |
| rtsock_14.c | 107 if (compat_50_route_info.ri_cb.any_count == 0)
|
| rtsock_50.c | 84 if (COMPATNAME(route_info).ri_cb.any_count == 0)
|
| /src/sys/net/ |
| rtsock_shared.c | 194 cb->any_count += cnt; 992 if (COMPATNAME(route_info).ri_cb.any_count <= 1) { 1411 if (COMPATNAME(route_info).ri_cb.any_count == 0) 1436 if (COMPATNAME(route_info).ri_cb.any_count == 0) 1484 if (COMPATNAME(route_info).ri_cb.any_count == 0) 1614 if (COMPATNAME(route_info).ri_cb.any_count == 0) 1635 if (COMPATNAME(route_info).ri_cb.any_count == 0)
|
| route.h | 346 int any_count; member in struct:route_cb
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| pcache.c | 1154 int i, any_count, count; local 1156 for (any_count=0; any && any[any_count].bv_val; any_count++) 1159 count = any_count; 1175 for (i=0; i<any_count; i++) {
|