Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c155 int i, ret, cap = 0, curr_type, nintrs; in ddi_intr_alloc() local
196 if ((curr_type = i_ddi_intr_get_current_type(dip)) != 0) { in ddi_intr_alloc()
198 "is already being used\n", curr_type)); in ddi_intr_alloc()
203 if ((curr_type != 0) && (type != curr_type)) { in ddi_intr_alloc()
206 "already in use\n", type, curr_type)); in ddi_intr_alloc()
378 int n, curr_type; in ddi_intr_free() local
381 curr_type = i_ddi_intr_get_current_type(hdlp->ih_dip); in ddi_intr_free()
385 if ((i_ddi_irm_supported(hdlp->ih_dip, curr_type) in ddi_intr_free()
1002 int curr_type, nintrs; in ddi_intr_set_nreq() local
1014 curr_type = i_ddi_intr_get_current_type(dip); in ddi_intr_set_nreq()
[all …]