HomeSort by: relevance | last modified time | path
    Searched refs:reterr (Results 1 - 8 of 8) sorted by relevancy

  /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");
  /src/sys/fs/adosfs/
advnops.c 220 goto reterr;
223 goto reterr;
226 goto reterr;
234 goto reterr;
280 goto reterr;
302 goto reterr;
314 reterr:
362 goto reterr;
371 goto reterr;
377 goto reterr;
    [all...]
  /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),
  /src/sys/arch/mips/adm5120/dev/
ahci.c 1018 goto reterr;
1032 reterr:
  /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_nfsdport.c 1535 struct ucred *cred, struct thread *p, int isdgram, int reterr,
1541 attrbitp, cred, p, isdgram, reterr, supports_nfsv4acls, at_root,
  /src/sys/opencrypto/
cryptodev.c 422 goto reterr;
435 reterr:
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 2045 int reterr, int supports_nfsv4acls, int at_root, uint64_t mounted_on_fileno)
2090 if (reterr) {
2121 if (reterr) {

Completed in 24 milliseconds