Searched refs:ql_hba (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c241 * mdb dcmd which prints out the ql_hba pointers
260 ql_head_t ql_hba; local
268 if (mdb_readvar(&ql_hba, "ql_hba") == -1) {
269 mdb_warn("failed to read ql_hba structure");
273 if (&ql_hba == NULL) {
274 mdb_warn("failed to read ql_hba structure -- is qlc loaded?");
279 ql_hba.first, ql_hba.last);
290 hbaptr = (uintptr_t)ql_hba
392 ql_head_t ql_hba; local
529 ql_head_t ql_hba; local
1155 ql_head_t ql_hba; local
1735 ql_head_t ql_hba; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c532 * ha in the ql_hba global list. If found one
534 * ql_hba list and hence use that ha's hba_index.
662 for (link = ql_hba.first; link != NULL; link = link->next) {
H A Dql_ioctl.c2430 for (link = ql_hba.first; link != NULL; link = link->next) {
2443 for (link = ql_hba.first; link != NULL; link = link->next) {
H A Dql_api.c208 ql_head_t ql_hba = { variable
1512 ql_add_link_b(&ql_hba, &ha->hba);
1826 if (ql_timer_timeout_id && ql_hba.first == &ha->hba &&
1827 ql_hba.last == &ha->hba) {
1831 ql_remove_link(&ql_hba, &ha->hba);
2031 if (ql_timer_timeout_id && ql_hba.first == &ha->hba &&
2032 ql_hba.last == &ha->hba) {
9600 * ql_hba.first = first link in adapter list.
9623 for (link = ql_hba.first; link != NULL; link = link->next) {
10629 for (link = ql_hba
[all...]
H A Dql_xioctl.c6700 for (link = ql_hba.first; link != NULL; link = link->next) {
8454 for (link = ql_hba.first; link != NULL; link = link->next) {
8487 for (link = ql_hba.first; link != NULL; link = link->next) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2161 extern ql_head_t ql_hba;

Completed in 99 milliseconds