Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPcontrol.h159 struct utsname *core_uts; /* uname(2) data from core file */ member
H A DPcore.c213 if (core->core_uts != NULL) in Pfini_core()
214 free(core->core_uts); in Pfini_core()
255 if (core->core_uts == NULL) { in Puname_core()
259 (void) memcpy(u, core->core_uts, sizeof (struct utsname)); in Puname_core()
755 if (core->core_uts != NULL || nbytes < ubytes) in note_utsname()
775 core->core_uts = utsp; in note_utsname()