LD_LOAD
if ((bp->b_bcount & (LD_LOAD | LD_EOT)) == LD_LOAD) {
switch (count & (LD_LOAD | LD_RETEN |
case LD_LOAD | LD_HOLD:
case LD_LOAD | LD_EOT:
case LD_LOAD:
case LD_RETEN | LD_LOAD:
st_cmd(un, SCMD_LOAD, LD_LOAD | LD_RETEN, SYNC_CMD)) {
rval = st_cmd(un, SCMD_LOAD, LD_LOAD, SYNC_CMD);
"%s tape\n", (count & LD_LOAD) ? "load" : "unload");
if (count & LD_LOAD) {