Symbol: snn
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1271
(caddr_t)port->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
1318
(caddr_t)port->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2801
if (fcio->fcio_olen < (strlen(port->snn)+1) ||
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
2807
(void) strlcpy((caddr_t)fcio->fcio_obuf, (caddr_t)port->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3095
if (dfc_vport->snn[0]) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3096
(void) strncpy(name, dfc_vport->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3098
(void) snprintf(dfc_vport->snn, (sizeof (dfc_vport->snn)-1),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3099
"%s %s", hba->snn, name);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3101
(void) strncpy(dfc_vport->snn, hba->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3102
(sizeof (dfc_vport->snn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3129
(void) strncpy((caddr_t)vport->snn, (caddr_t)dfc_vport->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3130
(sizeof (vport->snn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3314
bcopy(vport->snn, dfc_vport->snn, 256);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.c
3855
(void) strncpy(hbainfo->snn, port->snn, (sizeof (hbainfo->snn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3390
ct->un.rsnn.snn_len = strlen(port->snn);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3391
bcopy(port->snn, (char *)ct->un.rsnn.snn, ct->un.rsnn.snn_len);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_els.c
3394
port->snn);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.c
1172
fct_port->port_sym_node_name = port->snn;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli3.c
1287
(void) snprintf(hba->snn, (sizeof (hba->snn)-1),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_sli4.c
1388
(void) snprintf(hba->snn, (sizeof (hba->snn)-1),
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11764
if (hba->port[vpi].snn[0] == 0) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11765
(void) strncpy((caddr_t)hba->port[vpi].snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11766
(caddr_t)hba->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
11767
(sizeof (hba->port[vpi].snn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1386
(void) strncpy((caddr_t)port->snn, (caddr_t)hba->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1387
(sizeof (port->snn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1539
if (port->snn[0] == 0) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1540
(void) strncpy((caddr_t)port->snn, (caddr_t)hba->snn,
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1541
(sizeof (port->snn)-1));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
1923
(caddr_t)port->snn, FCHBA_SYMB_NAME_LEN);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5113
ns_snn_t *snn;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5115
snn = (ns_snn_t *)ns_req->ns_req_payload;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5118
port->fp_sym_node_namelen = snn->snn_len;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5119
if (snn->snn_len) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5120
bcopy((caddr_t)snn + sizeof (ns_snn_t),
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5121
port->fp_sym_node_name, snn->snn_len);
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5197
ns_snn_t *snn;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5199
snn = (ns_snn_t *)ns_req->ns_resp_payload;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5202
snn->snn_len = port->fp_sym_node_namelen;
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5203
if (snn->snn_len) {
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5204
bcopy(port->fp_sym_node_name, (caddr_t)snn +
usr/src/uts/common/io/fibre-channel/impl/fctl.c
5205
sizeof (ns_snn_t), snn->snn_len);
usr/src/uts/common/io/fibre-channel/impl/fp.c
5653
la_wwn_t snn;
usr/src/uts/common/io/fibre-channel/impl/fp.c
5682
&snn, sizeof (la_wwn_t));
usr/src/uts/common/io/fibre-channel/impl/fp.c
5689
sizeof (snn) + 1), name_len, DDI_DEV_AUTOINCR);
usr/src/uts/common/io/fibre-channel/impl/fp.c
5697
sizeof (snn) + 1), name_len, DDI_DEV_AUTOINCR);
usr/src/uts/common/io/fibre-channel/impl/fp.c
5701
FC_SET_CMD(port, pkt->pkt_cmd_acc, (uint8_t *)&snn,
usr/src/uts/common/io/fibre-channel/impl/fp.c
5703
sizeof (snn), DDI_DEV_AUTOINCR);
usr/src/uts/common/io/fibre-channel/impl/fp.c
5706
+ sizeof (fc_ct_header_t) + sizeof (snn)),
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
322
char snn[256];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h
778
char snn[256];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1042
char snn[256];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h
1751
char snn[256];
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h
249
char snn[256];
usr/src/uts/common/sys/fibre-channel/impl/fcgs2.h
340
_NOTE(SCHEME_PROTECTS_DATA("unique per request", snn))