Searched refs:PF_SUNW_FAILURE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dphdr.c245 { PF_SUNW_FAILURE, SOL, MSG_PF_SUNW_FAILURE_CF },
254 { PF_SUNW_FAILURE, SOL, MSG_PF_SUNW_FAILURE_NF },
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h369 #define PF_SUNW_FAILURE 0x00100000 /* mapping absent due to failure */ macro
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2159 * file and or in the PF_SUNW_FAILURE flag to differentiate
2181 v[i].p_flags |= PF_SUNW_FAILURE;
2234 v[i].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED |
2243 v[j].p_flags |= PF_SUNW_FAILURE | PF_SUNW_KILLED;
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c911 * PF_SUNW_FAILURE flag and store the errno where the
922 phdr.p_flags |= PF_SUNW_FAILURE;
H A DPcore.c1318 * PF_SUNW_FAILURE in the Phdr and try to stash away the errno for us.
1320 if (php->p_flags & PF_SUNW_FAILURE) {

Completed in 62 milliseconds