Lines Matching refs:b
597 const struct reserve_info *a, *b; in cmp_reserve_info() local
600 b = *((const struct reserve_info * const *)bx); in cmp_reserve_info()
602 if (a->re.address < b->re.address) in cmp_reserve_info()
604 else if (a->re.address > b->re.address) in cmp_reserve_info()
606 else if (a->re.size < b->re.size) in cmp_reserve_info()
608 else if (a->re.size > b->re.size) in cmp_reserve_info()
646 const struct property *a, *b; in cmp_prop() local
649 b = *((const struct property * const *)bx); in cmp_prop()
651 return strcmp(a->name, b->name); in cmp_prop()
682 const struct node *a, *b; in cmp_subnode() local
685 b = *((const struct node * const *)bx); in cmp_subnode()
687 return strcmp(a->name, b->name); in cmp_subnode()