Home
last modified time | relevance | path

Searched refs:client (Results 126 – 150 of 305) sorted by relevance

12345678910>>...13

/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config65 # KeepAlive specifies whether keep alive messages are sent to the client.
67 # Note that the client may also be sending keep alive messages to the server.
95 # Length of time in seconds before a client that hasn't completed
136 # If the user on the client side is not root then this won't work on
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME29 The Solaris DHCP agent (dhcpagent) is a DHCP client implementation
75 client/server protocol and adapt the agent to new
365 and since the DHCP client is used during system installation (and thus
382 meant to be fairly independent of the rest of the DHCP client.
401 when a system is resumed, the DHCP client makes the pessimistic
423 However, unless used in "inform" mode, the DHCP client *does*
438 DHCP client does not automatically add or remove default routes when
448 client so that the main event loop stays active to process other
465 a wrapper around poll(), the DHCP client cannot directly observe the
466 completion of the user program. Instead, the DHCP client creates a
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c188 uintptr_t client = 0; in request_log() local
204 'c', MDB_OPT_UINTPTR, &client, in request_log()
227 if (client != 0 && client != (uintptr_t)cur.rl_client) in request_log()
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_verbs.h653 int ib_register_client(struct ib_client *client);
654 void ib_unregister_client(struct ib_client *client);
656 void *ib_get_client_data(struct ib_device *device, struct ib_client *client);
657 void ib_set_client_data(struct ib_device *device, struct ib_client *client,
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscsi_vhci.h760 caddr32_t client; /* client dev devfs path name */ member
769 caddr32_t client; /* client device devfs path name */ member
824 caddr_t client; /* client dev devfs path name */ member
836 caddr_t client; /* client device devfs path name */ member
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c1609 static void retrans_add(svc_rpc_gss_data *client, uint32_t xid, in retrans_add() argument
1614 if (client->retrans_data && client->retrans_data->xid == xid) in retrans_add()
1628 if (client->retrans_data) in retrans_add()
1629 retrans_del(client); in retrans_add()
1631 client->retrans_data = rdata; in retrans_add()
1637 static void retrans_del(svc_rpc_gss_data *client) in retrans_del() argument
1642 if (client->retrans_data == NULL) in retrans_del()
1645 rdata = client->retrans_data; in retrans_del()
1651 client->retrans_data = NULL; in retrans_del()
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c1946 static void retrans_add(client, xid, result) in retrans_add() argument
1947 svc_rpc_gss_data *client; in retrans_add()
1953 if (client->retrans_data && client->retrans_data->xid == xid)
1968 if (client->retrans_data)
1969 retrans_del(client);
1971 client->retrans_data = rdata;
1977 static void retrans_del(client) in retrans_del() argument
1978 svc_rpc_gss_data *client; in retrans_del()
1983 if (client->retrans_data == NULL)
1986 rdata = client->retrans_data;
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c632 opt_field(val->client,1,asn1_decode_principal_name,NULL); in asn1_decode_kdc_req_body()
635 if(val->client != NULL){ in asn1_decode_kdc_req_body()
636 retval = asn1_krb5_realm_copy(val->client,val->server); in asn1_decode_kdc_req_body()
714 alloc_field(val->client,krb5_principal_data); in asn1_decode_kdc_rep()
715 get_field(val->client,3,asn1_decode_realm); in asn1_decode_kdc_rep()
716 get_field(val->client,4,asn1_decode_principal_name); in asn1_decode_kdc_rep()
799 alloc_field(val->client,krb5_principal_data); in asn1_decode_krb_cred_info()
800 opt_field(val->client,1,asn1_decode_realm,NULL); in asn1_decode_krb_cred_info()
1167 alloc_field(val->client,krb5_principal_data); in asn1_decode_predicted_sam_response()
1168 get_field(val->client,4,asn1_decode_realm); in asn1_decode_predicted_sam_response()
[all …]
/illumos-gate/usr/src/cmd/luxadm/
H A Dx86_adm.c140 iocsc.client = client_path; in adm_failover()
155 strcpy(iocsc.client, path_phys + strlen("/devices")); in adm_failover()
158 if ((trailingMinor = strrchr(iocsc.client, ':')) != NULL) { in adm_failover()
/illumos-gate/usr/src/cmd/tcpd/
H A Dscaffold.c150 if (STR_EQ(eval_hostname(request.client), unknown))
152 eval_hostaddr(request.client));
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile114 network/dns/client.xml \
116 network/ldap/client.xml \
119 network/nis/client.xml \
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.c29 return ((int)((((rep->cusec + rep->ctime + *rep->server + *rep->client) in hash()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c121 if ((code = krb5_copy_principal(context, cred->princ, &in_creds.client)))
146 if (in_creds.client)
147 krb5_free_principal(context, in_creds.client);
1330 krb5_principal client=NULL, princ=NULL; in get_instance_keytab() local
1341 ret = krb5_build_principal(context, &client, strlen(realm), in get_instance_keytab()
1347 ret = ktfile_get_entry(context, keytab, client, in get_instance_keytab()
1374 if (client) in get_instance_keytab()
1375 krb5_free_principal(context, client); in get_instance_keytab()
1463 my_creds.client = me; in load_root_cred_using_keytab()
1603 creds.client = me; in renew_ccache()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c459 smb_kmod_session_close(const char *client, const char *username) in smb_kmod_session_close() argument
466 if (client != NULL) in smb_kmod_session_close()
467 (void) strlcpy(ioc.client, client, MAXNAMELEN); in smb_kmod_session_close()
/illumos-gate/usr/src/cmd/vntsd/
H A Dcommon.c217 vntsd_write_client(vntsd_client_t *client, char *buffer, size_t sz) in vntsd_write_client() argument
223 rv = vntsd_write_fd(client->sockfd, buffer, sz); in vntsd_write_client()
226 vntsd_reset_timer(client->cons_tid); in vntsd_write_client()
/illumos-gate/usr/src/pkg/manifests/
H A Dprint-lp-print-client-commands.p5m27 set name=pkg.fmri value=pkg:/print/lp/print-client-commands@$(PKGVERS)
30 value="client configuration files and utilities for the print service"
79 desc="client configuration files and utilities for the print service" \
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h126 typedef struct client { struct
128 struct client *next; /* next client on rsrc node list */ argument
H A Drcm_script.c1677 client_t *client; in add_for_unregister() local
1686 client = RCM_STRUCT_BASE_ADDR(client_t, q, queue); in add_for_unregister()
1687 client->prv_flags |= RCM_NEED_TO_UNREGISTER; in add_for_unregister()
1697 client_t *client; in remove_from_unregister() local
1706 client = RCM_STRUCT_BASE_ADDR(client_t, q, queue); in remove_from_unregister()
1707 if (strcmp(client->alias, resource_name) == 0) { in remove_from_unregister()
1708 client->prv_flags &= ~RCM_NEED_TO_UNREGISTER; in remove_from_unregister()
1720 client_t *client; in complete_unregister() local
1730 if (client->prv_flags & RCM_NEED_TO_UNREGISTER) { in complete_unregister()
1731 client->prv_flags &= ~RCM_NEED_TO_UNREGISTER; in complete_unregister()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dcleanup.ksh38 log_must svcadm enable svc:/network/nis/client:default
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstop.sh29 for svc in client server xfr passwd update; do
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/
H A Dcleanup.ksh39 log_must svcadm enable svc:/network/nis/client:default
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dcleanup.ksh39 log_must svcadm enable svc:/network/nis/client:default
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/
H A Dcleanup.ksh39 log_must svcadm enable svc:/network/nis/client:default
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dpolicy.c33 against_local_policy_as(register krb5_kdc_req *request, krb5_db_entry client, in against_local_policy_as() argument
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c723 &creds.client))) { in _kadm5_init_any()
728 clientp = creds.client; in _kadm5_init_any()
824 creds.client))) in _kadm5_init_any()
870 &creds, creds.client, pass, NULL, in _kadm5_init_any()
880 &creds, creds.client, kt, in _kadm5_init_any()
984 if (clientp && clientp != creds.client) in _kadm5_init_any()

12345678910>>...13