Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/dtrace/
H A Ddcpc.c95 int dcpc_actv_req_idx; /* idx into dcpc_actv_reqs[] */ member
194 pp->dcpc_actv_req_idx = pp->dcpc_picno = pp->dcpc_disabling = -1; in dcpc_create_probe()
698 dcpc_actv_reqs[pp->dcpc_actv_req_idx] = NULL; in dcpc_program_event()
760 pp->dcpc_actv_req_idx = i; in dcpc_enable()
775 ASSERT(pp->dcpc_actv_req_idx >= 0); in dcpc_enable()
850 dcpc_actv_reqs[pp->dcpc_actv_req_idx] = NULL; in dcpc_enable()
851 pp->dcpc_actv_req_idx = pp->dcpc_picno = -1; in dcpc_enable()
889 if (pp->dcpc_actv_req_idx >= 0) { in dcpc_disable()
890 dcpc_actv_reqs[pp->dcpc_actv_req_idx] = NULL; in dcpc_disable()
891 pp->dcpc_actv_req_idx = pp->dcpc_picno = in dcpc_disable()
[all …]