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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c68 static dlmgmt_db_req_t *dlmgmt_db_req_tail = NULL; variable
590 dlmgmt_db_req_tail->ls_next = req;
591 dlmgmt_db_req_tail = req;
611 dlmgmt_db_req_tail = dlmgmt_db_req_head = req;
696 if (dlmgmt_db_req_tail == req) {
698 dlmgmt_db_req_tail = NULL;

Completed in 59 milliseconds