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

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c2412 err_ret_t addr_error; local
2415 SET_ERR_RET(&addr_error, ERR_PROTO_NONE, 0);
2426 &args->fh, get_pubfh, fspath, &addr_error);
2432 &args->fh, get_pubfh, fspath, &addr_error);
2437 fspath, &addr_error);
2458 switch (addr_error.error_type) {
2468 clnt_sperrno(addr_error.error_value));
2519 addr_error.error_type, addr_error.error_value);
2520 if (addr_error
[all...]

Completed in 49 milliseconds