Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h337 struct _ii_info_s *bi_sibling; /* Chain of groups with same */ member
472 #define NSHADOWS(ip) ((ip)->bi_head != (ip) || (ip)->bi_sibling)
H A Ddsw_dev.c1660 ip->bi_sibling = hip->bi_sibling; in _ii_config()
1665 hip->bi_sibling = ip; 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()
6218 hip = ip->bi_sibling; in ii_sibling_free()
6219 for (yip = hip; yip; yip = yip->bi_sibling) in ii_sibling_free()
6224 for (yip = ip->bi_head; yip; yip = yip->bi_sibling) { in ii_sibling_free()
6225 if (yip->bi_sibling == ip) { in ii_sibling_free()
6226 yip->bi_sibling = ip->bi_sibling; in ii_sibling_free()
6687 for (xip = ip->bi_head; xip; xip = xip->bi_sibling) { in _ii_copy_on_write()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/ii/
H A Dii.c210 ii_info.bi_next, ii_info.bi_head, ii_info.bi_sibling, in ii_info()