Searched refs:NODE_WWN_PROP (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/ |
H A D | g_state.h | 135 #define NODE_WWN_PROP "node-wwn" macro
|
H A D | gfc.h | 348 #define NODE_WWN_PROP "node-wwn" macro
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | map.c | 1968 (void) strncpy(prop_ptr->prop_name, NODE_WWN_PROP, in update_map_dev_fc_prop() 1969 strlen(NODE_WWN_PROP)); in update_map_dev_fc_prop() 3871 NODE_WWN_PROP, &count, &node_wwn_byte)) != 0) { in get_wwns() 5699 if (di_prop_lookup_bytes(DDI_DEV_T_ANY, node, NODE_WWN_PROP, in get_wwn_data()
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | g_adm.c | 3084 NODE_WWN_PROP, &count, &node_wwn)) != 0) { in dump_map() 3135 NODE_WWN_PROP, &count, &node_wwn)) != 0) { in dump_map()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 678 #define NODE_WWN_PROP (char *)fcp_node_wwn_prop macro 12620 if (ndi_prop_update_byte_array(DDI_DEV_T_NONE, cdip, NODE_WWN_PROP, in fcp_create_dip() 12836 if (mdi_prop_update_byte_array(pip, NODE_WWN_PROP, in fcp_create_pip() 12930 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, NODE_WWN_PROP, &bytes, in fcp_find_existing_dip()
|