Home
last modified time | relevance | path

Searched refs:core_ldt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h178 struct ssd *core_ldt; /* LDT entries from core file */ member
H A DPcore.c250 if (core->core_ldt != NULL) in Pfini_core()
251 free(core->core_ldt); in Pfini_core()
311 if (core->core_ldt != NULL) { in Pldt_core()
314 (void) memcpy(pldt, core->core_ldt, in Pldt_core()
928 if (core->core_ldt != NULL || nbytes < sizeof (struct ssd)) in note_ldt()
943 core->core_ldt = pldt; in note_ldt()