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

/illumos-gate/usr/src/cmd/ptools/pwait/
H A Dpwait.c105 char psinfofile[100]; local
109 (void) strncpy(psinfofile, arg, sizeof (psinfofile));
111 (void) strcpy(psinfofile, "/proc/");
112 (void) strncat(psinfofile, arg, sizeof (psinfofile)-6);
114 (void) strncat(psinfofile, "/psinfo",
115 sizeof (psinfofile)-strlen(psinfofile));
118 if ((pfd->fd = open(psinfofile, O_RDONL
[all...]

Completed in 57 milliseconds