Searched refs:get_struct (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/usr.bin/truss/ |
| D | syscalls.c | 1062 get_struct(pid_t pid, void *offset, void *buf, int len) in get_struct() function 1215 if (get_struct(pid, arg, sa, len) == -1) { in print_sockaddr() 1283 if (get_struct(pid, arg, &iov, iovcnt * sizeof(struct iovec)) == -1) { in print_iovec() 1298 if (len && get_struct(pid, iov[i].iov_base, &tmp2, len) != -1) { in print_iovec() 1532 if (get_struct(pid, msghdr->msg_control, cmsgbuf, len) == -1) { in print_cmsgs() 1636 if (get_struct(pid, (void *)args[sc->offset], &val, in print_arg() 1686 if (len && get_struct(pid, (void*)args[sc->offset], &tmp2, len) in print_arg() 1740 if (get_struct(pid, (void *)addr, u.buf, len) == -1) { in print_arg() 1758 if (get_struct(pid, (void *)addr, u.buf, len) == in print_arg() 1798 if (get_struct(pid, (void *)args[sc->offset], &val, in print_arg() [all …]
|