Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsunldi.h88 extern int ldi_ident_from_dev(dev_t, ldi_ident_t *);
/titanic_50/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_raw.c379 if ((rc = ldi_ident_from_dev(cdi->rdev, &li)) == 0) { in _raw_open()
/titanic_50/usr/src/man/man9f/
H A DMakefile308 ldi_ident_from_dev.9f \
1693 ldi_ident_from_dip.9f := LINKSRC = ldi_ident_from_dev.9f
1694 ldi_ident_from_stream.9f := LINKSRC = ldi_ident_from_dev.9f
1695 ldi_ident_release.9f := LINKSRC = ldi_ident_from_dev.9f
/titanic_50/usr/src/uts/i86pc/i86hvm/io/
H A Dxdf_shell.c514 VERIFY(ldi_ident_from_dev(*dev_p, &li) == 0); in xdfs_open()
/titanic_50/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c485 rv = ldi_ident_from_dev(*devp, &softc->li); in tsalarm_open()
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel.man9f.inc304 file path=usr/share/man/man9f/ldi_ident_from_dev.9f
932 target=ldi_ident_from_dev.9f
934 target=ldi_ident_from_dev.9f
936 target=ldi_ident_from_dev.9f
/titanic_50/usr/src/uts/common/avs/ns/sv/
H A Dsv.c973 if ((rc = ldi_ident_from_dev(svp->sv_dev, &li)) == 0) { in sv_enable()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c2312 if (ldi_ident_from_dev(rdev, &li)) in pcfs_device_getinfo()
/titanic_50/usr/src/uts/common/os/
H A Ddriver_lyr.c1508 ldi_ident_from_dev(dev_t dev, ldi_ident_t *lip) in ldi_ident_from_dev() function