Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPcontrol.h158 char *core_platform; /* platform string from core file */ member
H A DPcore.c211 if (core->core_platform != NULL) in Pfini_core()
212 free(core->core_platform); in Pfini_core()
240 if (core->core_platform == NULL) { in Pplatform_core()
244 (void) strncpy(s, core->core_platform, n - 1); in Pplatform_core()
732 if (core->core_platform != NULL) in note_platform()
742 core->core_platform = plat; in note_platform()