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

/illumos-gate/usr/src/uts/common/syscall/
H A Dmknod.c86 dev = expldev(dev);
H A Dutssys.c98 error = utssys_ustat32(expldev((dev32_t)arg), buf);
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dcontract.h334 dev_t expldev() { } function
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c249 lsa.n_rdev = expldev(STRUCT_FGET(ulsa, n_rdev));
H A Dnfs3_vfsops.c307 knconf->knc_rdev = expldev(STRUCT_FGET(knconf_tmp, knc_rdev));
H A Dnfs_vfsops.c317 knconf->knc_rdev = expldev(STRUCT_FGET(knconf_tmp, knc_rdev));
H A Dnfs_client.c1062 vap->va_rdev = expldev(na->na_rdev);
H A Dnfs_subr.c2315 vp->v_rdev = expldev(n2v_rdev(attr));
H A Dnfs4_vfsops.c524 knconf->knc_rdev = expldev(STRUCT_FGET(knconf_tmp, knc_rdev));
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c171 expldev(dev32_t dev32) function
H A Dmodctl.c2423 dev = expldev(a1);
2435 dev = expldev(a1);
2447 dev = expldev(a1);
2460 error = modctl_sizeof_minorname(expldev(a1), (int)a2,
2474 error = modctl_get_minorname(expldev(a1), (int)a2,
2487 error = modctl_devfspath_len(expldev(a1), (int)a2,
2501 error = modctl_devfspath(expldev(a1), (int)a2,
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h188 dev_t expldev(dev32_t);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c104 assoc->ttymux_udev = expldev(assoc32->ttymux32_udev);
105 assoc->ttymux_ldev = expldev(assoc32->ttymux32_ldev);
1188 ldev = expldev(abreq32->ldev);
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_clnt.c242 knconf->knc_rdev = expldev(knconf32.knc_rdev);
/illumos-gate/usr/src/uts/common/io/
H A Dlogindmux.c433 minor = getminor(expldev(
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c598 dv = expldev(ip->i_ordev);
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3453 dev = expldev(vfsp->vfs_fsid.val[0]);
3492 dev = expldev(vfsp->vfs_fsid.val[0]);
3681 dev_t dev = expldev(val0);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c2231 otherdev = expldev(lbp->lb_locators[otherop->o_li].l_dev);
2236 if (expldev(lp->l_dev) != otherdev) {
2256 if (otherdev == expldev(lp->l_dev))
7591 majordev = getmajor(expldev(clp->l_dev));
8338 ddi_dev = expldev(clp->l_dev);
10853 ddi_dev = expldev(lp->l_dev);
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c1582 ui = MDI_UNIT(getminor(expldev(sm->sm_dev)));
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c6096 expldev(STRUCT_FGET(knconf_tmp, knc_rdev));

Completed in 309 milliseconds