Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsunmdi.h298 void mdi_walk_vhcis(int (*f)(dev_info_t *, void *), void *arg);
/titanic_44/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c436 mdi_walk_vhcis(devfs_clean_vhci, (void *)(uintptr_t)flags); in devfs_clean()
/titanic_44/usr/src/uts/common/io/
H A Ddevinfo.c339 extern void mdi_walk_vhcis(int (*)(dev_info_t *, void *), void *);
1422 mdi_walk_vhcis(build_vhci_list, st); in di_snapshot()
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c3534 mdi_walk_vhcis(vhci_mpapi_get_vhci, &vhci); in vhci_mpapi_update_tpg_data()
/titanic_44/usr/src/uts/common/os/
H A Dsunmdi.c9566 mdi_walk_vhcis(int (*f)(dev_info_t *, void *), void *arg) in mdi_walk_vhcis() function