Home
last modified time | relevance | path

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

/NextBSD/usr.bin/truss/
HDsyscalls.c961 get_struct(pid_t pid, void *offset, void *buf, int len) in get_struct() function
1191 if (len && get_struct(pid, (void*)args[sc->offset], &tmp2, len) in print_arg()
1245 if (get_struct(pid, (void *)addr, u.buf, len) == -1) { in print_arg()
1263 if (get_struct(pid, (void *)addr, u.buf, len) == in print_arg()
1333 if (get_struct(pid, (void *)args[sc->offset], &ts, in print_arg()
1346 if (get_struct(pid, (void *)args[sc->offset], &ts, sizeof(ts)) in print_arg()
1375 if (get_struct(pid, (void *)args[sc->offset], &tv, sizeof(tv)) in print_arg()
1386 if (get_struct(pid, (void *)args[sc->offset], &tv, sizeof(tv)) in print_arg()
1398 if (get_struct(pid, (void *)args[sc->offset], &itv, in print_arg()
1413 if (get_struct(pid, (void *)args[sc->offset], (void *)&largs, in print_arg()
[all …]