Searched refs:nc_error (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/lib/libc/rpc/ |
H A D | getnetconfig.c | 136 static int nc_error = 0; in __nc_error() local 145 return (&nc_error); in __nc_error() 153 return (&nc_error); in __nc_error() 160 return (&nc_error); in __nc_error() 167 #define nc_error (*(__nc_error())) macro 209 nc_error = NC_NONETCONFIG; in setnetconfig() 235 nc_error = NC_NOTINIT; in getnetconfig() 267 nc_error = NC_NOTINIT; in getnetconfig() 352 nc_error = NC_NOTINIT; in endnetconfig() 407 nc_error = NC_NOTFOUND; /* default error. */ in getnetconfigent() [all …]
|
/dflybsd-src/sys/kern/ |
H A D | vfs_cache.c | 940 ncp->nc_error = ENOTCONN; /* needs to be resolved */ in cache_alloc() 1380 ncp->nc_error = 0; in _cache_setvp() 1407 ncp->nc_error = ENOENT; in _cache_setvp() 1481 ncp->nc_error = ENOTCONN; in _cache_setunresolved() 2837 error = rncp.ncp->nc_error; in cache_inefficient_scan() 3412 ncp->nc_error = ENOTCONN; in cache_nlookup() 3592 KKASSERT(ncp->nc_error != EWOULDBLOCK); in cache_nlookup_maybe_shared() 3593 return(ncp->nc_error); in cache_nlookup_maybe_shared() 3812 ncp, ncp->nc_flag, ncp->nc_error, in cache_nlookup_nonlocked() 4300 return (ncp->nc_error); in cache_resolve() [all …]
|
H A D | vfs_nlookup.c | 891 error = nch.ncp->nc_error; in nlookup() 1535 error = ncp->nc_error; in naccess() 1546 ncp, ncp->nc_flag, ncp->nc_error, ncp->nc_name); in naccess() 1555 ncp, ncp->nc_flag, ncp->nc_error, ncp->nc_name); in naccess()
|
/dflybsd-src/test/debug/ |
H A D | ncptrace.c | 236 if ((ncp.nc_flag & NCF_UNRESOLVED) == 0 && ncp.nc_error) in dumpncp() 237 printf(" error=%d", ncp.nc_error); in dumpncp()
|
/dflybsd-src/sys/sys/ |
H A D | namecache.h | 137 int nc_error; member
|