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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c153 int unscannable = psinfop->pr_nlwp == 0; local
183 * If the process is already being tracked, update the unscannable flag,
190 if (unscannable != 0 && lproc->lpc_unscannable == 0) {
191 debug("process %d: became unscannable\n",
216 * If the caller didn't flag this process as unscannable
219 lproc->lpc_unscannable = unscannable || proc_issystem(pid);

Completed in 48 milliseconds