J Duff wrote: > Thanks for your quick response and clarification. > > I really want just the device number (dev_t) from kernel space, but the only > piece of information I have is the path to the device. >
Why do you want the dev_t? Its not a primary access path to the device in any case -- the path is the point of access, so that is what you should be concerned about. -- Garrett > I think I need a ddi_info_t to get the ddi_minor information that you > suggest, but I don't have a ddi_info_t. > > Is there some way to get a ddi_info_t using just the device's path? ...Or, is > there some other way to get the dev_t using just the device's path? > > Duff > > > This message posted from opensolaris.org > _______________________________________________ > opensolaris-code mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/opensolaris-code > _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
