Home
last modified time | relevance | path

Searched refs:md_call_ioctl (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c1489 err = md_call_ioctl(un->un_dev, cmd, &vc, (mode | FKIOCTL), in md_sp_ioctl()
1532 err = md_call_ioctl(un->un_dev, DKIOCGETVOLCAP, &vc1, in md_sp_ioctl()
H A Dsp.c1212 ret = md_call_ioctl(child_buf->b_edev, DKIOCDMR, &cvdr, in sp_directed_read()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdvar.h706 extern int md_call_ioctl(md_dev64_t, int, void *, int, IOLOCK *);
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_subr.c2338 md_call_ioctl(md_dev64_t dev, int cmd, void *data, int mode, IOLOCK *lockp) in md_call_ioctl() function