Searched refs:Client (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/
H A Dbtxcsu.S29 # Client entry point.
48 .comm __base,4 # Client base address
49 .comm __args,4 # Client arguments
/illumos-gate/usr/src/cmd/rexd/
H A Don.c94 CLIENT *Client; /* RPC client handle */ variable
130 if (clstat = clnt_call(Client, REXPROC_WINCH,
147 if (clstat = clnt_call(Client, REXPROC_SIGNAL,
301 if ((Client = clnttcp_create(&server_addr, REXPROG, REXVERS, &sock,
369 Client->cl_auth = (AUTH *)authdes_create(netname, 60*60,
372 if (Client->cl_auth == NULL) {
382 if ((Client->cl_auth = authsys_create_default()) == NULL) {
383 clnt_destroy(Client);
453 if (clstat = clnt_call(Client, REXPROC_START,
458 printf("Client cal
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S42 .set MEM_USR,0xa000 # Client start
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh1141 printf "$(gettext "Client will not be joined to the new domain").\n" >&2
1952 printf "$(gettext "Client will also not be able to host services that use Kerberos").\n"
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h219 kDNSType_DHCID, // 49 DHCP Client Identifier
1297 // Client API fields: The client must set up these fields *before* making any NAT traversal API calls
1299 mDNSIPPort IntPort; // Client's internal port number (doesn't change)
1708 const void *StatusContext; // Client Context
1984 // Client API fields: The client must set up these fields *before* calling mDNS_StartQuery()
2023 // Client API fields: The client must set up name and InterfaceID *before* calling mDNS_StartResolveService()
2150 // Client API fields: The client must set up these fields *before* calling mDNS_RegisterInterface()
2472 mDNSu32 dp_ipintf[MaxIp]; // input interface index list from the DNS Proxy Client
2473 mDNSu32 dp_opintf; // output interface index from the DNS Proxy Client
2609 #pragma mark - Main Client Function
[all...]

Completed in 81 milliseconds