Lines Matching refs:get_struct
950 get_struct(pid_t pid, psaddr_t offset, void *buf, size_t len) in get_struct() function
1111 if (get_struct(pid, arg, sa, len) == -1) { in print_sockaddr()
1179 if (get_struct(pid, arg, &iov, iovcnt * sizeof(struct iovec)) == -1) { in print_iovec()
1194 if (len && get_struct(pid, (uintptr_t)iov[i].iov_base, &tmp2, len) != -1) { in print_iovec()
1481 if (get_struct(pid, (uintptr_t)msghdr->msg_control, cmsgbuf, len) == -1) { in print_cmsgs()
1604 if (get_struct(pid, args[sc->offset], &val, in print_arg()
1661 if (len && get_struct(pid, args[sc->offset], &tmp2, len) in print_arg()
1718 if (get_struct(pid, addr, u.buf, len) == -1) { in print_arg()
1750 if (get_struct(pid, addr, u.buf, len) == -1) { in print_arg()
1786 if (get_struct(pid, args[sc->offset], &val, in print_arg()
1826 if (get_struct(pid, args[sc->offset], &ts, sizeof(ts)) != -1) in print_arg()
1838 if (get_struct(pid, args[sc->offset], &ts, sizeof(ts)) != -1) { in print_arg()
1866 if (get_struct(pid, args[sc->offset], &tv, sizeof(tv)) != -1) in print_arg()
1876 if (get_struct(pid, args[sc->offset], &tv, sizeof(tv)) != -1) in print_arg()
1887 if (get_struct(pid, args[sc->offset], &itv, sizeof(itv)) != -1) in print_arg()
1901 if (get_struct(pid, args[sc->offset], (void *)&largs, in print_arg()
1924 if (get_struct(pid, args[sc->offset], pfd, bytes) != -1) { in print_arg()
1951 if (get_struct(pid, args[sc->offset], fds, bytes) != -1) { in print_arg()
1970 if (get_struct(pid, args[sc->offset], (void *)&ss, in print_arg()
2056 if (get_struct(pid, args[sc->offset + 1], &len, in print_arg()
2070 if (get_struct(pid, args[sc->offset], &sa, sizeof(sa)) != -1) { in print_arg()
2087 if (get_struct(pid, args[sc->offset], &se, sizeof(se)) != -1) in print_arg()
2119 if (numevents >= 0 && get_struct(pid, args[sc->offset], in print_arg()
2154 if (numevents >= 0 && get_struct(pid, args[sc->offset], in print_arg()
2177 if (get_struct(pid, args[sc->offset], &st, sizeof(st)) in print_arg()
2194 if (get_struct(pid, args[sc->offset], &st, sizeof(st)) in print_arg()
2212 if (get_struct(pid, args[sc->offset], &buf, in print_arg()
2235 if (get_struct(pid, args[sc->offset], &ru, sizeof(ru)) in print_arg()
2249 if (get_struct(pid, args[sc->offset], &rl, sizeof(rl)) in print_arg()
2260 if (get_struct(pid, args[sc->offset], &status, in print_arg()
2318 if (get_struct(pid, args[sc->offset], oid, in print_arg()
2386 if (get_struct(pid, args[sc->offset], in print_arg()
2405 if (get_struct(pid, args[sc->offset], in print_arg()
2423 if (get_struct(pid, args[sc->offset], &rights, in print_arg()
2519 if (get_struct(pid, args[sc->offset], &rights, in print_arg()
2561 if (get_struct(pid, args[sc->offset], &hdtr, sizeof(hdtr)) != in print_arg()
2591 if (get_struct(pid, args[sc->offset], &sp, sizeof(sp)) != -1) in print_arg()
2600 if (get_struct(pid, args[sc->offset], &sig, sizeof(sig)) == 0) in print_arg()
2609 if (get_struct(pid, args[sc->offset], &si, sizeof(si)) != -1) { in print_arg()
2629 if (get_struct(pid, args[sc->offset], &cb, sizeof(cb)) != -1) in print_arg()
2651 if (get_struct(pid, args[sc->offset], cbs, sizeof(uintptr_t) * nent) != -1) { in print_arg()
2658 if (get_struct(pid, cbs[i], &cb, sizeof(cb)) != -1) in print_arg()
2678 if (get_struct(pid, args[sc->offset], &cbp, sizeof(cbp)) != -1) { in print_arg()
2679 if (get_struct(pid, cbp, &cb, sizeof(cb)) != -1) in print_arg()
2690 if (get_struct(pid, args[sc->offset], in print_arg()
2701 if (get_struct(pid, args[sc->offset], in print_arg()