Searched refs:server (Results 276 - 284 of 284) sorted by relevance

<<1112

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dnfs4_xdr.c303 if (!xdr_array(xdrs, (char **)&objp->server.server_val,
304 (uint_t *)&objp->server.server_len, ~0,
H A Dsnoop_nfs4.c4371 for (i = 0; i < fsl->server.server_len; i++)
4372 sprintf(get_line(0, 0), "server: %s",
4373 utf8localize(&fsl->server.server_val[i]));
4645 sprintf(get_line(0, 0), "Access Time (set to server time)");
4719 "Modification Time (set to server time)");
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c29 * If we want to write *to* the client rdist program, *from* the server
30 * side (server-side child `rdist -Server' process exec'ed off of in.rshd),
81 server() function
103 error("server: expected control record\n");
147 error("server: too many 'E's\n");
201 error("server: options not delimited\n");
220 error("server: unknown command '%s'\n", cp);
1310 * Check the current directory (initialized by the 'T' command to server())
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c620 0, /* No server seq # */
845 0, /* No server seq # */
2158 if (krb5_parse_name(bsd_context, pname_data.data, &creds.server))
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h316 #define KDC_ERR_SERVER_NOMATCH 26 /* Requested server and */
358 /* PKINIT server-reported errors */
472 krb5_timestamp stime; /* time on server, for replay detection */
2589 char *server; /* null-terminated */ member in struct:_krb5_donot_replay
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c250 /* for managing door server threads */
2661 if ((DoorFd = door_create(server, 0,
2695 DPRINT2(5, "open_door(%u): attached server() to %s\n", mythreadno,
2813 * the 'server' function that we export via the door. It does
2818 server(void *cookie, char *argp, size_t arg_size, function
2843 * Max number of door server threads for syslogd. Since door is used
2845 * server threads.
2850 * Manage door server thread pool.
4395 DPRINT2(5, "close_door(%u): detached server() from %s\n",
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c120 * RFS4_MINLEN_RDDIR_BUF: minimum length of buffer server will provide to
274 rfs4_servinst_t *rfs4_cur_servinst = NULL; /* current server instance */
512 * to be used as the write verifier returned from the server
514 * whenever the server reboots. Of secondary importance, it
520 * loaded. It is assumed that an NFS server will not be able
524 * time the server reboots and minimize the chances that two
544 /* Used to manage create/destroy of server state */
547 /* Used to manage access to server instance linked list */
628 * Indicates if server instance is within the
721 * Create a new server instanc
9819 char *server, *path, *symbuf; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_dbus.c4295 local_server_handle_connection (DBusServer *server, argument
4337 /* setup a server listening on a socket so we can do point to point
4342 HAL_ERROR (("Cannot create D-BUS server"));
4346 HAL_INFO (("local server is listening at %s", server_addr));
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c715 // Suppose real record has TTL of 3600, and our local caching server has held it for 3500 seconds, so it returns an aged TTL of 100.
716 // If we do our normal refresh at 80% of the TTL, our local caching server will return 20 seconds, so we'll do another
717 // 80% refresh after 16 seconds, and then the server will return 4 seconds, and so on, in the fashion of Zeno's paradox.
720 // the cached copy at our local caching server will already have expired, so the server will be forced
721 // to fetch a fresh copy from the authoritative server, and then return a fresh record with the full TTL of 3600 seconds.
1046 // The records might already be registered with the server and hence could have NAT state.
1709 // from the server. In that case, if the records have been part of a group update, clear the
2882 // For Unicast, when we get the response from the server, we will call CompleteDeregistration
3893 // Reset unansweredQueries so that we don't penalize this server late
10540 PenaltyTimeForServer(mDNS *m, DNSServer *server) argument
[all...]

Completed in 173 milliseconds

<<1112