nc_error
static int nc_error = 0;
return (&nc_error);
return (&nc_error);
return (&nc_error);
nc_error = NC_NONETCONFIG;
nc_error = NC_NOTINIT;
nc_error = NC_NOTINIT;
nc_error = NC_NOTINIT;
nc_error = NC_NOTFOUND; /* default error. */
nc_error = NC_NONETCONFIG;
nc_error = NC_NOMEM;
nc_error = NC_BADFILE;
nc_error = NC_BADFILE; /* nearly anything that breaks is for this reason */
switch(nc_error) {
ncp->nc_error = 0;
ncp->nc_error = ENOENT;
ncp->nc_error = ENOTCONN;
error = rncp.ncp->nc_error;
ncp->nc_error = ENOTCONN;
KKASSERT(ncp->nc_error != EWOULDBLOCK);
return(ncp->nc_error);
ncp, ncp->nc_flag, ncp->nc_error,
return (ncp->nc_error);
return (ncp->nc_error);
ncp->nc_error = EXDEV;
return(ncp->nc_error);
par->nc_error = VOP_NRESOLVE(&nctmp, dvp, cred);
if ((error = par->nc_error) != 0) {
if (par->nc_error != EAGAIN) {
par->nc_error);
ncp->nc_error = VOP_NRESOLVE(&nctmp, dvp, cred);
ncp->nc_error = EPERM;
if (ncp->nc_error == EAGAIN) {
return(ncp->nc_error);
ncp->nc_error = error;
return(ncp->nc_error);
par->nc_error = VOP_NRESOLVE(&nctmp, dvp, cred);
if ((error = par->nc_error) != 0) {
if (par->nc_error != EAGAIN) {
par->nc_error);
ncp->nc_error = ENOTCONN; /* needs to be resolved */
error = ncp->nc_error;
ncp, ncp->nc_flag, ncp->nc_error, ncp->nc_name);
ncp, ncp->nc_flag, ncp->nc_error, ncp->nc_name);
error = nch.ncp->nc_error;
int nc_error;
if ((ncp.nc_flag & NCF_UNRESOLVED) == 0 && ncp.nc_error)
printf(" error=%d", ncp.nc_error);