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

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c689 char strpid[50]; local
697 (void) snprintf(strpid, sizeof (pid), "/proc/%ld/status", pid);
699 if (stat(strpid, &buf) == 0) {

Completed in 102 milliseconds