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

/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c1021 get_first_link(ql_head_t *qlhead, ql_link_t *qllink) argument
1025 if (qlhead != NULL) {
1026 if (qlhead->first != NULL) {
1029 (uintptr_t)(qlhead->first)) == -1) {
1031 "next at %p", qlhead->first);

Completed in 71 milliseconds