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.c718 pseudo = &nodep->node_data.pseudo_node; in ibnex_pseudo_node_cleanup()
751 ibnex_wakeup_reprobe_ioc(ibnex_node_data_t *node_data, int notify_flag) in ibnex_wakeup_reprobe_ioc() argument
759 (node_data->node_reprobe_state != 0)) { in ibnex_wakeup_reprobe_ioc()
760 if (notify_flag && (node_data->node_dip != NULL) && in ibnex_wakeup_reprobe_ioc()
761 (node_data->node_state & in ibnex_wakeup_reprobe_ioc()
770 node_data->node_dip, in ibnex_wakeup_reprobe_ioc()
778 node_data->node_reprobe_state = 0; in ibnex_wakeup_reprobe_ioc()
781 node_data->node_reprobe_state = 0; in ibnex_wakeup_reprobe_ioc()
834 ibnex_node_data_t *node_data; in ibnex_ibtl_callback() local
861 node_data = ddi_get_parent_data(clnt_dip); in ibnex_ibtl_callback()
[all …]
H A Dibnex_hca.c147 ibnex_node_data_t *node_data; in ibnex_hca_bus_config() local
181 node_data = ddi_get_parent_data(cdip); in ibnex_hca_bus_config()
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()
268 port_node = &ndp->node_data.port_node; in ibnex_hca_bus_unconfig()
285 port_node = &ndp->node_data.port_node; in ibnex_hca_bus_unconfig()
447 ibnex_node_data_t *node_data = NULL; in ibnex_get_cdip_info() local
469 node_data = ddi_get_parent_data(*cdip); in ibnex_get_cdip_info()
472 return (node_data); in ibnex_get_cdip_info()
482 ibnex_node_data_t *node_data; in ibnex_hca_bus_config_one() local
[all …]
H A Dibnex_ioctl.c939 &nodep->node_data.ioc_node); in ibnex_devctl()
1134 if (nodep->node_data.pseudo_node.pseudo_merge_node == 1) in ibnex_get_num_devices()
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()
1329 nodep->node_data.ioc_node.ioc_profile != NULL && in ibnex_get_snapshot()
1332 nodep->node_data.ioc_node.ioc_profile) != 0) { in ibnex_get_snapshot()
1346 if (nodep->node_data.pseudo_node.pseudo_merge_node == 1) in ibnex_get_snapshot()
1415 tmp->node_data.port_node.port_guid = port_guid; in ibnex_get_commsvcnode_snapshot()
1416 tmp->node_data.port_node.port_hcaguid = hca_guid; in ibnex_get_commsvcnode_snapshot()
1417 tmp->node_data.port_node.port_commsvc_idx = svc_index; in ibnex_get_commsvcnode_snapshot()
[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()
100 (void) strcpy(node_data[this_node].name, pathname); in fpc_common_node_setup()
101 mutex_init(&node_data[this_node].mutex, NULL, MUTEX_DRIVER, NULL); 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()
[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.c34 typedef struct node_data { struct