Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libproc/common/
H A DPcontrol.h146 char *core_platform; /* platform string from core file */ member
H A DPcore.c307 if (P->core->core_platform != NULL) in note_platform()
317 P->core->core_platform = plat; in note_platform()
H A DPcontrol.c952 if (P->core->core_platform != NULL) in Pfree()
953 free(P->core->core_platform); in Pfree()
H A DPsymtab.c2968 if (P->core->core_platform == NULL) { in Pplatform()
2972 (void) strncpy(s, P->core->core_platform, n - 1); in Pplatform()