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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c80 static int dlmgmt_process_db_onereq(dlmgmt_db_req_t *, boolean_t);
595 err = dlmgmt_process_db_onereq(req, writeop);
602 dlmgmt_log(LOG_WARNING, "dlmgmt_process_db_onereq() %s "
620 dlmgmt_process_db_onereq(dlmgmt_db_req_t *req, boolean_t writeop) function
680 if (dlmgmt_process_db_onereq(req, B_TRUE) == EINPROGRESS) {

Completed in 47 milliseconds