Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h523 #define PF_SUNW_KILLED 0x00200000 /* signal received during dump */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2505 phdr[i].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED | in elfcore()
2514 phdr[j].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED; in elfcore()
/illumos-gate/usr/src/lib/libproc/common/
H A DPcore.c1316 if (!(php->p_flags & PF_SUNW_KILLED)) { in core_report_mapping()