Home
last modified time | relevance | path

Searched refs:rsrv_result (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Ddacf_clnt.c234 if (op->rsrv_result == DACF_SUCCESS) in dacfc_postattach()
238 op->rsrv_result); in dacfc_postattach()
287 if (op->rsrv_result == 0) in dacfc_predetach()
H A Ddacf.c498 rsrv->rsrv_result = DDI_SUCCESS; in dacf_rsrv_make()
553 p->rsrv_result = dacf_op_invoke(p->rsrv_rule, in dacf_process_rsrvs()
/titanic_41/usr/src/uts/common/sys/
H A Ddacf_impl.h89 int rsrv_result; /* retval of the last invoke */ member