Lines Matching refs:get_struct

948 get_struct(pid_t pid, psaddr_t offset, void *buf, size_t len)  in get_struct()  function
1109 if (get_struct(pid, arg, sa, len) == -1) { in print_sockaddr()
1177 if (get_struct(pid, arg, &iov, iovcnt * sizeof(struct iovec)) == -1) { in print_iovec()
1192 if (len && get_struct(pid, (uintptr_t)iov[i].iov_base, &tmp2, len) != -1) { in print_iovec()
1479 if (get_struct(pid, (uintptr_t)msghdr->msg_control, cmsgbuf, len) == -1) { in print_cmsgs()
1602 if (get_struct(pid, args[sc->offset], &val, in print_arg()
1659 if (len && get_struct(pid, args[sc->offset], &tmp2, len) in print_arg()
1716 if (get_struct(pid, addr, u.buf, len) == -1) { in print_arg()
1748 if (get_struct(pid, addr, u.buf, len) == -1) { in print_arg()
1784 if (get_struct(pid, args[sc->offset], &val, in print_arg()
1824 if (get_struct(pid, args[sc->offset], &ts, sizeof(ts)) != -1) in print_arg()
1836 if (get_struct(pid, args[sc->offset], &ts, sizeof(ts)) != -1) { in print_arg()
1864 if (get_struct(pid, args[sc->offset], &tv, sizeof(tv)) != -1) in print_arg()
1874 if (get_struct(pid, args[sc->offset], &tv, sizeof(tv)) != -1) in print_arg()
1885 if (get_struct(pid, args[sc->offset], &itv, sizeof(itv)) != -1) in print_arg()
1899 if (get_struct(pid, args[sc->offset], (void *)&largs, in print_arg()
1922 if (get_struct(pid, args[sc->offset], pfd, bytes) != -1) { in print_arg()
1949 if (get_struct(pid, args[sc->offset], fds, bytes) != -1) { in print_arg()
1968 if (get_struct(pid, args[sc->offset], (void *)&ss, in print_arg()
2054 if (get_struct(pid, args[sc->offset + 1], &len, in print_arg()
2068 if (get_struct(pid, args[sc->offset], &sa, sizeof(sa)) != -1) { in print_arg()
2085 if (get_struct(pid, args[sc->offset], &se, sizeof(se)) != -1) in print_arg()
2117 if (numevents >= 0 && get_struct(pid, args[sc->offset], in print_arg()
2152 if (numevents >= 0 && get_struct(pid, args[sc->offset], in print_arg()
2175 if (get_struct(pid, args[sc->offset], &st, sizeof(st)) in print_arg()
2192 if (get_struct(pid, args[sc->offset], &st, sizeof(st)) in print_arg()
2210 if (get_struct(pid, args[sc->offset], &buf, in print_arg()
2233 if (get_struct(pid, args[sc->offset], &ru, sizeof(ru)) in print_arg()
2247 if (get_struct(pid, args[sc->offset], &rl, sizeof(rl)) in print_arg()
2258 if (get_struct(pid, args[sc->offset], &status, in print_arg()
2316 if (get_struct(pid, args[sc->offset], oid, in print_arg()
2384 if (get_struct(pid, args[sc->offset], in print_arg()
2403 if (get_struct(pid, args[sc->offset], in print_arg()
2421 if (get_struct(pid, args[sc->offset], &rights, in print_arg()
2514 if (get_struct(pid, args[sc->offset], &rights, in print_arg()
2556 if (get_struct(pid, args[sc->offset], &hdtr, sizeof(hdtr)) != in print_arg()
2586 if (get_struct(pid, args[sc->offset], &sp, sizeof(sp)) != -1) in print_arg()
2595 if (get_struct(pid, args[sc->offset], &sig, sizeof(sig)) == 0) in print_arg()
2604 if (get_struct(pid, args[sc->offset], &si, sizeof(si)) != -1) { in print_arg()
2624 if (get_struct(pid, args[sc->offset], &cb, sizeof(cb)) != -1) in print_arg()
2646 if (get_struct(pid, args[sc->offset], cbs, sizeof(uintptr_t) * nent) != -1) { in print_arg()
2653 if (get_struct(pid, cbs[i], &cb, sizeof(cb)) != -1) in print_arg()
2673 if (get_struct(pid, args[sc->offset], &cbp, sizeof(cbp)) != -1) { in print_arg()
2674 if (get_struct(pid, cbp, &cb, sizeof(cb)) != -1) in print_arg()
2685 if (get_struct(pid, args[sc->offset], in print_arg()
2696 if (get_struct(pid, args[sc->offset], in print_arg()