bd_sync
return (bd_sync(md, op, 0UL, ~0UL));
return (bd_sync(md, op, ofs, len));
error = bd_sync(mdid, op, 0UL, ~0UL);
error = bd_sync(mdid, op, ofs, len);
int bd_sync(int mdid, u_int op, u_long ofs, u_long len);