Searched refs:get_struct (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/truss/
H A Dsyscalls.c500 * get_struct
506 get_struct(pid_t pid, void *offset, void *buf, int len) function
635 if (len && get_struct(pid, (void*)args[sc->offset], &tmp2, len)
659 if (get_struct(pid, (void *)args[sc->offset],
661 err(1, "get_struct %p", (void *)args[sc->offset]);
728 if (get_struct(pid, (void *)args[sc->offset], &umtx,
737 if (get_struct(pid, (void *)args[sc->offset], &ts,
747 if (get_struct(pid, (void *)args[sc->offset], &tv, sizeof(tv))
757 if (get_struct(pid, (void *)args[sc->offset], &tv, sizeof(tv))
768 if (get_struct(pi
[all...]

Completed in 72 milliseconds