/src/lib/libterminfo/ |
setupterm.c | 58 #define reterr(code, msg) \ macro 91 reterr(0, "TERM environment variable not set"); 98 reterr(-1, "not enough memory to create terminal structure"); 106 reterr(error, "cannot access the terminfo database"); 114 reterr(-1, "unknown error");
|
setupterm.c | 58 #define reterr(code, msg) \ macro 91 reterr(0, "TERM environment variable not set"); 98 reterr(-1, "not enough memory to create terminal structure"); 106 reterr(error, "cannot access the terminfo database"); 114 reterr(-1, "unknown error");
|
/src/usr.sbin/puffs/mount_psshfs/ |
fs.c | 54 #define reterr(str, rv) \ macro 106 reterr((stderr, "invalid server response: %d", 136 reterr((stderr, "invalid server realpath response for \"%s\"", 139 reterr((stderr, "invalid realpath response: count"), EPROTO); 141 reterr((stderr, "invalid realpath response: rootpath"), EPROTO); 153 reterr((stderr, "couldn't stat rootpath"), rv); 157 reterr((stderr, "remote path (%s) not a directory", rootpath),
|
fs.c | 54 #define reterr(str, rv) \ macro 106 reterr((stderr, "invalid server response: %d", 136 reterr((stderr, "invalid server realpath response for \"%s\"", 139 reterr((stderr, "invalid realpath response: count"), EPROTO); 141 reterr((stderr, "invalid realpath response: rootpath"), EPROTO); 153 reterr((stderr, "couldn't stat rootpath"), rv); 157 reterr((stderr, "remote path (%s) not a directory", rootpath),
|
/src/sys/fs/nfs/server/ |
nfs_nfsdstate.c | 1537 int error = 0, haslock = 0, ret, reterr; local in function:nfsrv_lockctrl 1588 reterr = 0; 1615 reterr = getlckret; 1633 reterr = nfsrv_locallock(vp, lfp, 1786 * reterr - Set above, if getting the nfslockfile structure 1792 if (error != 0 || nd->nd_repstat != 0 || reterr != 0) { 1797 error = reterr;
|
nfs_nfsdstate.c | 1537 int error = 0, haslock = 0, ret, reterr; local in function:nfsrv_lockctrl 1588 reterr = 0; 1615 reterr = getlckret; 1633 reterr = nfsrv_locallock(vp, lfp, 1786 * reterr - Set above, if getting the nfslockfile structure 1792 if (error != 0 || nd->nd_repstat != 0 || reterr != 0) { 1797 error = reterr;
|