Home
last modified time | relevance | path

Searched refs:mdev (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu.c1278 struct msu_dev *mdev; in oplmsu_dr_attach() local
1286 mdev = (struct msu_dev *)(mpath + 1); in oplmsu_dr_attach()
1287 mdev->dip = dip; in oplmsu_dr_attach()
1310 struct msu_dev *mdev; in oplmsu_dr_detach() local
1418 mdev = (struct msu_dev *)(mpath + 1); in oplmsu_dr_detach()
1419 mdev->dip = dip; in oplmsu_dr_detach()
1553 struct msu_dev *mdev; in oplmsu_conf_stream() local
1586 mdev = (struct msu_dev *)(mpath + 1); in oplmsu_conf_stream()
1613 mdev->dip = ser_dl->dip; in oplmsu_conf_stream()
1618 mdev++; in oplmsu_conf_stream()
[all …]
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c255 man_dev_t mdev; in man_dr_attach() local
264 if (man_get_eri_dev_info(dip, &mdev) == FALSE) { in man_dr_attach()
269 mdev.mdev_major, mdev.mdev_ppa)); in man_dr_attach()
278 wp->mw_arg.a_sf_dev = mdev; in man_dr_attach()
/titanic_50/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c87 static int mdev(char *, struct mnttab **);
368 if (mdev(cp, &mp)) in main()
723 mdev(char *spec, struct mnttab **mntbp) in mdev() function
/titanic_50/usr/src/uts/intel/os/
H A Dfmsmb.c351 smbios_memdevice_t mdev; in fm_smb_check() local
467 (void) smbios_info_memdevice(shp, mdev_id, &mdev); in fm_smb_check()
470 if (sys_ma[j] == mdev.smbmd_array) in fm_smb_check()
/titanic_50/usr/src/uts/common/io/
H A Dfssnap.c949 dev_t mdev; in snap_prop_op() local
978 mdev = (*sidpp)->sid_fvp->v_vfsp->vfs_dev; in snap_prop_op()
979 if (mdip = e_ddi_hold_devi_by_dev(mdev, 0)) { in snap_prop_op()
982 error = cdev_prop_op(mdev, mdip, in snap_prop_op()