Lines Matching defs:trans
421 ch_position(scsi_changer *ch, u_int trans, u_int elem, int rotate)
426 if (0 == trans)
427 trans = ch->firsts[CHET_MT];
431 cmd[2] = (trans >> 8) & 0xff;
432 cmd[3] = trans & 0xff;
440 ch_move(scsi_changer *ch, u_int trans, u_int src, u_int dest, int rotate)
445 if (0 == trans)
446 trans = ch->firsts[CHET_MT];
450 cmd[2] = (trans >> 8) & 0xff;
451 cmd[3] = trans & 0xff;
461 ch_exchange(scsi_changer *ch, u_int trans, u_int src,
468 if (0 == trans)
469 trans = ch->firsts[CHET_MT];
473 cmd[2] = (trans >> 8) & 0xff;
474 cmd[3] = trans & 0xff;