Searched refs:_ii_info_top (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.c132 extern _ii_info_t *_ii_info_top;
424 if (_ii_info_top) {
H A Ddsw_dev.c84 _ii_info_t *_ii_info_top; variable
747 for (ip = _ii_info_top; ip; ip = ip->bi_next) {
1479 for (hip = _ii_info_top; hip; hip = hip->bi_next)
1510 /* remove ip from _ii_info_top linked list */
1512 for (ipp = &_ii_info_top; *ipp; ipp = &((*ipp)->bi_next)) {
1601 for (hip = _ii_info_top; hip; hip = hip->bi_next)
1645 ip->bi_next = _ii_info_top;
1646 _ii_info_top = ip;
2090 /* remove ip from _ii_info_top linked list */
2092 for (ipp = &_ii_info_top; *ip
[all...]

Completed in 183 milliseconds