Searched refs:Pldt (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 261 if ((nldt = Pldt(P, NULL, 0)) <= 0 || in ps_lgetLDT() 264 if ((nldt = Pldt(P, ldtarray, nldt)) <= 0) { in ps_lgetLDT()
|
H A D | mapfile-vers | 309 Pldt;
|
H A D | libproc.h | 440 extern int Pldt(struct ps_prochandle *, struct ssd *, int);
|
H A D | Pgcore.c | 1431 if ((nldt = Pldt(P, NULL, 0)) != 0) { in Pfgcore() 1436 if (Pldt(P, ldtp, nldt) == -1 || in Pfgcore()
|
H A D | Pcontrol.c | 1316 Pldt(struct ps_prochandle *P, struct ssd *pldt, int nldt) in Pldt() function
|