Searched refs:sv_dev (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 652 if (svp->sv_dev == dev) in sv_dev_to_sv() 688 if (svp->sv_dev == udev) in sv_get_state() 752 if ((maj = sv_getmajor(svp->sv_dev)) == NULL) in sv_rm_hash() 757 svpp = &(maj->sm_hash[SV_MINOR_HASH(getminor(svp->sv_dev))]); in sv_rm_hash() 788 if ((maj = sv_getmajor(svp->sv_dev)) == NULL) in sv_free() 944 svp->sv_dev = udev; in sv_enable() 972 if ((rc = ldi_ident_from_dev(svp->sv_dev, &li)) == 0) { in sv_enable() 973 rc = ldi_open_by_dev(&svp->sv_dev, in sv_enable() 1076 svp->sv_dev, nblocks); in sv_enable() 1878 svc.svc_major = getmajor(svp->sv_dev); in svioctl() [all …]
|
H A D | sv_impl.h | 126 dev_t sv_dev; /* underlying dev_t */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/sv/ |
H A D | sv.c | 442 sv_dev(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in sv_dev() function 483 mdb_printf("%?p %8T%0*lx %8T", addr, dev_t_chars, svp->sv_dev); in sv_dev() 594 { "sv_dev", "?[-av]", "list sv_dev structure", sv_dev },
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdvar.h | 419 typedef struct sv_dev { struct
|