Lines Matching refs:server

222  * Increment location index to next address/server/location.
234 /* no more addresses on current server, go to first address of next server */
239 /* no more servers on current location, go to first server of next location */
247 * It's possible for this next server to not have any addresses.
248 * Check for that here and go to the next server.
293 /* mounting root export on server */
300 /* append each server path component */
1071 NFS_SOCK_DBG("nfs connect %s search, server %s has no addresses\n",
1386 int o, s; /* indices into mount option and server security flavor lists */
1395 /* Choose the first flavor in our list that the server supports. */
1397 /* we don't know what the server supports, just use our first choice */
1408 /* Choose the first one we support from the server's list. */
1546 /* server has changed, we should initiate failover/recovery */
2003 printf("nfs server %s: %sdead\n", vfs_statfs(nmp->nm_mountp)->f_mntfromname,
2345 /* check if socket's source address matches this mount's server address */
2398 /* note: no error and no data indicates server closed its end */
2517 /* verify socket's source address matches this mount's server address */
2598 * So we'll just update the status and hope the server ignores the
3194 log(LOG_INFO, "nfs send error %d for server %s\n", error,
3315 /* note: no error and no data indicates server closed its end */
3929 * then post a tprintf message indicating the server is alive again.
4093 * preferred flavors or the server's preferred flavors or just the
4099 /* Call SECINFO to try to get list of flavors from server. */
4114 } else if (srvcount) { /* otherwise use the server's list of flavors */
4144 if (!srvcount) /* no server list, just try it */
4146 /* check that it's in the server's list */
4152 /* not found in server list */
4321 * server. Associate the context that we are setting up with the request that we
4765 /* make sure we note the unresponsive server */
5272 const char *server,
5284 tprintf(tpr, "nfs server %s: %s, error %d\n", server, msg, error);
5286 tprintf(tpr, "nfs server %s: %s\n", server, msg);
5395 * On a send operation, if we can't reach the server and we've got only one server to talk to
5410 printf("nfs_is_dead: nfs server %s: unreachable. Squished dead\n", vfs_statfs(nmp->nm_mountp)->f_mntfromname);
5468 printf("nfs server %s: %sdead\n", vfs_statfs(nmp->nm_mountp)->f_mntfromname,
5649 * The nfs server send routine.