Home
last modified time | relevance | path

Searched refs:PF_SUNW_KILLED (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dphdr.c246 { PF_SUNW_KILLED, SOL, MSG_PF_SUNW_KILLED_CF }, in conv_phdr_flags_strings()
255 { PF_SUNW_KILLED, SOL, MSG_PF_SUNW_KILLED_NF }, in conv_phdr_flags_strings()
H A Dphdr.msg108 @ MSG_PF_SUNW_KILLED_CF "PF_SUNW_KILLED" # 0x00200000
/titanic_44/usr/src/uts/common/sys/
H A Delf.h370 #define PF_SUNW_KILLED 0x00200000 /* signal received during dump */ macro
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c2127 v[i].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED | in elfcore()
2136 v[j].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED; in elfcore()
/titanic_44/usr/src/lib/libproc/common/
H A DPcore.c1197 if (!(php->p_flags & PF_SUNW_KILLED)) { in core_report_mapping()