Home
last modified time | relevance | path

Searched full:mdev (Results 1 – 10 of 10) sorted by relevance

/titanic_54/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_54/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()
H A Ddman.c4890 cmn_err(CE_NOTE, "man_add_dests mdev !unassigned"); in man_add_dests()
/titanic_54/usr/src/uts/intel/os/
H A Dfmsmb.c351 smbios_memdevice_t mdev; in fm_smb_check() local
375 "proc (%d) ext_ma (%d) ma (%d) ext_mdev (%d) mdev (%d)\n", in fm_smb_check()
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_54/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1192 * sv = scaled mean deviation (mdev) of RTT (4 * deviation estimates).
1225 * new mdev = old mdev + 1/4 (abs(Error) - old mdev) in compute_crtt()
1226 * i.e. 4 * new mdev = 4 * old mdev + in compute_crtt()
1227 * (abs(Error) - old mdev) in compute_crtt()
1228 * i.e. new sv = old sv + (abs(Error) - old mdev) in compute_crtt()
/titanic_54/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_54/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()
/titanic_54/usr/src/cmd/fdisk/
H A Dfdisk.c1543 int mDev, i; in mboot_read() local
1564 if ((mDev = open(io_mboot, O_RDONLY, 0666)) == -1) { in mboot_read()
1572 if (read(mDev, &BootCod, sizeof (struct mboot)) != sizeof in mboot_read()
1590 (void) close(mDev); in mboot_read()
/titanic_54/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c5216 * sv = smoothed mean deviation (mdev) of RTT (4 * deviation estimates).
5250 * new mdev = 3/4 old mdev + 1/4 (abs(Error) - old mdev) in tcp_set_rto()
/titanic_54/usr/src/stand/lib/tcp/
H A Dtcp.c6871 * sv = smoothed mean deviation (mdev) of RTT (4 * deviation estimates).
6904 * new mdev = 3/4 old mdev + 1/4 (abs(Error) - old mdev) in tcp_set_rto()