Searched defs:node_data (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c142 ibnex_node_data_t *node_data; local
176 node_data = ddi_get_parent_data(cdip);
177 port_node = &node_data->node_data.port_node;
178 if (node_data->node_type ==
263 port_node = &ndp->node_data.port_node;
280 port_node = &ndp->node_data.port_node;
442 ibnex_node_data_t *node_data = NULL; local
464 node_data = ddi_get_parent_data(*cdip);
467 return (node_data);
477 ibnex_node_data_t *node_data; local
[all...]
H A Dibnex.c712 pseudo = &nodep->node_data.pseudo_node;
740 * node_data->node_dip != NULL
745 ibnex_wakeup_reprobe_ioc(ibnex_node_data_t *node_data, int notify_flag) argument
753 (node_data->node_reprobe_state != 0)) {
754 if (notify_flag && (node_data->node_dip != NULL) &&
755 (node_data->node_state &
764 node_data->node_dip,
772 node_data->node_reprobe_state = 0;
775 node_data->node_reprobe_state = 0;
828 ibnex_node_data_t *node_data; local
1135 ibnex_node_data_t *node_data; local
1869 ibnex_ioc_initnode_pdip(ibnex_node_data_t *node_data, ibdm_ioc_info_t *ioc_info, dev_info_t *pdip) argument
1926 ibnex_pseudo_config_one(ibnex_node_data_t *node_data, char *caddr, dev_info_t *pdip) argument
2038 ibnex_node_data_t *node_data; local
2166 ibnex_ioc_create_pi(ibdm_ioc_info_t *ioc_info, ibnex_node_data_t *node_data, dev_info_t *pdip, int *node_valid) argument
2403 ibnex_node_data_t *node_data; local
2633 ibnex_node_data_t *node_data; local
2713 ibnex_node_data_t *node_data; local
2763 ibnex_node_data_t *node_data; local
2971 ibnex_node_data_t *node_data; local
3531 ibnex_node_data_t *node_data; local
3659 ibnex_node_data_t *node_data; local
3711 ibnex_node_data_t *node_data; local
3745 ibnex_update_prop(ibnex_node_data_t *node_data, ibdm_ioc_info_t *ioc_info) argument
3881 ibnex_node_data_t *node_data; local
3933 ibnex_node_data_t *node_data; local
4146 ibnex_node_data_t *node_data; local
4211 ibnex_ioc_pi_exists(ibnex_node_data_t *node_data, dev_info_t *parent) argument
[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 =
100 (void) strcpy(node_data[this_node].name, pathname);
101 mutex_init(&node_data[this_node].mutex, NULL, MUTEX_DRIVER, NULL);
139 fpc_platform_node_fini(node_data[i].plat_data_p);
140 if (node_data[i].name != NULL) {
141 kmem_free(node_data[i].name,
142 strlen(node_data[i].name) + 1);
143 mutex_destroy(&node_data[i].mutex);
154 return (node_data[inde
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h158 } node_data; member in struct:ibnex_node_data_s
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_xml.c726 xmlChar *data, *node_data; local
755 node_data = xmlNodeGetContent(path->nodesetval->nodeTab[0]);
767 uval = strtoull((char *)node_data, NULL, 0);
775 ival = strtoll((char *)node_data, NULL, 0);
783 atof((const char *)node_data));
786 if (strcmp((const char *)node_data, "true")
794 (const char *)node_data) != PO_SUCCESS) {
804 xmlFree(node_data);

Completed in 71 milliseconds