Searched refs:Pldt (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 365 if ((nldt = Pldt(P, NULL, 0)) <= 0 || 368 if ((nldt = Pldt(P, ldtarray, nldt)) <= 0) {
|
H A D | libproc.h | 389 extern int Pldt(struct ps_prochandle *, struct ssd *, int);
|
H A D | Pgcore.c | 1376 if ((nldt = Pldt(P, NULL, 0)) != 0) { 1381 if (Pldt(P, ldtp, nldt) == -1 ||
|
H A D | Pcontrol.c | 1120 Pldt(struct ps_prochandle *P, struct ssd *pldt, int nldt) function
|
Completed in 43 milliseconds