Lines Matching refs:server

220  * Increment location index to next address/server/location.
232 /* no more addresses on current server, go to first address of next server */
237 /* no more servers on current location, go to first server of next location */
245 * It's possible for this next server to not have any addresses.
246 * Check for that here and go to the next server.
291 /* mounting root export on server */
298 /* append each server path component */
960 NFS_SOCK_DBG(("nfs connect %s search, server %s has no addresses\n",
1273 int o, s; /* indices into mount option and server security flavor lists */
1282 /* Choose the first flavor in our list that the server supports. */
1284 /* we don't know what the server supports, just use our first choice */
1295 /* Choose the first one we support from the server's list. */
1433 /* server has changed, we should initiate failover/recovery */
1871 printf("nfs server %s: %sdead\n", vfs_statfs(nmp->nm_mountp)->f_mntfromname,
2213 /* check if socket's source address matches this mount's server address */
2266 /* note: no error and no data indicates server closed its end */
2385 /* verify socket's source address matches this mount's server address */
2466 * So we'll just update the status and hope the server ignores the
3062 log(LOG_INFO, "nfs send error %d for server %s\n", error,
3183 /* note: no error and no data indicates server closed its end */
3797 * then post a tprintf message indicating the server is alive again.
3961 * preferred flavors or the server's preferred flavors or just the
3967 /* Call SECINFO to try to get list of flavors from server. */
3982 } else if (srvcount) { /* otherwise use the server's list of flavors */
4012 if (!srvcount) /* no server list, just try it */
4014 /* check that it's in the server's list */
4020 /* not found in server list */
4189 * server. Associate the context that we are setting up with the request that we
4633 /* make sure we note the unresponsive server */
5139 const char *server,
5151 tprintf(tpr, "nfs server %s: %s, error %d\n", server, msg, error);
5153 tprintf(tpr, "nfs server %s: %s\n", server, msg);
5262 * On a send operation, if we can't reach the server and we've got only one server to talk to
5276 printf("nfs_is_dead: nfs server %s: unreachable. Squished dead\n", vfs_statfs(nmp->nm_mountp)->f_mntfromname);
5334 printf("nfs server %s: %sdead\n", vfs_statfs(nmp->nm_mountp)->f_mntfromname,
5515 * The nfs server send routine.