Home
last modified time | relevance | path

Searched refs:node_data (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c1972 pseudo = &node_data->node_data.pseudo_node; in ibnex_pseudo_config_one()
2734 node_data = node_data->node_next; in ibnex_get_node_and_dip_from_guid()
2738 if (node_data && node_data->node_dip) { in ibnex_get_node_and_dip_from_guid()
2784 node_data = node_data->node_next; in ibnex_get_dip_from_guid()
2788 if (node_data && node_data->node_dip) { in ibnex_get_dip_from_guid()
3004 if (node_data && node_data->node_dip) { in ibnex_commsvc_initnode()
3549 ioc_node = &node_data->node_data.ioc_node; in ibnex_init_child_nodedata()
3579 node_data->node_data.port_node.port_num = in ibnex_init_child_nodedata()
3761 ioc = &node_data->node_data.ioc_node; in ibnex_update_prop()
4190 ioc = &node_data->node_data.ioc_node; in ibnex_ioc_config_from_pdip()
[all …]
H A Dibnex_hca.c147 ibnex_node_data_t *node_data; in ibnex_hca_bus_config() local
182 port_node = &node_data->node_data.port_node; in ibnex_hca_bus_config()
183 if (node_data->node_type == in ibnex_hca_bus_config()
447 ibnex_node_data_t *node_data = NULL; in ibnex_get_cdip_info() local
472 return (node_data); in ibnex_get_cdip_info()
482 ibnex_node_data_t *node_data; in ibnex_hca_bus_config_one() local
501 node_data = ibnex_get_cdip_info( in ibnex_hca_bus_config_one()
506 if ((node_data) && (node_data->node_type == in ibnex_hca_bus_config_one()
509 node_data->node_dip = cdip; in ibnex_hca_bus_config_one()
510 node_data->node_data.port_node.port_pdip = in ibnex_hca_bus_config_one()
[all …]
H A Dibnex_ioctl.c939 &nodep->node_data.ioc_node); in ibnex_devctl()
1286 nodep->node_data.ioc_node.ioc_guid) { in ibnex_get_snapshot()
1328 if (nodep->node_data.ioc_node.ioc_ngids == 0 && in ibnex_get_snapshot()
1420 tmp->node_data.port_node.port_pkey = p_key; in ibnex_get_commsvcnode_snapshot()
1461 nodep->node_data.ioc_node.ioc_id_string); in ibnex_fill_ioc_tmp()
1553 node_data.port_node.port_commsvc_idx]; in ibnex_fill_nodeinfo()
1849 nodep->node_data.port_node.port_guid); in ibnex_get_dip_from_apid()
1861 if ((pkey_val == nodep->node_data.port_node. in ibnex_get_dip_from_apid()
1900 node_addr = nodep->node_data.pseudo_node. in ibnex_get_dip_from_apid()
1917 nodep->node_data.ioc_node.ioc_guid); in ibnex_get_dip_from_apid()
[all …]
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c41 node_data_t node_data[NUM_LEAVES]; variable
98 node_data[this_node].name = in fpc_common_node_setup()
139 fpc_platform_node_fini(node_data[i].plat_data_p); in fpc_perfcnt_module_fini()
140 if (node_data[i].name != NULL) { in fpc_perfcnt_module_fini()
141 kmem_free(node_data[i].name, in fpc_perfcnt_module_fini()
142 strlen(node_data[i].name) + 1); in fpc_perfcnt_module_fini()
143 mutex_destroy(&node_data[i].mutex); in fpc_perfcnt_module_fini()
154 return (node_data[index].name); in fpc_get_dev_name_by_number()
160 return (node_data[index].plat_data_p); in fpc_get_platform_data_by_number()
167 node_data[index].plat_data_p = data_p; in fpc_set_platform_data_by_number()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h158 } node_data; member
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c718 xmlChar *data, *node_data; in pool_xml_get_prop() local
747 node_data = xmlNodeGetContent(path->nodesetval->nodeTab[0]); in pool_xml_get_prop()
759 uval = strtoull((char *)node_data, NULL, 0); in pool_xml_get_prop()
767 ival = strtoll((char *)node_data, NULL, 0); in pool_xml_get_prop()
775 atof((const char *)node_data)); in pool_xml_get_prop()
778 if (strcmp((const char *)node_data, "true") in pool_xml_get_prop()
786 (const char *)node_data) != PO_SUCCESS) { in pool_xml_get_prop()
796 xmlFree(node_data); in pool_xml_get_prop()
/illumos-gate/usr/src/lib/libppt/common/
H A Dlibppt.c33 typedef struct node_data { struct