Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A Dproc_get_info.c103 proc_get_ldt(pid_t pid, struct ssd *pldt, int nldt) in proc_get_ldt() argument
116 if (pldt == NULL || nldt == 0) { in proc_get_ldt()
125 if ((ssize = read(fd, pldt, size)) < 0) in proc_get_ldt()
H A DPcore.c280 Pldt_core(struct ps_prochandle *P, struct ssd *pldt, int nldt, void *data) in Pldt_core() argument
284 if (pldt == NULL || nldt == 0) in Pldt_core()
290 (void) memcpy(pldt, core->core_ldt, in Pldt_core()
842 struct ssd *pldt; in note_ldt() local
851 if ((pldt = malloc(nbytes)) == NULL) in note_ldt()
854 if (read(P->asfd, pldt, nbytes) != nbytes) { in note_ldt()
856 free(pldt); in note_ldt()
860 core->core_ldt = pldt; in note_ldt()
H A DPcontrol.c308 Pldt_live(struct ps_prochandle *P, struct ssd *pldt, int nldt, void *data) in Pldt_live() argument
310 return (proc_get_ldt(P->pid, pldt, nldt)); in Pldt_live()
1316 Pldt(struct ps_prochandle *P, struct ssd *pldt, int nldt) in Pldt() argument
1318 return (P->ops.pop_ldt(P, pldt, nldt, P->data)); in Pldt()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1932 Pldt_gcore(struct ps_prochandle *P, struct ssd *pldt, int nldt, void *data) in Pldt_gcore() argument
1947 if (pldt == NULL || nldt == 0) { in Pldt_gcore()
1967 gcore_usd_to_ssd(udp, pldt++, SEL_LDT(i)); in Pldt_gcore()