Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dddi_ufm.c152 ret = ufmh->ufmh_ops->ddi_ufm_op_getcaps(ufmh, ufmh->ufmh_arg, &caps); in ufm_cache_fill()
165 if (ufmh->ufmh_ops->ddi_ufm_op_nimages != NULL) { in ufm_cache_fill()
166 ret = ufmh->ufmh_ops->ddi_ufm_op_nimages(ufmh, ufmh->ufmh_arg, in ufm_cache_fill()
191 ret = ufmh->ufmh_ops->ddi_ufm_op_fill_image(ufmh, in ufm_cache_fill()
213 ret = ufmh->ufmh_ops->ddi_ufm_op_fill_slot(ufmh, in ufm_cache_fill()
285 ret = ufmh->ufmh_ops->ddi_ufm_op_getcaps(ufmh, ufmh->ufmh_arg, &caps); in ufm_read_img()
291 ufmh->ufmh_ops->ddi_ufm_op_readimg == NULL) { in ufm_read_img()
305 ret = ufmh->ufmh_ops->ddi_ufm_op_readimg(ufmh, ufmh->ufmh_arg, in ufm_read_img()
423 (*ufmh)->ufmh_ops = ufmops; in ddi_ufm_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_ufm_impl.h70 ddi_ufm_ops_t *ufmh_ops; member
/illumos-gate/usr/src/uts/common/io/
H A Dufm.c235 ret = ufmh->ufmh_ops->ddi_ufm_op_getcaps(ufmh, ufmh->ufmh_arg, &caps); in ufm_do_getcaps()