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

/osnet-11/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.c412 struct ssd *pldt; local
421 if ((pldt = malloc(nbytes)) == NULL)
424 if (read(P->asfd, pldt, nbytes) != nbytes) {
426 free(pldt);
430 P->core->core_ldt = pldt;
H A DPcontrol.c1116 * If pldt == NULL or nldt == 0, we return the number of existing LDT entries.
1120 Pldt(struct ps_prochandle *P, struct ssd *pldt, int nldt) argument
1128 return (proc_get_ldt(P->pid, pldt, nldt));
1130 if (pldt == NULL || nldt == 0)
1136 (void) memcpy(pldt, P->core->core_ldt,

Completed in 26 milliseconds