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

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c168 char psname[100]; local
394 (void) strcpy(psname, procdir);
395 pdlen = strlen(psname);
396 psname[pdlen++] = '/';
405 (void) strcpy(psname + pdlen, dentp->d_name);
406 (void) strcpy(asname, psname);
407 (void) strcat(psname, "/psinfo");
410 if ((psfd = open(psname, O_RDONLY)) == -1)
437 psname, err_string(saverr));

Completed in 980 milliseconds