Searched refs:ldi_ident_from_dev (Results 1 – 9 of 9) sorted by relevance
88 extern int ldi_ident_from_dev(dev_t, ldi_ident_t *);
379 if ((rc = ldi_ident_from_dev(cdi->rdev, &li)) == 0) { in _raw_open()
308 ldi_ident_from_dev.9f \1693 ldi_ident_from_dip.9f := LINKSRC = ldi_ident_from_dev.9f1694 ldi_ident_from_stream.9f := LINKSRC = ldi_ident_from_dev.9f1695 ldi_ident_release.9f := LINKSRC = ldi_ident_from_dev.9f
514 VERIFY(ldi_ident_from_dev(*dev_p, &li) == 0); in xdfs_open()
485 rv = ldi_ident_from_dev(*devp, &softc->li); in tsalarm_open()
304 file path=usr/share/man/man9f/ldi_ident_from_dev.9f932 target=ldi_ident_from_dev.9f934 target=ldi_ident_from_dev.9f936 target=ldi_ident_from_dev.9f
973 if ((rc = ldi_ident_from_dev(svp->sv_dev, &li)) == 0) { in sv_enable()
2312 if (ldi_ident_from_dev(rdev, &li)) in pcfs_device_getinfo()
1508 ldi_ident_from_dev(dev_t dev, ldi_ident_t *lip) in ldi_ident_from_dev() function