Searched refs:bi_head (Results 1 – 3 of 3) sorted by relevance
336 struct _ii_info_s *bi_head; /* head of sibling chain */ member472 #define NSHADOWS(ip) ((ip)->bi_head != (ip) || (ip)->bi_sibling)
407 ASSERT(ip->bi_head != (_ii_info_t *)0xdeadbeef);848 sibling = NSHADOWS(ip) && ip != ip->bi_head; in ii_register_ok()1642 ip->bi_head = ip; in _ii_config()1654 hip = hip->bi_head; in _ii_config()1659 ip->bi_head = hip; in _ii_config()1666 ip->bi_master = ip->bi_head->bi_master; in _ii_config()2812 for (xip = ip->bi_head; xip; xip = xip->bi_sibling) { in _ii_reset_mstvol()4675 for (xip = ip->bi_head; xip; xip = xip->bi_sibling) { in _ii_chk_copy()6217 if (ip->bi_head == ip) { /* removing head of list */ in ii_sibling_free()6220 yip->bi_head = hip; in ii_sibling_free()[all …]
210 ii_info.bi_next, ii_info.bi_head, ii_info.bi_sibling, in ii_info()