Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h336 struct _ii_info_s *bi_head; /* head of sibling chain */ member
472 #define NSHADOWS(ip) ((ip)->bi_head != (ip) || (ip)->bi_sibling)
H A Ddsw_dev.c407 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 …]
/titanic_44/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()