Symbol: node_data
usr/src/lib/libpool/common/pool_xml.c
718
xmlChar *data, *node_data;
usr/src/lib/libpool/common/pool_xml.c
747
node_data = xmlNodeGetContent(path->nodesetval->nodeTab[0]);
usr/src/lib/libpool/common/pool_xml.c
759
uval = strtoull((char *)node_data, NULL, 0);
usr/src/lib/libpool/common/pool_xml.c
767
ival = strtoll((char *)node_data, NULL, 0);
usr/src/lib/libpool/common/pool_xml.c
775
atof((const char *)node_data));
usr/src/lib/libpool/common/pool_xml.c
778
if (strcmp((const char *)node_data, "true")
usr/src/lib/libpool/common/pool_xml.c
786
(const char *)node_data) != PO_SUCCESS) {
usr/src/lib/libpool/common/pool_xml.c
796
xmlFree(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1080
port_node = &node_datap->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1086
port_node = &node_datap->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1092
port_node = &node_datap->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1099
ioc = &node_datap->node_data.ioc_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1104
pseudo = &node_datap->node_data.pseudo_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1141
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1162
node_data = ddi_get_parent_data(cdip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1166
if (cdip == NULL || (node_data != NULL &&
usr/src/uts/common/io/ib/ibnex/ibnex.c
1167
node_data->node_dip == NULL)) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1875
ibnex_ioc_initnode_pdip(ibnex_node_data_t *node_data,
usr/src/uts/common/io/ib/ibnex/ibnex.c
1882
ASSERT(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1889
if (node_data->node_state == IBNEX_CFGADM_UNCONFIGURING) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1895
prev_state = node_data->node_state;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1896
node_data->node_state = IBNEX_CFGADM_CONFIGURING;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1899
rval = ibnex_ioc_create_pi(ioc_info, node_data, pdip, &node_valid);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1903
node_data->node_state = IBNEX_CFGADM_CONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1905
node_data->node_state = prev_state;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1932
ibnex_pseudo_config_one(ibnex_node_data_t *node_data, char *caddr,
usr/src/uts/common/io/ib/ibnex/ibnex.c
1940
node_data, caddr, pdip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1944
if (node_data == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1957
node_data = ibnex_is_node_data_present(IBNEX_PSEUDO_NODE,
usr/src/uts/common/io/ib/ibnex/ibnex.c
1961
if (node_data == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1967
if (node_data->node_ap_state == IBNEX_NODE_AP_UNCONFIGURED) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1973
pseudo = &node_data->node_data.pseudo_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1988
if (node_data->node_dip != NULL && mdi_pi_find(pdip,
usr/src/uts/common/io/ib/ibnex/ibnex.c
2000
if (node_data->node_state == IBNEX_CFGADM_UNCONFIGURING) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
2007
prev_state = node_data->node_state;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2008
node_data->node_state = IBNEX_CFGADM_CONFIGURING;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2011
rval = ibnex_pseudo_create_pi_pdip(node_data, pdip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2015
node_data->node_state = IBNEX_CFGADM_CONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2017
node_data->node_state = prev_state;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2044
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2055
node_data = ibnex_is_node_data_present(IBNEX_PSEUDO_NODE,
usr/src/uts/common/io/ib/ibnex/ibnex.c
2059
if (node_data == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
2067
devname, child, node_data->node_data.pseudo_node.pseudo_node_addr);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2126
pseudo = &nodep->node_data.pseudo_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2172
ibnex_ioc_create_pi(ibdm_ioc_info_t *ioc_info, ibnex_node_data_t *node_data,
usr/src/uts/common/io/ib/ibnex/ibnex.c
2179
ibnex_ioc_node_t *ioc = &node_data->node_data.ioc_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2182
"\tibnex_ioc_create_pi(%p, %p, %p)", ioc_info, node_data, pdip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2202
if (node_data->node_dip == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
2203
node_data->node_dip = cdip;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2204
ddi_set_parent_data(cdip, node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2212
ibnex_delete_ioc_node_data(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2232
ibnex_delete_ioc_node_data(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2409
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2413
node_data = ddi_get_parent_data(cdip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2414
ASSERT(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2639
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2682
if ((node_data = ibnex_is_node_data_present(
usr/src/uts/common/io/ib/ibnex/ibnex.c
2684
node_data->node_dip != NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
2685
ibnex_update_prop(node_data, ioc_list);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2719
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2726
node_data = ibnex.ibnex_port_node_head;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2727
while (node_data) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
2728
node_guid = node_data->node_data.port_node.port_guid;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2729
node_index = node_data->node_data.port_node.port_commsvc_idx;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2730
node_pkey = node_data->node_data.port_node.port_pkey;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2735
node_data = node_data->node_next;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2739
if (node_data && node_data->node_dip) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
2740
*nodep = node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2741
*dip = node_data->node_dip;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2743
} else if (node_data && !node_data->node_dip) { /* dip is invalid */
usr/src/uts/common/io/ib/ibnex/ibnex.c
2744
*nodep = node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2769
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2776
node_data = ibnex.ibnex_port_node_head;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2777
while (node_data) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
2778
node_guid = node_data->node_data.port_node.port_guid;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2779
node_index = node_data->node_data.port_node.port_commsvc_idx;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2780
node_pkey = node_data->node_data.port_node.port_pkey;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2785
node_data = node_data->node_next;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2789
if (node_data && node_data->node_dip) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
2790
*dip = node_data->node_dip;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2792
} else if (node_data && !node_data->node_dip) { /* dip is invalid */
usr/src/uts/common/io/ib/ibnex/ibnex.c
2992
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3007
node_data = ibnex_is_node_data_present(node_type, (void *)port_attr,
usr/src/uts/common/io/ib/ibnex/ibnex.c
3014
if (node_data && (node_data->node_ap_state ==
usr/src/uts/common/io/ib/ibnex/ibnex.c
3020
if (node_data && node_data->node_dip) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3025
if (node_data->node_state == IBNEX_CFGADM_CONFIGURING) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3029
return (node_data->node_dip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3031
} else if (node_data == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3033
node_data = ibnex_init_child_nodedata(node_type, port_attr,
usr/src/uts/common/io/ib/ibnex/ibnex.c
3035
node_data->node_data.port_node.port_pdip = parent;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3041
if (node_data->node_state == IBNEX_CFGADM_UNCONFIGURING) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3046
ASSERT(node_data->node_state != IBNEX_CFGADM_CONFIGURED);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3047
node_data->node_state = IBNEX_CFGADM_CONFIGURING;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3052
port_node = &node_data->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3059
port_node = &node_data->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3065
port_node = &node_data->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3073
ibnex_delete_port_node_data(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3079
node_data->node_dip = cdip;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3080
node_data->node_data.port_node.port_pdip = parent;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3081
node_data->node_state = IBNEX_CFGADM_CONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3082
ddi_set_parent_data(cdip, node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3093
node_data->node_dip = cdip;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3094
ddi_set_parent_data(cdip, node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3106
node_data->node_state = IBNEX_CFGADM_CONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3107
node_data->node_data.port_node.port_pdip = parent;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3116
node_data->node_dip = NULL;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3407
if (nodep->node_data.ioc_node.ioc_guid ==
usr/src/uts/common/io/ib/ibnex/ibnex.c
3416
if (strcmp(nodep->node_data.pseudo_node.
usr/src/uts/common/io/ib/ibnex/ibnex.c
3425
if ((nodep->node_data.port_node.port_guid ==
usr/src/uts/common/io/ib/ibnex/ibnex.c
3427
(nodep->node_data.port_node.port_commsvc_idx ==
usr/src/uts/common/io/ib/ibnex/ibnex.c
3429
(nodep->node_data.port_node.port_pkey == pkey)) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3517
nodep->node_data.pseudo_node.pseudo_node_addr = node_addr;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3518
(void) snprintf(nodep->node_data.
usr/src/uts/common/io/ib/ibnex/ibnex.c
3523
nodep->node_data.pseudo_node.pseudo_unit_addr = unit_addr;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3525
nodep->node_data.pseudo_node.pseudo_unit_addr_len = len;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3528
nodep->node_data.pseudo_node.pseudo_merge_node = 1;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3552
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3557
node_data = kmem_zalloc(sizeof (ibnex_node_data_t), KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3558
node_data->node_ap_state = IBNEX_NODE_AP_CONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3559
node_data->node_state = IBNEX_CFGADM_CONFIGURING;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3560
node_data->node_type = node_type;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3565
ioc_node = &node_data->node_data.ioc_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3574
node_data->node_next = ibnex.ibnex_ioc_node_head;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3575
node_data->node_prev = NULL;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3577
ibnex.ibnex_ioc_node_head->node_prev = node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3578
ibnex.ibnex_ioc_node_head = node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3581
node_data->node_data.pseudo_node.pseudo_devi_name =
usr/src/uts/common/io/ib/ibnex/ibnex.c
3583
(void) strncpy(node_data->node_data.pseudo_node.
usr/src/uts/common/io/ib/ibnex/ibnex.c
3585
node_data->node_next = ibnex.ibnex_pseudo_node_head;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3586
node_data->node_prev = NULL;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3588
ibnex.ibnex_pseudo_node_head->node_prev = node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3589
ibnex.ibnex_pseudo_node_head = node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3591
node_data->node_data.port_node.port_hcaguid =
usr/src/uts/common/io/ib/ibnex/ibnex.c
3593
node_data->node_data.port_node.port_guid =
usr/src/uts/common/io/ib/ibnex/ibnex.c
3595
node_data->node_data.port_node.port_num =
usr/src/uts/common/io/ib/ibnex/ibnex.c
3597
node_data->node_data.port_node.port_commsvc_idx = index;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3598
node_data->node_data.port_node.port_pkey = pkey;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3600
node_data->node_next = ibnex.ibnex_port_node_head;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3601
node_data->node_prev = NULL;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3603
ibnex.ibnex_port_node_head->node_prev = node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3604
ibnex.ibnex_port_node_head = node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3606
return (node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3680
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3687
node_data = ddi_get_parent_data(dip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3688
ASSERT(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3690
if (node_data->node_dip == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3693
ibnex_wakeup_reprobe_ioc(node_data, 0);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3697
ioc_data = &(node_data->node_data.ioc_node);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3705
ibnex_wakeup_reprobe_ioc(node_data, 1);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3711
if (node_data->node_dip)
usr/src/uts/common/io/ib/ibnex/ibnex.c
3712
ibnex_update_prop(node_data, ioc_info);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3713
ibnex_wakeup_reprobe_ioc(node_data, 0);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3732
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3749
if ((node_data = ibnex_is_node_data_present(IBNEX_IOC_NODE,
usr/src/uts/common/io/ib/ibnex/ibnex.c
3751
node_data->node_dip != NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3752
ibnex_update_prop(node_data, ioc_info_list);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3766
ibnex_update_prop(ibnex_node_data_t *node_data, ibdm_ioc_info_t *ioc_info)
usr/src/uts/common/io/ib/ibnex/ibnex.c
3769
dev_info_t *dip = node_data->node_dip;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3777
ioc = &node_data->node_data.ioc_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3847
(node_data->node_reprobe_state &
usr/src/uts/common/io/ib/ibnex/ibnex.c
3849
((node_data->node_state == IBNEX_CFGADM_CONFIGURED) &&
usr/src/uts/common/io/ib/ibnex/ibnex.c
3867
if (node_data->node_reprobe_state ==
usr/src/uts/common/io/ib/ibnex/ibnex.c
3869
ibnex_wakeup_reprobe_ioc(node_data, 0);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3902
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3905
node_data = ddi_get_parent_data(dip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3906
ASSERT(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3917
node_data->node_reprobe_state != 0) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3923
node_data->node_reprobe_state |=
usr/src/uts/common/io/ib/ibnex/ibnex.c
3928
node_data->node_reprobe_state =
usr/src/uts/common/io/ib/ibnex/ibnex.c
3954
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3978
node_data = ddi_get_parent_data(cdip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3979
if (node_data == NULL)
usr/src/uts/common/io/ib/ibnex/ibnex.c
3981
if (node_data->node_dip == cdip) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
3982
node_data->node_dip = NULL;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3983
node_data->node_state = IBNEX_CFGADM_UNCONFIGURED;
usr/src/uts/common/io/ib/ibnex/ibnex.c
4168
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
4187
node_data = ibnex_is_node_data_present(IBNEX_IOC_NODE,
usr/src/uts/common/io/ib/ibnex/ibnex.c
4190
if (node_data && node_data->node_ap_state ==
usr/src/uts/common/io/ib/ibnex/ibnex.c
4198
if (node_data == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
4203
node_data = ibnex_init_child_nodedata(IBNEX_IOC_NODE,
usr/src/uts/common/io/ib/ibnex/ibnex.c
4205
ASSERT(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
4206
ioc = &node_data->node_data.ioc_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
4214
} else if (ibnex_ioc_pi_exists(node_data, pdip) == IBNEX_FAILURE) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
4219
rc = ibnex_ioc_initnode_pdip(node_data, ioc_info, pdip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
4233
ibnex_ioc_pi_exists(ibnex_node_data_t *node_data, dev_info_t *parent)
usr/src/uts/common/io/ib/ibnex/ibnex.c
4238
ioc = &node_data->node_data.ioc_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
718
pseudo = &nodep->node_data.pseudo_node;
usr/src/uts/common/io/ib/ibnex/ibnex.c
751
ibnex_wakeup_reprobe_ioc(ibnex_node_data_t *node_data, int notify_flag)
usr/src/uts/common/io/ib/ibnex/ibnex.c
759
(node_data->node_reprobe_state != 0)) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
760
if (notify_flag && (node_data->node_dip != NULL) &&
usr/src/uts/common/io/ib/ibnex/ibnex.c
761
(node_data->node_state &
usr/src/uts/common/io/ib/ibnex/ibnex.c
770
node_data->node_dip,
usr/src/uts/common/io/ib/ibnex/ibnex.c
778
node_data->node_reprobe_state = 0;
usr/src/uts/common/io/ib/ibnex/ibnex.c
781
node_data->node_reprobe_state = 0;
usr/src/uts/common/io/ib/ibnex/ibnex.c
834
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex.c
861
node_data = ddi_get_parent_data(clnt_dip);
usr/src/uts/common/io/ib/ibnex/ibnex.c
862
ASSERT(node_data);
usr/src/uts/common/io/ib/ibnex/ibnex.c
865
ASSERT(node_data->node_type == IBNEX_IOC_NODE);
usr/src/uts/common/io/ib/ibnex/ibnex.c
876
ibnex_wakeup_reprobe_ioc(node_data, 0);
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
147
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
181
node_data = ddi_get_parent_data(cdip);
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
182
port_node = &node_data->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
183
if (node_data->node_type ==
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
268
port_node = &ndp->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
285
port_node = &ndp->node_data.port_node;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
447
ibnex_node_data_t *node_data = NULL;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
469
node_data = ddi_get_parent_data(*cdip);
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
472
return (node_data);
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
482
ibnex_node_data_t *node_data;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
501
node_data = ibnex_get_cdip_info(
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
506
if ((node_data) && (node_data->node_type ==
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
508
if (node_data->node_dip == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
509
node_data->node_dip = cdip;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
510
node_data->node_data.port_node.port_pdip =
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
520
if (cdip != NULL || (node_data != NULL &&
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
521
node_data->node_dip != NULL)) {
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1134
if (nodep->node_data.pseudo_node.pseudo_merge_node == 1)
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1286
nodep->node_data.ioc_node.ioc_guid) {
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1328
if (nodep->node_data.ioc_node.ioc_ngids == 0 &&
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1329
nodep->node_data.ioc_node.ioc_profile != NULL &&
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1332
nodep->node_data.ioc_node.ioc_profile) != 0) {
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1346
if (nodep->node_data.pseudo_node.pseudo_merge_node == 1)
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1415
tmp->node_data.port_node.port_guid = port_guid;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1416
tmp->node_data.port_node.port_hcaguid = hca_guid;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1417
tmp->node_data.port_node.port_commsvc_idx = svc_index;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1420
tmp->node_data.port_node.port_pkey = p_key;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1455
nodep->node_data.ioc_node.ioc_guid = ioc_listp->ioc_profile.ioc_guid;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1456
nodep->node_data.ioc_node.iou_guid = ioc_listp->ioc_iou_guid;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1457
(void) strncpy(nodep->node_data.ioc_node.ioc_id_string,
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1461
nodep->node_data.ioc_node.ioc_id_string);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1502
svcname = ibnex.ibnex_comm_svc_names[node_datap->node_data.
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1505
(longlong_t)node_datap->node_data.port_node.port_guid,
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1527
svcname = ibnex.ibnex_vppa_comm_svc_names[node_datap->node_data.
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1530
(longlong_t)node_datap->node_data.port_node.port_guid,
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1531
node_datap->node_data.port_node.port_pkey, svcname);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1553
node_data.port_node.port_commsvc_idx];
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1555
(longlong_t)node_datap->node_data.port_node.port_guid,
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1618
node_datap->node_data.pseudo_node.pseudo_node_addr);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1628
node_name = node_datap->node_data.pseudo_node.pseudo_devi_name;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1847
index = nodep->node_data.port_node.port_commsvc_idx;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1849
nodep->node_data.port_node.port_guid);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1861
if ((pkey_val == nodep->node_data.port_node.
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1897
if (nodep->node_data.pseudo_node.pseudo_merge_node
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1900
node_addr = nodep->node_data.pseudo_node.
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1917
nodep->node_data.ioc_node.ioc_guid);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1963
if (nodep->node_data.pseudo_node.pseudo_merge_node == 1)
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
1965
node_addr = nodep->node_data.pseudo_node.pseudo_node_addr;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2250
(longlong_t)nodep->node_data.port_node.port_guid,
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2251
ibnex.ibnex_comm_svc_names[nodep->node_data.port_node.
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2257
(longlong_t)nodep->node_data.port_node.port_guid, ibnex.
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2258
ibnex_hcasvc_comm_svc_names[nodep->node_data.port_node.
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2264
(longlong_t)nodep->node_data.port_node.port_guid,
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2265
nodep->node_data.port_node.port_pkey,
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2266
ibnex.ibnex_vppa_comm_svc_names[nodep->node_data.port_node.
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2272
(longlong_t)nodep->node_data.ioc_node.ioc_guid);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2276
DYN_SEP, nodep->node_data.pseudo_node.pseudo_node_addr);
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2430
if ((node_datap->node_data.port_node.port_commsvc_idx == i) &&
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2512
if ((node_datap->node_data.port_node.port_commsvc_idx == i) &&
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2591
if ((node_datap->node_data.port_node.port_commsvc_idx == i) &&
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
939
&nodep->node_data.ioc_node);
usr/src/uts/common/sys/ib/ibnex/ibnex.h
158
} node_data;
usr/src/uts/sun4/io/fpc/fpc-impl.c
100
(void) strcpy(node_data[this_node].name, pathname);
usr/src/uts/sun4/io/fpc/fpc-impl.c
101
mutex_init(&node_data[this_node].mutex, NULL, MUTEX_DRIVER, NULL);
usr/src/uts/sun4/io/fpc/fpc-impl.c
139
fpc_platform_node_fini(node_data[i].plat_data_p);
usr/src/uts/sun4/io/fpc/fpc-impl.c
140
if (node_data[i].name != NULL) {
usr/src/uts/sun4/io/fpc/fpc-impl.c
141
kmem_free(node_data[i].name,
usr/src/uts/sun4/io/fpc/fpc-impl.c
142
strlen(node_data[i].name) + 1);
usr/src/uts/sun4/io/fpc/fpc-impl.c
143
mutex_destroy(&node_data[i].mutex);
usr/src/uts/sun4/io/fpc/fpc-impl.c
154
return (node_data[index].name);
usr/src/uts/sun4/io/fpc/fpc-impl.c
160
return (node_data[index].plat_data_p);
usr/src/uts/sun4/io/fpc/fpc-impl.c
167
node_data[index].plat_data_p = data_p;
usr/src/uts/sun4/io/fpc/fpc-impl.c
175
*mutex_pp = &node_data[index].mutex;
usr/src/uts/sun4/io/fpc/fpc-impl.c
41
node_data_t node_data[NUM_LEAVES];
usr/src/uts/sun4/io/fpc/fpc-impl.c
98
node_data[this_node].name =