HomeSort by: relevance | last modified time | path
    Searched defs:sea (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
scsi_changer.h 138 u_int8_t sea[2]; /* starting element address */ member in struct:scsi_read_element_status
  /src/sys/dev/isa/
seagate.c 217 #define STATUS (*(volatile u_char *)sea->maddr_cr_sr)
219 #define DATA (*(volatile u_char *)sea->maddr_dr)
287 void sea_send_scb(struct sea_softc *sea, struct sea_scb *scb);
288 void sea_reselect(struct sea_softc *sea);
289 int sea_select(struct sea_softc *sea, struct sea_scb *scb);
290 int sea_transfer_pio(struct sea_softc *sea, u_char *phase,
299 CFATTACH_DECL_NEW(sea, sizeof(struct sea_softc),
306 sea_queue_length(struct sea_softc *sea)
311 connected = sea->nexus ? 1 : 0;
312 for (scb = sea->ready_list.tqh_first, issued = 0; scb
389 struct sea_softc *sea = device_private(self); local in function:seaattach
483 struct sea_softc *sea = arg; local in function:seaintr
563 struct sea_softc *sea = device_private(chan->chan_adapter->adapt_dev); local in function:sea_scsipi_request
700 struct sea_softc *sea; local in function:sea_main
836 struct sea_softc *sea = local in function:sea_timeout
    [all...]

Completed in 14 milliseconds