Searched defs:RET_ERR (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/lofs/mount/
H A Dmount.c50 #define RET_ERR 111 macro
133 exit(RET_ERR);
146 exit(RET_ERR);
/illumos-gate/usr/src/cmd/fs.d/ctfs/
H A Dmount.c44 #define RET_ERR 33 macro
150 exit(RET_ERR);
164 exit(RET_ERR);
/illumos-gate/usr/src/cmd/fs.d/objfs/
H A Dmount.c44 #define RET_ERR 33 macro
150 exit(RET_ERR);
164 exit(RET_ERR);
/illumos-gate/usr/src/cmd/fs.d/sharefs/
H A Dmount.c44 #define RET_ERR 33 macro
150 exit(RET_ERR);
164 exit(RET_ERR);
/illumos-gate/usr/src/cmd/fs.d/smbclnt/umount/
H A Dumount.c47 #define RET_ERR 32 macro
81 exit(RET_ERR);
99 exit(RET_ERR);
104 exit(RET_ERR);
127 exit(RET_ERR);
148 return (RET_ERR);
/illumos-gate/usr/src/cmd/fs.d/nfs/umount/
H A Dumount.c68 #define RET_ERR 32 macro
115 exit(RET_ERR);
120 exit(RET_ERR);
126 exit(RET_ERR);
159 exit(RET_ERR);
184 return (RET_ERR);
/illumos-gate/usr/src/cmd/fs.d/nfs/lockd/
H A Dlockd.c100 #define RET_ERR 33 /* return code for error(s) */ macro
/illumos-gate/usr/src/cmd/fs.d/smbclnt/mount/
H A Dmount.c151 #define RET_ERR 3 /* later errors */ macro
193 exit(RET_ERR);
218 exit(RET_ERR);
229 exit(RET_ERR);
347 exit(RET_ERR);
364 exit(RET_ERR);
371 exit(RET_ERR);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.h96 #define RET_ERR 33 macro
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c99 #define RET_ERR 33 macro
269 return (RET_ERR);
281 exit(RET_ERR);
297 exit(RET_ERR);
302 exit(RET_ERR);
311 exit(RET_ERR);
387 exit(RET_ERR);
433 return (RET_ERR);
450 last_error = RET_ERR;
473 last_error = RET_ERR;
[all...]

Completed in 84 milliseconds