Searched defs:service_type (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | rpcsec_gss_if.c | 156 rpc_gss_service_t service_type, /* security service */ 164 service_type, qop, options_req, options_ret)); 152 rpc_gss_seccreate( CLIENT *clnt, char *principal, char *mechanism, rpc_gss_service_t service_type, char *qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret) argument
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap.h | 224 krb5_ldap_servicetype service_type; member in struct:_krb5_ldap_context
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss.c | 257 rpc_gss_service_t service_type, 342 service_type, qop, options_req, options_ret, cr, &auth); 423 rpc_gss_service_t service_type, /* security service */ 483 if ((ap->service = service_type) == rpc_gss_svc_default) 254 rpc_gss_secget(CLIENT *clnt, char *principal, rpc_gss_OID mechanism, rpc_gss_service_t service_type, uint_t qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret, void *cache_key, cred_t *cr, AUTH **retauth) argument 420 rpc_gss_seccreate(CLIENT *clnt, char *principal, rpc_gss_OID mechanism, rpc_gss_service_t service_type, uint_t qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret, cred_t *cr, AUTH **retauth) argument
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 198 ib_service_type_t service_type = IB_NONE; /* service type */ variable 1411 service_type = IB_PORT_SERVICE; 1413 service_type = IB_VPPA_SERVICE; 1415 service_type = IB_HCASVC_SERVICE;
|
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.h | 162 typedef enum service_type { enum
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 3229 rib_register_service(rib_hca_t *hca, int service_type, argument 3285 service && (service->srv_type != service_type); 3318 service->srv_type = service_type;
|
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/ |
H A D | dat.h | 443 DAT_SERVICE_TYPE service_type; member in struct:dat_ep_attr
|
Completed in 69 milliseconds