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

  /src/sys/dev/scsipi/
atapiconf.h 43 * So define a new atapi_adapter, we'll cast channel->chan_adapter to
44 * atapi_adapter when we need the extra data (only in ATAPI code)
46 struct atapi_adapter { struct
atapiconf.c 237 struct atapi_adapter *atapi_adapter; local in function:atapi_probe_bus
252 atapi_adapter = (struct atapi_adapter*)chan->chan_adapter;
254 atapi_adapter->atapi_probe_device(sc, target);
  /src/sys/arch/usermode/dev/
vatapi.c 93 struct atapi_adapter sc_atapi_adapter;
  /src/sys/dev/ata/
atavar.h 498 struct atapi_adapter atac_atapi_adapter;
  /src/sys/dev/usb/
umass_scsipi.c 84 struct atapi_adapter sc_atapi_adapter;

Completed in 14 milliseconds