Home
last modified time | relevance | path

Searched refs:assoc_tbl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c1137 void create_reference_properties(struct assoc_pair *assoc_tbl, int32_t count, in create_reference_properties() argument
1153 aobjp = (picl_psvc_t *)bsearch(assoc_tbl[i].antecedent, in create_reference_properties()
1160 funcname, assoc_tbl[i].antecedent); in create_reference_properties()
1190 if (strcmp(aobjp->name, assoc_tbl[j].antecedent) == 0) in create_reference_properties()
1203 if (strcmp(aobjp->name, assoc_tbl[j].antecedent) != 0) in create_reference_properties()
1206 dobjp = (picl_psvc_t *)bsearch(assoc_tbl[j].dependent, in create_reference_properties()
1213 funcname, assoc_tbl[j].dependent); in create_reference_properties()
1225 assoc_tbl[j].dependent); in create_reference_properties()
1399 struct assoc_pair *assoc_tbl; in load_associations() local
1425 assoc_tbl = (struct assoc_pair *)malloc( in load_associations()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h202 EAssocList_t *assoc_tbl; /* associations between objects */ member
H A Dpsvcobj.c467 EAssocList_t *ap = hdlp->assoc_tbl + assoc_id; in i_psvc_get_assoc_matches()
500 EAssocList_t *ap = &hdlp->assoc_tbl[assoc_id]; in i_psvc_get_assoc_id()
2910 if ((hp->assoc_tbl = malloc(sizeof (EAssocList_t) * hp->assoc_count)) in i_psvc_load_associations()
2914 memset(hp->assoc_tbl, 0, sizeof (EAssocList_t) * hp->assoc_count); in i_psvc_load_associations()
2938 hp->assoc_tbl[id].count = count; in i_psvc_load_associations()
2939 hp->assoc_tbl[id].table = in i_psvc_load_associations()
2941 if (hp->assoc_tbl[id].table == NULL) in i_psvc_load_associations()
2945 ap = &hp->assoc_tbl[id].table[j]; in i_psvc_load_associations()
5180 if (hdlp->assoc_tbl != 0) { in psvc_fini()
5182 if (hdlp->assoc_tbl[i].table != 0) in psvc_fini()
[all …]