Home
last modified time | relevance | path

Searched refs:service (Results 1 – 25 of 379) sorted by last modified time

12345678910>>...16

/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Drpcsec_gss.c89 rpc_gss_service_t service; /* requested service */ member
497 if ((ap->service = service_type) == rpc_gss_svc_default) in rpc_gss_seccreate()
498 ap->service = rpc_gss_svc_integrity; in rpc_gss_seccreate()
526 if ((ap->service == rpc_gss_svc_privacy && in rpc_gss_seccreate()
909 ag_creds.service = ap->service;
1372 sizeof (ap->seq_num) + sizeof (ap->service) +
1442 if (!ap->established || ap->service == rpc_gss_svc_none)
1445 return (__rpc_gss_unwrap_data(ap->service,
1577 rpc_gss_set_defaults(auth, service, qop) in rpc_gss_set_defaults() argument
1579 rpc_gss_service_t service;
[all …]
H A Dsvc_rpcsec_gss.c857 client_data->raw_cred.service = cr_service; in do_gss_accept()
1106 arg->cr_service = creds.service; in rpcsec_gss_init()
1187 gss_parms->service = creds.service; in rpcsec_gss_continue_init()
1235 switch (creds.service) { in rpcsec_gss_data()
1242 creds.service); in rpcsec_gss_data()
1244 creds.service); in rpcsec_gss_data()
1294 gss_parms->service = creds.service; in rpcsec_gss_data()
1317 client_data->raw_cred.service = creds.service; in rpcsec_gss_data()
1375 client_data->raw_cred.service != creds.service) { in rpcsec_gss_data()
1902 ret = __rpc_gss_wrap_data(gss_parms->service, in svc_rpc_gss_wrap()
[all …]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss.c185 if ((ap->service = service) == rpc_gss_svc_default)
186 ap->service = rpc_gss_svc_integrity;
212 if ((ap->service == rpc_gss_svc_privacy &&
428 __rpc_gss_set_defaults(auth, service, qop) in __rpc_gss_set_defaults() argument
430 rpc_gss_service_t service;
438 switch (service) {
444 service = rpc_gss_svc_integrity;
457 ap->service = service;
477 ag_creds.service = ap->service;
882 return (__rpc_gss_unwrap_data(ap->service,
[all …]
/illumos-gate/exception_lists/
H A Dpackaging68 # The following files are used by the DHCP service, the
573 # Private header files for vscan service
H A Dpackaging.deps31 pkg:/service/network/samba
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h782 char *service; member
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids3939 12fe Printer in service mode
15832 adde C2005 (Xperia M dual) in service mode
17999 5124 OpenMoko Neo1973 Bluetooth Device ID service
20562 5124 Neo1973/FreeRunner Bluetooth Device ID service
H A Dpci.ids34935 4e03 Dynamic Tuning service
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c3826 return (xdr_int(xdrs, (int *)&objp->flavor_info.service)); in xdr_secinfo4()
H A Dnfs4_srv.c1261 info->service = (rpc_gss_svc_t)si->sc_service; in do_rfs4_op_secinfo()
1318 info->service = (rpc_gss_svc_t) in do_rfs4_op_secinfo()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c2351 rmap->service = strdup(sid); in __ns_ldap_setParamValue()
2352 if (rmap->service) { in __ns_ldap_setParamValue()
2424 if (rmap->service) in __ns_ldap_setParamValue()
2425 free(rmap->service); in __ns_ldap_setParamValue()
2454 map->service = strdup(sid); in __ns_ldap_setParamValue()
2455 if (map->service) { in __ns_ldap_setParamValue()
2510 if (map->service) in __ns_ldap_setParamValue()
2511 free(map->service); in __ns_ldap_setParamValue()
2531 if (map->service) in __ns_ldap_setParamValue()
2532 free(map->service); in __ns_ldap_setParamValue()
[all …]
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src18811 # in the early 1980s before 3COM got wise and cut its prices. The service
19610 # to me, but it took a clue from their service department to make
20097 # comany in Georgia (US) called "XS International", parts and service may
H A Dtermcap.src16744 # in the early 1980s before 3COM got wise and cut its prices. The service
17484 # to me, but it took a clue from their service department to make
17930 # comany in Georgia (US) called "XS International", parts and service may
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c113 const char *service; member
3029 strcmp(rest->service, svc_name) == 0 && in list_instance()
3430 if (scf_parse_svc_fmri(cfmri, &rest->scope, &rest->service, in add_restarter()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1927 rpc_gss_svc_t service; member
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c79 char *username, const char *service, ndr_auth_ctx_t *auth_ctx) in ndr_rpc_bind_common() argument
91 if ((svc = ndr_svc_lookup_name(service)) == NULL) in ndr_rpc_bind_common()
114 server, domain, username, service, in ndr_rpc_bind_common()
168 server, domain, username, service, in ndr_rpc_bind_common()
194 char *username, const char *service) in ndr_rpc_bind() argument
196 return (ndr_rpc_bind_common(handle, server, domain, username, service, in ndr_rpc_bind()
202 char *username, const char *service, ndr_auth_ctx_t *auth_ctx) in ndr_rpc_bind_secure() argument
204 return (ndr_rpc_bind_common(handle, server, domain, username, service, in ndr_rpc_bind_secure()
249 svc = handle->clnt->binding->service; in ndr_rpc_status()
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c3041 char *service; in getsvcname() local
3044 service = LOCKD; in getsvcname()
3047 service = STATD; in getsvcname()
3050 service = NFSD; in getsvcname()
3071 service = NFSD; in getsvcname()
3073 return (service); in getsvcname()
3278 char *service; in restart_service() local
3283 service = LOCKD; in restart_service()
3286 service = STATD; in restart_service()
3289 service = NFSD; in restart_service()
[all …]
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x2132 rpc_gss_svc_t service; member
/illumos-gate/usr/src/data/zoneinfo/
H A Dnorthamerica155 # wire service teletype machine, which had prescribed signals for major news.
H A Deurope719 # According to Kremlin press service, Russian President Dmitry Medvedev
1343 # (or were covered), only the chief of service had a watch, labeled
1688 # not only for the internal service but also for the public.... Milano set
3495 # hour before the beginning of service.
H A Daustralasia385 # scheduled commercial air service much smoother if we don't have to be
1051 # on its overseas service, Radio Australia, use the same phrases
1053 # time announcements on that service, naturally enough, are made in UTC.
1779 # establish airline service and perhaps partly anticipating the
H A Dasia322 # public service organizations have all decided to follow the summer time and
636 # <http://www.sinkiang.gov.cn/service/ourworking/> (2014-04-22).
721 # started including a radio program guide when they restored radio service,
3736 # a weekly Dhahran-Cairo service, via the Saudi Arabian cities of Riyadh and
H A Dafrica258 # Only the title above is available without a subscription to their service,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3582 info->service, gss_svc_name(info->service)); in detail_rpcsec_gss()
H A Dnfs4_xdr.c2206 if (!xdr_rpc_gss_svc_t(xdrs, &objp->service)) in xdr_rpcsec_gss_info()

12345678910>>...16