Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/common/
H A Drcapd.h179 extern int get_psinfo(pid_t, struct psinfo *, int, int(*)(void *, int), void *,
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c580 if (get_psinfo(vic->lpc_pid, new_psinfo, vic->lpc_psinfo_fd, in rss_delta()
759 if (get_psinfo(vic->lpc_pid, &old_psinfo, in scan()
H A Drcapd_main.c315 get_psinfo(pid_t pid, psinfo_t *psinfo, int cached_fd, in get_psinfo() function
378 if (get_psinfo(pid, &psinfo, -1, NULL, NULL, NULL) == 0) { in proc_cb()