Lines Matching refs:get_struct
1121 get_struct(pid_t pid, psaddr_t offset, void *buf, size_t len) in get_struct() function
1282 if (get_struct(pid, arg, sa, len) == -1) { in print_sockaddr()
1350 if (get_struct(pid, arg, &iov, iovcnt * sizeof(struct iovec)) == -1) { in print_iovec()
1365 if (len && get_struct(pid, (uintptr_t)iov[i].iov_base, &tmp2, len) != -1) { in print_iovec()
1652 if (get_struct(pid, (uintptr_t)msghdr->msg_control, cmsgbuf, len) == -1) { in print_cmsgs()
1770 if (get_struct(pid, args[sc->offset], &val, in print_arg()
1827 if (len && get_struct(pid, args[sc->offset], &tmp2, len) in print_arg()
1884 if (get_struct(pid, addr, u.buf, len) == -1) { in print_arg()
1916 if (get_struct(pid, addr, u.buf, len) == -1) { in print_arg()
1952 if (get_struct(pid, args[sc->offset], &val, in print_arg()
1992 if (get_struct(pid, args[sc->offset], &ts, sizeof(ts)) != -1) in print_arg()
2004 if (get_struct(pid, args[sc->offset], &ts, sizeof(ts)) != -1) { in print_arg()
2032 if (get_struct(pid, args[sc->offset], &tv, sizeof(tv)) != -1) in print_arg()
2042 if (get_struct(pid, args[sc->offset], &tv, sizeof(tv)) != -1) in print_arg()
2053 if (get_struct(pid, args[sc->offset], &itv, sizeof(itv)) != -1) in print_arg()
2067 if (get_struct(pid, args[sc->offset], (void *)&largs, in print_arg()
2090 if (get_struct(pid, args[sc->offset], pfd, bytes) != -1) { in print_arg()
2117 if (get_struct(pid, args[sc->offset], fds, bytes) != -1) { in print_arg()
2136 if (get_struct(pid, args[sc->offset], (void *)&ss, in print_arg()
2222 if (get_struct(pid, args[sc->offset + 1], &len, in print_arg()
2236 if (get_struct(pid, args[sc->offset], &sa, sizeof(sa)) != -1) { in print_arg()
2253 if (get_struct(pid, args[sc->offset], &se, sizeof(se)) != -1) in print_arg()
2285 if (numevents >= 0 && get_struct(pid, args[sc->offset], in print_arg()
2320 if (numevents >= 0 && get_struct(pid, args[sc->offset], in print_arg()
2343 if (get_struct(pid, args[sc->offset], &st, sizeof(st)) in print_arg()
2360 if (get_struct(pid, args[sc->offset], &st, sizeof(st)) in print_arg()
2378 if (get_struct(pid, args[sc->offset], &buf, in print_arg()
2401 if (get_struct(pid, args[sc->offset], &ru, sizeof(ru)) in print_arg()
2415 if (get_struct(pid, args[sc->offset], &rl, sizeof(rl)) in print_arg()
2426 if (get_struct(pid, args[sc->offset], &status, in print_arg()
2484 if (get_struct(pid, args[sc->offset], oid, in print_arg()
2552 if (get_struct(pid, args[sc->offset], in print_arg()
2571 if (get_struct(pid, args[sc->offset], in print_arg()
2589 if (get_struct(pid, args[sc->offset], &rights, in print_arg()
2679 if (get_struct(pid, args[sc->offset], &rights, in print_arg()
2721 if (get_struct(pid, args[sc->offset], &hdtr, sizeof(hdtr)) != in print_arg()
2751 if (get_struct(pid, args[sc->offset], &sp, sizeof(sp)) != -1) in print_arg()
2760 if (get_struct(pid, args[sc->offset], &sig, sizeof(sig)) == 0) in print_arg()
2769 if (get_struct(pid, args[sc->offset], &si, sizeof(si)) != -1) { in print_arg()
2789 if (get_struct(pid, args[sc->offset], &cb, sizeof(cb)) != -1) in print_arg()
2811 if (get_struct(pid, args[sc->offset], cbs, sizeof(uintptr_t) * nent) != -1) { in print_arg()
2818 if (get_struct(pid, cbs[i], &cb, sizeof(cb)) != -1) in print_arg()
2838 if (get_struct(pid, args[sc->offset], &cbp, sizeof(cbp)) != -1) { in print_arg()
2839 if (get_struct(pid, cbp, &cb, sizeof(cb)) != -1) in print_arg()
2850 if (get_struct(pid, args[sc->offset], in print_arg()
2861 if (get_struct(pid, args[sc->offset], in print_arg()
2889 if (get_struct(pid, args[sc->offset], &fds, sizeof(fds)) in print_arg()
2901 if (get_struct(pid, args[sc->offset], &fsb, sizeof(fsb)) in print_arg()