Searched refs:PORT_WWN_PROP (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c285 if ((!(strcmp(PORT_WWN_PROP,
331 count = di_path_prop_lookup_bytes(path, PORT_WWN_PROP,
598 if (!(strcmp(PORT_WWN_PROP, di_prop_name(prop))) &&
636 node, PORT_WWN_PROP, &port_wwn_data)) <= 0)) {
678 PORT_WWN_PROP, &port_wwn_data)) <= 0)) {
750 PORT_WWN_PROP, &port_wwn_data);
H A Dcfga_cs.c86 if (devctl_ddef_byte_array(ddef_hdl, PORT_WWN_PROP, FC_WWN_SIZE,
90 PORT_WWN_PROP, 0);
1085 iret1 = di_path_prop_lookup_bytes(pnode, PORT_WWN_PROP,
1272 PORT_WWN_PROP, &port_wwn_data);
H A Dcfga_fp.h424 #define PORT_WWN_PROP "port-wwn" macro
H A Dcfga_list.c1249 if ((strcmp(PORT_WWN_PROP,
1377 PORT_WWN_PROP, &port_wwn_data);
1995 count = di_path_prop_lookup_bytes(path, PORT_WWN_PROP,
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h134 #define PORT_WWN_PROP "port-wwn" macro
H A Dgfc.h347 #define PORT_WWN_PROP "port-wwn" macro
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c1947 (void) strncpy(prop_ptr->prop_name, PORT_WWN_PROP,
1948 strlen(PORT_WWN_PROP));
3582 map_dev, PORT_WWN_PROP, &count,
3865 PORT_WWN_PROP, &count, &port_wwn_byte)) != 0) {
5702 if (di_prop_lookup_bytes(DDI_DEV_T_ANY, node, PORT_WWN_PROP,
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c344 #define PORT_WWN_PROP "port-wwn" macro
1275 DDI_PROP_DONTPASS | DDI_PROP_CANSLEEP, PORT_WWN_PROP,
1789 DDI_PROP_DONTPASS | DDI_PROP_CANSLEEP, PORT_WWN_PROP,
4309 (void) ndi_prop_remove(DDI_DEV_T_NONE, cdip, PORT_WWN_PROP);
4342 cdip, PORT_WWN_PROP, target->sft_port_wwn, FC_WWN_SIZE) !=
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c3038 PORT_WWN_PROP, &count, &hba_port_wwn)) != 0) {
3078 PORT_WWN_PROP, &count, &port_wwn)) != 0) {
3129 PORT_WWN_PROP, &count, &port_wwn)) != 0) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c675 #define PORT_WWN_PROP (char *)fcp_port_wwn_prop macro
3987 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, PORT_WWN_PROP, &bytes,
10832 PORT_WWN_PROP, &bytes, &nbytes) != DDI_PROP_SUCCESS) ||
10931 PORT_WWN_PROP, &bytes, &nbytes) != DDI_PROP_SUCCESS) ||
12011 tgt_dip, PORT_WWN_PROP, barray, FC_WWN_SIZE);
12028 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, PORT_WWN_PROP, &bytes,
12624 if (ndi_prop_update_byte_array(DDI_DEV_T_NONE, cdip, PORT_WWN_PROP,
12841 if (mdi_prop_update_byte_array(pip, PORT_WWN_PROP,
12950 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, PORT_WWN_PROP, &bytes,

Completed in 116 milliseconds