Symbol: FC_WWN_SIZE
usr/src/cmd/luxadm/fabric_conf.c
284
uchar_t wwn_array[FC_WWN_SIZE];
usr/src/cmd/luxadm/fabric_conf.c
305
"port-wwn", FC_WWN_SIZE, wwn_array);
usr/src/cmd/luxadm/fabric_conf.c
98
char wwn[FC_WWN_SIZE*2+1];
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
1554
(2 * FC_WWN_SIZE) + 1)) == NULL) {
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
86
if (devctl_ddef_byte_array(ddef_hdl, PORT_WWN_PROP, FC_WWN_SIZE,
usr/src/lib/storage/libg_fc/common/map.c
1790
for (j = 0; j < FC_WWN_SIZE; j++) {
usr/src/lib/storage/libg_fc/common/map.c
1825
for (j = 0; j < FC_WWN_SIZE; j++) {
usr/src/lib/storage/libg_fc/common/map.c
1952
if ((port_wwn_data = (uchar_t *)calloc(1, FC_WWN_SIZE)) == NULL) {
usr/src/lib/storage/libg_fc/common/map.c
1956
memcpy(port_wwn_data, port_wwn, FC_WWN_SIZE);
usr/src/lib/storage/libg_fc/common/map.c
1958
prop_ptr->prop_size = FC_WWN_SIZE;
usr/src/lib/storage/libg_fc/common/map.c
1973
1, FC_WWN_SIZE)) == NULL) {
usr/src/lib/storage/libg_fc/common/map.c
1977
memcpy(node_wwn_data, node_wwn, FC_WWN_SIZE);
usr/src/lib/storage/libg_fc/common/map.c
1979
prop_ptr->prop_size = FC_WWN_SIZE;
usr/src/lib/storage/libg_fc/common/map.c
230
for (j = 0; j < FC_WWN_SIZE; j++)
usr/src/lib/storage/libg_fc/common/map.c
2530
dlist->dev_pwwn.raw_wwn, FC_WWN_SIZE) != 0)) {
usr/src/lib/storage/libg_fc/common/map.c
3589
memcpy(port_wwn.raw_wwn, port_wwn_byte, FC_WWN_SIZE);
usr/src/lib/storage/libg_fc/common/map.c
3878
memcpy(port_wwn, port_wwn_byte, FC_WWN_SIZE);
usr/src/lib/storage/libg_fc/common/map.c
3879
memcpy(node_wwn, node_wwn_byte, FC_WWN_SIZE);
usr/src/lib/storage/libg_fc/common/map.c
5311
dev_wwn.raw_wwn, FC_WWN_SIZE) == 0) {
usr/src/lib/storage/libg_fc/common/map.c
5323
dev_wwn.raw_wwn, FC_WWN_SIZE) == 0) {
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1714
bcopy(&els_adisc->port_wwn, FPLD + offset, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c
1717
bcopy(&els_adisc->node_wwn, FPLD + offset, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10032
(nbytes == FC_WWN_SIZE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10033
bcopy(boot_wwn, pptr->port_boot_wwn, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10836
(nbytes != FC_WWN_SIZE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10880
FC_WWN_SIZE) == 0);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10935
(nbytes != FC_WWN_SIZE)) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
10971
FC_WWN_SIZE) == 0);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11961
char tbuf[(FC_WWN_SIZE << 1) + 1];
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11962
uchar_t barray[FC_WWN_SIZE];
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12003
fcp_ascii_to_wwn(conf_wwn[0], barray, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12014
tgt_dip, PORT_WWN_PROP, barray, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12032
&nbytes) != DDI_PROP_SUCCESS) || nbytes != FC_WWN_SIZE) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12039
for (i = 0; i < FC_WWN_SIZE; i++) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12621
ptgt->tgt_node_wwn.raw_wwn, FC_WWN_SIZE) != DDI_PROP_SUCCESS) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12627
ptgt->tgt_port_wwn.raw_wwn, FC_WWN_SIZE) != DDI_PROP_SUCCESS) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12791
for (i = 0; i < FC_WWN_SIZE; i++) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12837
ptgt->tgt_node_wwn.raw_wwn, FC_WWN_SIZE)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12844
ptgt->tgt_port_wwn.raw_wwn, FC_WWN_SIZE)
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12935
if (nbytes != FC_WWN_SIZE || bytes == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
12956
if (nbytes != FC_WWN_SIZE || bytes == NULL) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14793
bcopy(&ptgt->tgt_node_wwn.raw_wwn[0], &devlist->map_nwwn, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
14794
bcopy(&ptgt->tgt_port_wwn.raw_wwn[0], &devlist->map_pwwn, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15210
for (i = 0; i < FC_WWN_SIZE; i++) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15555
&devlist->map_nwwn, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
15558
&devlist->map_pwwn, FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
1664
for (i = 0; i < FC_WWN_SIZE; i++) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3230
FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3232
FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
3993
&nbytes) != DDI_PROP_SUCCESS) || nbytes != FC_WWN_SIZE) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4114
for (i = 0; i < FC_WWN_SIZE; i++) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4986
FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
4988
FC_WWN_SIZE);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
6940
char ascii_wwn[FC_WWN_SIZE*2+1];
usr/src/uts/common/sys/fc4/fcio.h
63
uchar_t sf_node_wwn[FC_WWN_SIZE];
usr/src/uts/common/sys/fc4/fcio.h
64
uchar_t sf_port_wwn[FC_WWN_SIZE];
usr/src/uts/common/sys/fibre-channel/fc_appif.h
143
#ifndef FC_WWN_SIZE
usr/src/uts/common/sys/fibre-channel/ulp/fcpvar.h
392
uchar_t port_boot_wwn[FC_WWN_SIZE];
usr/src/uts/sun/sys/scsi/adapters/ifpio.h
135
uchar_t ifp_node_wwn[FC_WWN_SIZE];
usr/src/uts/sun/sys/scsi/adapters/ifpio.h
136
uchar_t ifp_port_wwn[FC_WWN_SIZE];
usr/src/uts/sun/sys/scsi/adapters/sfvar.h
207
uchar_t sft_node_wwn[FC_WWN_SIZE];
usr/src/uts/sun/sys/scsi/adapters/sfvar.h
208
uchar_t sft_port_wwn[FC_WWN_SIZE];
usr/src/uts/sun/sys/scsi/adapters/sfvar.h
326
uchar_t port_wwn[FC_WWN_SIZE];
usr/src/uts/sun/sys/scsi/adapters/sfvar.h
327
uchar_t node_wwn[FC_WWN_SIZE];