Home
last modified time | relevance | path

Searched refs:SDOCORE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h514 #define SDOCORE 0x80000000 /* process will attempt to dump core */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c673 p->p_flag |= SDOCORE; in core()
H A Dexit.c198 p->p_flag &= ~(SKILLED | SEXTKILLED | SEXITING | SDOCORE); in restart_init()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1950 aflt->flt_core = (pflag & SDOCORE) ? 1 : 0;
H A Dspitfire.c1308 aflt->flt_core = (pflag & SDOCORE) ? 1 : 0; in cpu_async_error()
H A Dus3_common.c1826 aflt->flt_core = (pflag & SDOCORE) ? 1 : 0; in cpu_deferred_error()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c221 { "SDOCORE", SDOCORE, SDOCORE }, in pflags()