HomeSort by: relevance | last modified time | path
    Searched refs:ce_sdsttype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
chio.h 83 int ce_sdsttype; /* element type of second destination */ member in struct:changer_exchange_request
  /src/bin/chio/
chio.c 296 cmd.ce_sdsttype = cmd.ce_srctype;
302 cmd.ce_sdsttype = parse_element_type(*argv);
  /src/sys/dev/scsipi/
ch.c 636 (ce->ce_sdsttype > CHET_DT))
640 (ce->ce_sdstunit > (sc->sc_counts[ce->ce_sdsttype] - 1)))
649 (1 << ce->ce_sdsttype)) == 0))
657 dst2 = sc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit;

Completed in 45 milliseconds