Searched defs:hbaptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c262 uintptr_t hbaptr = NULL; local
290 hbaptr = (uintptr_t)ql_hba.first;
291 while (hbaptr != NULL) {
294 hbaptr) == -1) {
297 hbaptr);
356 hbaptr = (uintptr_t)qlstate->hba.next;
418 uintptr_t hbaptr = NULL; local
450 hbaptr = NULL;
452 hbaptr = (uintptr_t)ql_hba.first;
456 while (hbaptr !
528 uintptr_t hbaptr = NULL; local
663 uintptr_t hbaptr = (uintptr_t)qlstate->hba.base_address; local
1736 uintptr_t hbaptr = NULL; local
[all...]

Completed in 46 milliseconds