Searched refs:get_struct (Results 1 – 1 of 1) sorted by relevance
| /freebsd/usr.bin/truss/ |
| H A D | syscalls.c | 951 get_struct(pid_t pid, psaddr_t offset, void *buf, size_t len) in get_struct() function 1112 if (get_struct(pid, arg, sa, len) == -1) { in print_sockaddr() 1180 if (get_struct(pid, arg, &iov, iovcnt * sizeof(struct iovec)) == -1) { in print_iovec() 1195 if (len && get_struct(pid, (uintptr_t)iov[i].iov_base, &tmp2, len) != -1) { in print_iovec() 1482 if (get_struct(pid, (uintptr_t)msghdr->msg_control, cmsgbuf, len) == -1) { in print_cmsgs() 1593 if (get_struct(pid, (uintptr_t)msg->msg_name, &ss, in print_netlink() 1600 if (get_struct(pid, (uintptr_t)msg->msg_iov, &iov, sizeof(iov)) == -1) in print_netlink() 1665 if (get_struct(pid, args[sc->offset], &val, in print_arg() 1722 if (len && get_struct(pid, args[sc->offset], &tmp2, len) in print_arg() 1779 if (get_struct(pid, addr, u.buf, len) == -1) { in print_arg() [all …]
|