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

/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc993 int num_tags = 0; local
1019 seg_name, &tags, &num_tags))
1024 if (num_tags == 0) {
1033 rc_list.strs = (char **)malloc(num_tags * sizeof (char *));
1041 for (i = 0; i < num_tags; i++) {
1204 find_unknown_element(fru_tag_t *tags, int num_tags, argument
1210 hist.pairs = (TagInstPair *)alloca(sizeof (TagInstPair) * num_tags);
1215 hist.size = num_tags;
1226 for (i = 0; i < num_tags; i++) {
1275 find_known_element(fru_tag_t *tags, int num_tags, Ancesto argument
1348 find_known_element_abs(fru_tag_t *tags, int num_tags, int *instance, PathDef *head, Ancestor *ants, Ancestor **correct, int *tagInstance) argument
1428 int num_tags = 0; local
1996 int num_tags = 0; local
[all...]

Completed in 86 milliseconds