Searched defs:initiator (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dcontext.c183 gss_name_t *initiator, /* Name of initiator */
188 int *local, /* True if we're the initiator */
220 /* If the caller wants the initiator set *initiator to it. */
221 if (initiator) {
223 *initiator = (gss_name_t)strdup(p);
180 __dh_gss_inquire_context(void *ctx, 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
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_context.c103 krb5_principal initiator, acceptor; local
125 initiator = NULL;
143 &initiator))) {
148 if (! kg_save_name((gss_name_t) initiator)) {
149 krb5_free_principal(context, initiator);
159 if (initiator) krb5_free_principal(context, initiator);
166 if (initiator) {
167 kg_delete_name((gss_name_t) initiator);
168 krb5_free_principal(context, initiator);
[all...]
/illumos-gate/usr/src/cmd/stat/common/
H A Ddsr.c344 char *initiator; /* ".<phci-driver>... */ local
365 initiator = strrchr(ks_name, '.'); /* start of ".<pHCI-driver>" */
366 if (pidp && (pidp == initiator)) /* can't have same start */
416 initiator++; /* skip '.' */
427 "%s.t%s.%s", adevpath, target_port, initiator);
H A Dacquire_iodevs.c684 /* get the lun/target/initiator from the name, return 1 on success */
697 /* get the lun, target, and initiator name and instance */
707 * the target can be 4 digits, and the initiator can be 3 digits and
815 int lun, tgt, initiator; local
823 lun_name, &lun, tgt_name, &tgt, initiator_name, &initiator) != 1) {
853 /* set the id to the initiator number */
854 tptr->is_id.id = initiator;
856 "%s%d", initiator_name, initiator);
858 "%s%d.%s%d", lun_name, lun, initiator_name, initiator);
865 "%s%d", initiator_name, initiator);
881 int lun, tgt, initiator; local
945 int lun, tgt, initiator; local
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dibft.c155 * Currently, we only support initiator offset, NIC0 offset, Target0 offset,
202 iscsi_ibft_initiator_t *initiator);
349 * We only copy the "Firmare Boot Selseted" and valid initiator
354 iscsi_ibft_initiator_t *initiator)
356 if (initiator == NULL) {
360 if (initiator->header.Structure_id != Initiator) {
364 if ((initiator->header.Flags & IBFT_FIRMWARE_BOOT_SELECTED) &&
365 (initiator->header.Flags & IBFT_BLOCK_VALID_YES)) {
367 * If the initiator name exists, we will copy it to our own
370 if (initiator
353 iscsi_parse_ibft_initiator(char *begin_of_ibft, iscsi_ibft_initiator_t *initiator) argument
[all...]
/illumos-gate/usr/src/lib/libstmf/common/
H A Dlibstmf.h229 stmfDevid initiator; member in struct:_stmfSession
245 boolean_t allHosts; /* all initiator ports */
/illumos-gate/usr/src/cmd/stmfadm/
H A Dstmfadm.c172 "This view is realized by a client, a SCSI initiator,\n" \
2381 wchar_t initiator[STMF_IDENT_LENGTH + 1]; local
2386 (void) mbstowcs(initiator,
2387 (char *)sessionList->session[i].initiator.ident,
2389 initiator[STMF_IDENT_LENGTH] = 0;
2391 (void) printf("%ws\n", initiator);
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h93 uint8_t initiator[260]; member in struct:slist_scsi_session
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h748 struct iscsi_flash_initiator initiator; member in struct:iscsi_flashnode
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c4120 int initiator; local
4261 initiator = (old_pd->pd_recepient ==
4274 if (FC_IS_TOP_SWITCH(topology) && initiator) {
5868 int initiator; local
5918 initiator = (old_pd->pd_recepient ==
5923 if (FC_IS_TOP_SWITCH(port->fp_topology) && initiator) {
H A Dfp.c1078 if (ddi_prop_update_string(DDI_DEV_T_NONE, dip, "initiator-port",
1081 "fp(%d): Updating 'initiator-port' property"
1086 if (ddi_prop_update_string(DDI_DEV_T_NONE, dip, "initiator-node",
1089 "fp(%d): Updating 'initiator-node' property"
6523 int initiator, adiscfail = 0; local
6725 initiator =
6739 if (initiator) {
6749 "map_flags=%x initiator=%d", port, pd,
6751 changelist->map_flags, initiator); local
11329 * when a device implicitly logs out an initiator (fo
12507 int initiator; local
12544 int initiator; local
14397 int initiator; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_mbx.h592 uint8_t initiator; member in struct:port_database_23

Completed in 164 milliseconds