Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dufm.c211 if ((ufmh = ufm_find(devpath)) == NULL) { in ufm_do_getcaps()
293 if ((ufmh = ufm_find(devpath)) == NULL) { in ufm_do_reportsz()
392 if ((ufmh = ufm_find(devpath)) == NULL) { in ufm_do_report()
509 if ((ufmh = ufm_find(devpath)) == NULL) { in ufm_do_readimg()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_ufm_impl.h40 struct ddi_ufm_handle *ufm_find(const char *);
/illumos-gate/usr/src/uts/common/os/
H A Dddi_ufm.c367 ufm_find(const char *devpath) in ufm_find() function
416 if ((old_ufmh = ufm_find(devpath)) != NULL) { in ddi_ufm_init()