Lines Matching defs:trans
423 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate)
428 if (0 == trans)
429 trans = ch->firsts[CHET_MT];
433 cmd[2] = (trans >> 8) & 0xff;
434 cmd[3] = trans & 0xff;
442 ch_move(scsi_changer *ch, u_int trans, u_int src, u_int dest, int rotate)
447 if (0 == trans)
448 trans = ch->firsts[CHET_MT];
452 cmd[2] = (trans >> 8) & 0xff;
453 cmd[3] = trans & 0xff;
463 ch_exchange(scsi_changer *ch, u_int trans, u_int src,
470 if (0 == trans)
471 trans = ch->firsts[CHET_MT];
475 cmd[2] = (trans >> 8) & 0xff;
476 cmd[3] = trans & 0xff;