MB_MINLINE
case MB_MINLINE:
return (md_get_mem(mdp, x, 1, MB_MINLINE));
return (md_get_mem(mdp, (caddr_t)x, 2, MB_MINLINE));
return (md_get_mem(mdp, (caddr_t)x, 4, MB_MINLINE));
return (md_get_mem(mdp, (caddr_t)x, 8, MB_MINLINE));
case MB_MINLINE: