Home
last modified time | relevance | path

Searched refs:snn (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfcgs2.h255 typedef struct snn { struct
340 _NOTE(SCHEME_PROTECTS_DATA("unique per request", snn))
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h322 char snn[256]; member
778 char snn[256]; member
H A Demlxs_fc.h1038 char snn[256]; member
1739 char snn[256]; member
H A Demlxs_hw.h248 char snn[256]; member
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5112 ns_snn_t *snn; in fctl_update_host_ns_values() local
5114 snn = (ns_snn_t *)ns_req->ns_req_payload; in fctl_update_host_ns_values()
5117 port->fp_sym_node_namelen = snn->snn_len; in fctl_update_host_ns_values()
5118 if (snn->snn_len) { in fctl_update_host_ns_values()
5119 bcopy((caddr_t)snn + sizeof (ns_snn_t), in fctl_update_host_ns_values()
5120 port->fp_sym_node_name, snn->snn_len); in fctl_update_host_ns_values()
5196 ns_snn_t *snn; in fctl_retrieve_host_ns_values() local
5198 snn = (ns_snn_t *)ns_req->ns_resp_payload; in fctl_retrieve_host_ns_values()
5201 snn->snn_len = port->fp_sym_node_namelen; in fctl_retrieve_host_ns_values()
5202 if (snn->snn_len) { in fctl_retrieve_host_ns_values()
[all …]
H A Dfp.c5652 la_wwn_t snn; in fp_ns_reg() local
5681 &snn, sizeof (la_wwn_t)); in fp_ns_reg()
5688 sizeof (snn) + 1), name_len, DDI_DEV_AUTOINCR); in fp_ns_reg()
5696 sizeof (snn) + 1), name_len, DDI_DEV_AUTOINCR); in fp_ns_reg()
5700 FC_SET_CMD(port, pkt->pkt_cmd_acc, (uint8_t *)&snn, in fp_ns_reg()
5702 sizeof (snn), DDI_DEV_AUTOINCR); in fp_ns_reg()
5705 + sizeof (fc_ct_header_t) + sizeof (snn)), in fp_ns_reg()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c1269 (caddr_t)port->snn, in emlxs_fcio_get_adapter_attrs()
1315 (caddr_t)port->snn, in emlxs_fcio_get_adapter_attrs()
2750 if (fcio->fcio_olen < (strlen(port->snn)+1) || in emlxs_fcio_get_sym_nname()
2756 (void) strlcpy((caddr_t)fcio->fcio_obuf, (caddr_t)port->snn, in emlxs_fcio_get_sym_nname()
3044 if (dfc_vport->snn[0]) { in emlxs_dfc_create_vport()
3045 (void) strncpy(name, dfc_vport->snn, in emlxs_dfc_create_vport()
3047 (void) snprintf(dfc_vport->snn, (sizeof (dfc_vport->snn)-1), in emlxs_dfc_create_vport()
3048 "%s %s", hba->snn, name); in emlxs_dfc_create_vport()
3050 (void) strncpy(dfc_vport->snn, hba->snn, in emlxs_dfc_create_vport()
3051 (sizeof (dfc_vport->snn)-1)); in emlxs_dfc_create_vport()
[all …]
H A Demlxs_solaris.c1385 (void) strncpy((caddr_t)port->snn, (caddr_t)hba->snn, in emlxs_port_init()
1386 (sizeof (port->snn)-1)); in emlxs_port_init()
1538 if (port->snn[0] == 0) { in emlxs_fca_bind_port()
1539 (void) strncpy((caddr_t)port->snn, (caddr_t)hba->snn, in emlxs_fca_bind_port()
1540 (sizeof (port->snn)-1)); in emlxs_fca_bind_port()
1917 (caddr_t)port->snn, FCHBA_SYMB_NAME_LEN); in emlxs_fca_bind_port()
11742 if (hba->port[vpi].snn[0] == 0) { in emlxs_read_vport_prop()
11743 (void) strncpy((caddr_t)hba->port[vpi].snn, in emlxs_read_vport_prop()
11744 (caddr_t)hba->snn, in emlxs_read_vport_prop()
11745 (sizeof (hba->port[vpi].snn)-1)); in emlxs_read_vport_prop()
H A Demlxs_els.c3390 ct->un.rsnn.snn_len = strlen(port->snn); in emlxs_send_rsnn()
3391 bcopy(port->snn, (char *)ct->un.rsnn.snn, ct->un.rsnn.snn_len); in emlxs_send_rsnn()
3394 port->snn); in emlxs_send_rsnn()
H A Demlxs_sli3.c1284 (void) snprintf(hba->snn, (sizeof (hba->snn)-1), in emlxs_sli3_online()
H A Demlxs_fct.c1169 fct_port->port_sym_node_name = port->snn;
H A Demlxs_sli4.c1331 (void) snprintf(hba->snn, (sizeof (hba->snn)-1), in emlxs_sli4_online()