Searched refs:initiator (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | inq_context.c | 102 krb5_gss_name_t initiator, acceptor; local 124 initiator = NULL; 141 &initiator))) { 153 if (initiator) 155 &initiator); 163 *initiator_name = (gss_name_t) initiator;
|
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | context.c | 176 gss_name_t *initiator, /* Name of initiator */ 181 int *local, /* True if we're the initiator */ 208 /* If the caller wants the initiator set *initiator to it. */ 209 if (initiator) { 211 *initiator = (gss_name_t)strdup(p); 173 __dh_gss_inquire_context( OM_uint32 *minor, gss_ctx_id_t context, gss_name_t *initiator, gss_name_t *acceptor, OM_uint32 *time_rec, gss_OID *mech, OM_uint32 *flags_rec, int *local, int *open ) argument
|
/osnet-11/usr/src/lib/libsuri/common/ |
H A D | suri_iscsi.c | 716 IMA_OID lhba, initiator; local 727 /* Get initiator node OID. */ 728 status = IMA_GetSharedNodeOid(&initiator); 731 SURIGTEXT("Cannot get iSCSI initiator")); 735 status = IMA_GetNodeProperties(initiator, &props); 738 SURIGTEXT("Cannot get iSCSI initiator properties"));
|
/osnet-11/usr/src/lib/libstmf/common/ |
H A D | libstmf.h | 245 stmfDevid initiator; member in struct:_stmfSession 260 boolean_t allHosts; /* all initiator ports */ 269 stmfDevid initiator; member in struct:_stmfLuNbrEntry
|
H A D | stmf.c | 645 * Purpose: Adds an initiator to an existing host group 648 * hostName - name of initiator to add 720 * Purpose: Adds an initiator to a list of existing host groups 723 * hostName - name of initiator to add 1509 * Purpose: Create a new initiator group 3875 * Purpose: Delete an initiator or local port group 3955 * Purpose: Delete an initiator or local port group 4590 * Purpose: Retrieves the list of initiator group oids 4779 * on success, this contains the list of initiator sessions. 4906 (*sessionList)->session[i].initiator [all...] |
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_dyndns.c | 736 * Construct a service name for the GSS initiator (i.e. our dyndns client) 965 gss_name_t initiator = GSS_C_NO_NAME, target = GSS_C_NO_NAME; local 982 if (dyndns_getkrb5clntname(realm, &initiator) != 0) 996 major = gss_acquire_cred(&minor, initiator, 0, GSS_C_NULL_OID_SET, 1015 (void) gss_release_name(&minor, &initiator);
|
Completed in 83 milliseconds