Searched refs:svpp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c669 sv_get_state(const dev_t udev, sv_dev_t **svpp) argument
726 *svpp = svp;
749 sv_dev_t **svpp; local
758 svpp = &(maj->sm_hash[SV_MINOR_HASH(getminor(svp->sv_dev))]);
759 while (*svpp) {
760 if (*svpp == svp) {
766 *svpp = svp->sv_hash;
770 svpp = &(*svpp)->sv_hash;

Completed in 71 milliseconds