Home
last modified time | relevance | path

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

/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()
312 nextaddr = (uintptr_t)ii_info.bi_next; in ii_info()
/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c748 for (ip = _ii_info_top; ip; ip = ip->bi_next) { in ii_volume()
1480 for (hip = _ii_info_top; hip; hip = hip->bi_next) in _ii_config()
1513 for (ipp = &_ii_info_top; *ipp; ipp = &((*ipp)->bi_next)) { in _ii_config()
1515 *ipp = hip->bi_next; in _ii_config()
1602 for (hip = _ii_info_top; hip; hip = hip->bi_next) in _ii_config()
1646 ip->bi_next = _ii_info_top; in _ii_config()
2093 for (ipp = &_ii_info_top; *ipp; ipp = &((*ipp)->bi_next)) { in _ii_config()
2095 *ipp = ip->bi_next; in _ii_config()
2212 for (xip = &_ii_info_top; *xip; xip = &((*xip)->bi_next)) { in _ii_perform_disable()
2214 *xip = ip->bi_next; in _ii_perform_disable()
[all …]
H A Ddsw_dev.h335 struct _ii_info_s *bi_next; /* Chain of all groups */ member