HomeSort by: relevance | last modified time | path
    Searched defs:atapi_adapter (Results 1 - 2 of 2) 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);

Completed in 28 milliseconds