gdt_softc
struct gdt_softc *gdt_wait_gdt;
gdt_wait(struct gdt_softc *sc, struct gdt_ccb *ccb, int timeout)
gdt_attach(struct gdt_softc *sc)
gdt_internal_cmd(struct gdt_softc *sc, u_int8_t service, u_int16_t opcode,
struct gdt_softc *sc = xsc;
struct gdt_softc *sc = xsc;
gdt_enqueue_ccb(struct gdt_softc *sc, struct gdt_ccb *ccb)
gdt_start_ccbs(struct gdt_softc *sc)
gdt_chain(struct gdt_softc *sc)
struct gdt_softc *sc = link->bus->sb_adapter_softc;
struct gdt_softc *sc = link->bus->sb_adapter_softc;
struct gdt_softc *sc = (struct gdt_softc *)dev;
gdt_ioctl_inq(struct gdt_softc *sc, struct bioc_inq *bi)
gdt_ioctl_vol(struct gdt_softc *sc, struct bioc_vol *bv)
gdt_ioctl_disk(struct gdt_softc *sc, struct bioc_disk *bd)
gdt_ioctl_alarm(struct gdt_softc *sc, struct bioc_alarm *ba)
gdt_ioctl_setstate(struct gdt_softc *sc, struct bioc_setstate *bs)
gdt_enqueue(struct gdt_softc *sc, struct scsi_xfer *xs, int infront)
gdt_dequeue(struct gdt_softc *sc)
struct gdt_softc *sc = link->bus->sb_adapter_softc;
int gdt_async_event(struct gdt_softc *, int);
void gdt_chain(struct gdt_softc *);
void gdt_clear_events(struct gdt_softc *);
struct scsi_xfer *gdt_dequeue(struct gdt_softc *);
void gdt_enqueue(struct gdt_softc *, struct scsi_xfer *, int);
void gdt_enqueue_ccb(struct gdt_softc *, struct gdt_ccb *);
int gdt_internal_cmd(struct gdt_softc *, u_int8_t, u_int16_t,
struct gdt_softc *sc = link->bus->sb_adapter_softc;
int gdt_ioctl_inq(struct gdt_softc *, struct bioc_inq *);
int gdt_ioctl_vol(struct gdt_softc *, struct bioc_vol *);
int gdt_ioctl_disk(struct gdt_softc *, struct bioc_disk *);
int gdt_ioctl_alarm(struct gdt_softc *, struct bioc_alarm *);
int gdt_ioctl_setstate(struct gdt_softc *, struct bioc_setstate *);
void gdt_start_ccbs(struct gdt_softc *);
int gdt_sync_event(struct gdt_softc *, int, u_int8_t,
struct gdt_softc *sc = link->bus->sb_adapter_softc;
int gdt_wait(struct gdt_softc *, struct gdt_ccb *, int);
gdt_clear_events(struct gdt_softc *sc)
gdt_async_event(struct gdt_softc *sc, int service)
gdt_sync_event(struct gdt_softc *sc, int service, u_int8_t index,
struct gdt_softc *sc = arg;
void (*sc_copy_cmd)(struct gdt_softc *, struct gdt_ccb *);
u_int8_t (*sc_get_status)(struct gdt_softc *);
void (*sc_intr)(struct gdt_softc *, struct gdt_intr_ctx *);
void (*sc_release_event)(struct gdt_softc *, struct gdt_ccb *);
void (*sc_set_sema0)(struct gdt_softc *);
int (*sc_test_busy)(struct gdt_softc *);
int gdt_attach(struct gdt_softc *);
void gdt_pci_enable_intr(struct gdt_softc *);
void gdt_pci_copy_cmd(struct gdt_softc *, struct gdt_ccb *);
u_int8_t gdt_pci_get_status(struct gdt_softc *);
void gdt_pci_intr(struct gdt_softc *, struct gdt_intr_ctx *);
void gdt_pci_release_event(struct gdt_softc *, struct gdt_ccb *);
void gdt_pci_set_sema0(struct gdt_softc *);
int gdt_pci_test_busy(struct gdt_softc *);
void gdt_pcinew_copy_cmd(struct gdt_softc *, struct gdt_ccb *);
u_int8_t gdt_pcinew_get_status(struct gdt_softc *);
void gdt_pcinew_intr(struct gdt_softc *, struct gdt_intr_ctx *);
void gdt_pcinew_release_event(struct gdt_softc *, struct gdt_ccb *);
void gdt_pcinew_set_sema0(struct gdt_softc *);
int gdt_pcinew_test_busy(struct gdt_softc *);
void gdt_mpr_copy_cmd(struct gdt_softc *, struct gdt_ccb *);
u_int8_t gdt_mpr_get_status(struct gdt_softc *);
void gdt_mpr_intr(struct gdt_softc *, struct gdt_intr_ctx *);
void gdt_mpr_release_event(struct gdt_softc *, struct gdt_ccb *);
void gdt_mpr_set_sema0(struct gdt_softc *);
int gdt_mpr_test_busy(struct gdt_softc *);
sizeof (struct gdt_softc), gdt_pci_probe, gdt_pci_attach
struct gdt_softc *sc = (void *)self;
gdt_pci_enable_intr(struct gdt_softc *sc)
gdt_pci_copy_cmd(struct gdt_softc *sc, struct gdt_ccb *ccb)
gdt_pci_get_status(struct gdt_softc *sc)
gdt_pci_intr(struct gdt_softc *sc, struct gdt_intr_ctx *ctx)
gdt_pci_release_event(struct gdt_softc *sc, struct gdt_ccb *ccb)
gdt_pci_set_sema0(struct gdt_softc *sc)
gdt_pci_test_busy(struct gdt_softc *sc)
gdt_pcinew_copy_cmd(struct gdt_softc *sc, struct gdt_ccb *ccb)
gdt_pcinew_get_status(struct gdt_softc *sc)
gdt_pcinew_intr(struct gdt_softc *sc, struct gdt_intr_ctx *ctx)
gdt_pcinew_release_event(struct gdt_softc *sc, struct gdt_ccb *ccb)
gdt_pcinew_set_sema0(struct gdt_softc *sc)
gdt_pcinew_test_busy(struct gdt_softc *sc)
gdt_mpr_copy_cmd(struct gdt_softc *sc, struct gdt_ccb *ccb)
gdt_mpr_get_status(struct gdt_softc *sc)
gdt_mpr_intr(struct gdt_softc *sc, struct gdt_intr_ctx *ctx)
gdt_mpr_release_event(struct gdt_softc *sc, struct gdt_ccb *ccb)
gdt_mpr_set_sema0(struct gdt_softc *sc)
gdt_mpr_test_busy(struct gdt_softc *sc)