Searched refs:get_struct (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/usr.bin/truss/ |
| H A D | syscalls.c | 1191 if (get_struct(pid, arg, sa, len) == -1) { in print_sockaddr() 1580 if (get_struct(pid, (void *)args[sc->offset], &val, in print_arg() 1702 if (get_struct(pid, (void *)addr, u.buf, len) == in print_arg() 1782 if (get_struct(pid, (void *)args[sc->offset], &ts, in print_arg() 2015 if (get_struct(pid, (void *)args[sc->offset + 1], in print_arg() 2277 if (get_struct(pid, (void *)args[sc->offset], in print_arg() 2296 if (get_struct(pid, (void *)args[sc->offset], in print_arg() 2452 if (get_struct(pid, (void *)args[sc->offset], &sp, in print_arg() 2472 if (get_struct(pid, (void *)args[sc->offset], &si, in print_arg() 2493 if (get_struct(pid, (void *)args[sc->offset], in print_arg() [all …]
|