Searched defs:getsym (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/plockstat/
H A Dplockstat.c500 getsym(struct ps_prochandle *P, uintptr_t addr, char *buf, size_t size, function
592 (void) getsym(P, lock, buf, sizeof (buf), 0);
596 if (getsym(P, stack[i], buf, sizeof (buf), 1) == 0)
622 (void) getsym(P, stack[i + 2], buf,

Completed in 58 milliseconds