Searched refs:SIGLOST (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsignal.h52 #define SIGLOST 29 /* resource lost (eg, record-lock lost) */ macro
/illumos-gate/usr/src/uts/common/sys/iso/
H A Dsignal_iso.h90 #define SIGLOST 37 /* resource lost (eg, record-lock lost) */ macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dsiglist116 #if defined(SIGLOST) && !defined(HAD_SIGLOST)
117 0,"LOST",SIGLOST,
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dsiglist116 #if defined(SIGLOST) && !defined(HAD_SIGLOST)
117 0,"LOST",SIGLOST,
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dsiglist116 #if defined(SIGLOST) && !defined(HAD_SIGLOST)
117 0,"LOST",SIGLOST,
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dsiglist116 #if defined(SIGLOST) && !defined(HAD_SIGLOST)
117 0,"LOST",SIGLOST,
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsignal.h101 #define SIGLOST 29 /* resource lost (eg, record-lock lost) */ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstr2sig.c84 { "LOST", SIGLOST },
/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsignals.c134 #ifdef SIGLOST
135 "LOST", VAL(SIGLOST,SH_SIGDONE), S("Resources lost"),
136 #endif /* SIGLOST */
/illumos-gate/usr/src/lib/libast/common/features/
H A Dsignal.c141 #ifdef SIGLOST
143 "Resources lost", "LOST", SIGLOST,
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c179 case SIGLOST: /* resource lost, not supported */
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c466 * by sending SIGLOST.
726 * Cancel local lock and send send SIGLOST signal
1569 * Send SIGLOST to the process identified by pid.
1582 psignal(p, SIGLOST);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2196 * If a process lost a lock, the process is sent a SIGLOST. This is not
2261 * have to SIGLOST the app.
2295 * If the lock can't be reclaimed, the process is sent SIGLOST, but this is
2851 * Issue a SIGLOST and mark the rnode dead if we get a non-recovery error or
2880 * If we failed with a non-recovery error, send SIGLOST and
2907 * recover from, send SIGLOST. If the filesystem was
2908 * forcibly unmounted, we skip the SIGLOST because (a) it's
2949 * SIGLOST for this to work, so just become root.
3270 * Send SIGLOST to the given process and queue the event.
3285 psignal(p, SIGLOST);
[all...]

Completed in 72 milliseconds