Searched refs:ERESTART (Results 26 - 48 of 48) sorted by relevance

12

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c196 } else if (error == ERESTART) {
228 } else if (error == ERESTART) {
675 return (ERESTART);
1298 return (ERESTART);
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c401 (void) Lputareg(L, R_R0, ERESTART);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1171 * then return ERESTART which will block in dmu_tx_wait().
1182 return (SET_ERROR(ERESTART));
1188 return (SET_ERROR(ERESTART));
1209 return (SET_ERROR(ERESTART));
1312 * blocking, returns immediately with ERESTART. This should be used
1313 * whenever you're holding locks. On an ERESTART error, the caller
1339 if (err != ERESTART || txg_how != TXG_WAIT)
H A Ddsl_scan.c1416 return (SET_ERROR(ERESTART));
1512 if (err != 0 && err != ERESTART)
1527 } else if (err != 0 && err != ERESTART) {
H A Dzfs_vnops.c134 * If dmu_tx_assign() returns ERESTART and zfsvfs->z_assign is TXG_NOWAIT,
166 * if (error == ERESTART) {
1516 if (error == ERESTART) {
1749 if (error == ERESTART) {
1983 if (error == ERESTART) {
2123 if (error == ERESTART) {
3308 if (err == ERESTART)
3704 if (error == ERESTART) {
3887 if (error == ERESTART) {
4108 if (error == ERESTART) {
[all...]
H A Ddsl_dir.c1194 retval = ERESTART;
1270 err = SET_ERROR(ERESTART);
H A Dzfs_replay.c714 if (error == ERESTART) {
H A Dzfs_dir.c1047 if (error == ERESTART) {
H A Dzfs_acl.c1992 if (error == ERESTART) {
H A Darc.c5603 return (SET_ERROR(ERESTART));
5674 return (SET_ERROR(ERESTART));
H A Ddsl_dataset.c3205 error = SET_ERROR(ERESTART);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drds_recv.c528 ret = -ERESTART;
H A Dsend.c1081 ret = -ERESTART;
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.c568 if (errno == EINTR || errno == ERESTART)
1051 if ((errno != EINTR && errno != ERESTART) ||
1904 case ERESTART:
1933 if (err != EINTR && err != ERESTART) {
2034 case ERESTART:
3492 case ERESTART:
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c1338 * If errno is EINTR, ERESTART, or EAGAIN
1342 errno == ERESTART || errno == EAGAIN))
1600 * If errno is ERESTART, or
1604 if (errno == ERESTART ||
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c370 { ERESTART, "ERESTART" },
439 int err = ERESTART;
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c630 error = ERESTART;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsyscall.c543 error = ERESTART;
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2298 if (err == ERESTART) {
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2391 if (err == ERESTART) {
/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c2100 if (ret != ERESTART)
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2672 if (errno != EINTR && errno != ERESTART)
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1230 if (error == ERESTART) {

Completed in 372 milliseconds

12