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

/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A Dproc_get_info.c99 * If pldt == NULL or nldt == 0, we return the number of existing LDT entries.
103 proc_get_ldt(pid_t pid, struct ssd *pldt, int nldt) argument
116 if (pldt == NULL || nldt == 0) {
125 if ((ssize = read(fd, pldt, size)) < 0)
H A DPcore.c413 struct ssd *pldt; local
422 if ((pldt = malloc(nbytes)) == NULL)
425 if (read(P->asfd, pldt, nbytes) != nbytes) {
427 free(pldt);
431 P->core->core_ldt = pldt;
H A DPcontrol.c1115 * If pldt == NULL or nldt == 0, we return the number of existing LDT entries.
1119 Pldt(struct ps_prochandle *P, struct ssd *pldt, int nldt) argument
1127 return (proc_get_ldt(P->pid, pldt, nldt));
1129 if (pldt == NULL || nldt == 0)
1135 (void) memcpy(pldt, P->core->core_ldt,

Completed in 101 milliseconds