Searched refs:assoc_tbl (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 1134 void create_reference_properties(struct assoc_pair *assoc_tbl, int32_t count, in create_reference_properties() argument 1150 aobjp = (picl_psvc_t *)bsearch(assoc_tbl[i].antecedent, in create_reference_properties() 1157 funcname, assoc_tbl[i].antecedent); in create_reference_properties() 1187 if (strcmp(aobjp->name, assoc_tbl[j].antecedent) == 0) in create_reference_properties() 1200 if (strcmp(aobjp->name, assoc_tbl[j].antecedent) != 0) in create_reference_properties() 1203 dobjp = (picl_psvc_t *)bsearch(assoc_tbl[j].dependent, in create_reference_properties() 1210 funcname, assoc_tbl[j].dependent); in create_reference_properties() 1222 assoc_tbl[j].dependent); in create_reference_properties() 1396 struct assoc_pair *assoc_tbl; in load_associations() local 1422 assoc_tbl = (struct assoc_pair *)malloc( in load_associations() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/ |
H A D | psvc_objects_class.h | 204 EAssocList_t *assoc_tbl; /* associations between objects */ member
|
H A D | psvcobj.c | 469 EAssocList_t *ap = hdlp->assoc_tbl + assoc_id; in i_psvc_get_assoc_matches() 502 EAssocList_t *ap = &hdlp->assoc_tbl[assoc_id]; in i_psvc_get_assoc_id() 2912 if ((hp->assoc_tbl = malloc(sizeof (EAssocList_t) * hp->assoc_count)) in i_psvc_load_associations() 2916 memset(hp->assoc_tbl, 0, sizeof (EAssocList_t) * hp->assoc_count); in i_psvc_load_associations() 2940 hp->assoc_tbl[id].count = count; in i_psvc_load_associations() 2941 hp->assoc_tbl[id].table = in i_psvc_load_associations() 2943 if (hp->assoc_tbl[id].table == NULL) in i_psvc_load_associations() 2947 ap = &hp->assoc_tbl[id].table[j]; in i_psvc_load_associations() 5182 if (hdlp->assoc_tbl != 0) { in psvc_fini() 5184 if (hdlp->assoc_tbl[i].table != 0) in psvc_fini() [all …]
|