Home
last modified time | relevance | path

Searched refs:pldt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_get_info.c133 proc_get_ldt(pid_t pid, struct ssd *pldt, int nldt) in proc_get_ldt() argument
146 if (pldt == NULL || nldt == 0) { in proc_get_ldt()
155 if ((ssize = read(fd, pldt, size)) < 0) in proc_get_ldt()
H A DPcore.c304 Pldt_core(struct ps_prochandle *P, struct ssd *pldt, int nldt, void *data) in Pldt_core() argument
308 if (pldt == NULL || nldt == 0) in Pldt_core()
314 (void) memcpy(pldt, core->core_ldt, in Pldt_core()
925 struct ssd *pldt; in note_ldt() local
934 if ((pldt = malloc(nbytes)) == NULL) in note_ldt()
937 if (read(P->asfd, pldt, nbytes) != nbytes) { in note_ldt()
939 free(pldt); in note_ldt()
943 core->core_ldt = pldt; in note_ldt()
H A DPcontrol.c319 Pldt_live(struct ps_prochandle *P, struct ssd *pldt, int nldt, void *data) in Pldt_live() argument
321 return (proc_get_ldt(P->pid, pldt, nldt)); in Pldt_live()
1355 Pldt(struct ps_prochandle *P, struct ssd *pldt, int nldt) in Pldt() argument
1357 return (P->ops.pop_ldt(P, pldt, nldt, P->data)); in Pldt()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1933 Pldt_gcore(struct ps_prochandle *P, struct ssd *pldt, int nldt, void *data) in Pldt_gcore() argument
1948 if (pldt == NULL || nldt == 0) { in Pldt_gcore()
1968 gcore_usd_to_ssd(udp, pldt++, SEL_LDT(i)); in Pldt_gcore()