Symbol: vhba_softc_t
tools/tools/vhba/faulty/vhba_faulty.c
42
vhba_softc_t * vhba;
tools/tools/vhba/faulty/vhba_faulty.c
54
vhba_init(vhba_softc_t *vhba)
tools/tools/vhba/faulty/vhba_faulty.c
67
vhba_fini(vhba_softc_t *vhba)
tools/tools/vhba/faulty/vhba_faulty.c
75
vhba_kick(vhba_softc_t *vhba)
tools/tools/vhba/lots/vhba_lots.c
42
vhba_softc_t * vhba;
tools/tools/vhba/lots/vhba_lots.c
52
vhba_init(vhba_softc_t *vhba)
tools/tools/vhba/lots/vhba_lots.c
64
vhba_fini(vhba_softc_t *vhba)
tools/tools/vhba/lots/vhba_lots.c
72
vhba_kick(vhba_softc_t *vhba)
tools/tools/vhba/medium/vhba_medium.c
42
vhba_softc_t * vhba;
tools/tools/vhba/medium/vhba_medium.c
52
vhba_init(vhba_softc_t *vhba)
tools/tools/vhba/medium/vhba_medium.c
64
vhba_fini(vhba_softc_t *vhba)
tools/tools/vhba/medium/vhba_medium.c
72
vhba_kick(vhba_softc_t *vhba)
tools/tools/vhba/mptest/vhba_mptest.c
412
vhba_softc_t *vhba = arg;
tools/tools/vhba/mptest/vhba_mptest.c
56
vhba_softc_t * vhba;
tools/tools/vhba/mptest/vhba_mptest.c
72
vhba_init(vhba_softc_t *vhba)
tools/tools/vhba/mptest/vhba_mptest.c
89
vhba_fini(vhba_softc_t *vhba)
tools/tools/vhba/mptest/vhba_mptest.c
98
vhba_kick(vhba_softc_t *vhba)
tools/tools/vhba/rptluns/vhba_rptluns.c
42
vhba_softc_t * vhba;
tools/tools/vhba/rptluns/vhba_rptluns.c
53
vhba_init(vhba_softc_t *vhba)
tools/tools/vhba/rptluns/vhba_rptluns.c
85
vhba_fini(vhba_softc_t *vhba)
tools/tools/vhba/rptluns/vhba_rptluns.c
93
vhba_kick(vhba_softc_t *vhba)
tools/tools/vhba/simple/vhba_simple.c
42
vhba_softc_t * vhba;
tools/tools/vhba/simple/vhba_simple.c
52
vhba_init(vhba_softc_t *vhba)
tools/tools/vhba/simple/vhba_simple.c
64
vhba_fini(vhba_softc_t *vhba)
tools/tools/vhba/simple/vhba_simple.c
72
vhba_kick(vhba_softc_t *vhba)
tools/tools/vhba/vhba.c
30
static vhba_softc_t *vhba;
tools/tools/vhba/vhba.c
40
vhba_attach(vhba_softc_t *vhba)
tools/tools/vhba/vhba.c
65
vhba_detach(vhba_softc_t *vhba)
tools/tools/vhba/vhba.c
78
vhba_softc_t *vhba = cam_sim_softc(sim);
tools/tools/vhba/vhba.c
86
vhba_softc_t *vhba;
tools/tools/vhba/vhba.h
87
void vhba_init(vhba_softc_t *);
tools/tools/vhba/vhba.h
88
void vhba_fini(vhba_softc_t *);
tools/tools/vhba/vhba.h
89
void vhba_kick(vhba_softc_t *);