OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uha_softc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
uhavar.h
40
struct
uha_softc
{
struct
50
void (*start_mbox)(struct
uha_softc
*, struct uha_mscp *);
51
int (*poll)(struct
uha_softc
*, struct scsipi_xfer *, int);
52
void (*init)(struct
uha_softc
*);
75
void uha_attach(struct
uha_softc
*, struct uha_probe_data *);
77
struct uha_mscp *uha_mscp_phys_kv(struct
uha_softc
*, u_long);
78
void uha_done(struct
uha_softc
*, struct uha_mscp *);
uha.c
90
integrate void uha_reset_mscp(struct
uha_softc
*, struct uha_mscp *);
91
void uha_free_mscp(struct
uha_softc
*, struct uha_mscp *);
92
integrate int uha_init_mscp(struct
uha_softc
*, struct uha_mscp *);
93
struct uha_mscp *uha_get_mscp(struct
uha_softc
*);
96
int uha_create_mscps(struct
uha_softc
*, struct uha_mscp *, int);
104
uha_attach(struct
uha_softc
*sc, struct uha_probe_data *upd)
197
uha_reset_mscp(struct
uha_softc
*sc, struct uha_mscp *mscp)
207
uha_free_mscp(struct
uha_softc
*sc, struct uha_mscp *mscp)
218
uha_init_mscp(struct
uha_softc
*sc, struct uha_mscp *mscp)
252
uha_create_mscps(struct
uha_softc
*sc, struct uha_mscp *mscpstore, int count
[
all
...]
/src/sys/dev/eisa/
uha_eisa.c
62
CFATTACH_DECL_NEW(uha_eisa, sizeof(struct
uha_softc
),
71
static void u24_start_mbox(struct
uha_softc
*, struct uha_mscp *);
72
static int u24_poll(struct
uha_softc
*, struct scsipi_xfer *, int);
74
static void u24_init(struct
uha_softc
*);
116
struct
uha_softc
*sc = device_private(self);
229
u24_start_mbox(struct
uha_softc
*sc, struct uha_mscp *mscp)
260
u24_poll(struct
uha_softc
*sc, struct scsipi_xfer *xs, int count)
283
struct
uha_softc
*sc = arg;
331
u24_init(struct
uha_softc
*sc)
/src/sys/dev/isa/
uha_isa.c
61
CFATTACH_DECL_NEW(uha_isa, sizeof(struct
uha_softc
),
69
void u14_start_mbox(struct
uha_softc
*, struct uha_mscp *);
70
int u14_poll(struct
uha_softc
*, struct scsipi_xfer *, int);
72
void u14_init(struct
uha_softc
*);
138
struct
uha_softc
*sc = device_private(self);
280
u14_start_mbox(struct
uha_softc
*sc, struct uha_mscp *mscp)
314
u14_poll(struct
uha_softc
*sc, struct scsipi_xfer *xs, int count)
340
struct
uha_softc
*sc = arg;
389
u14_init(struct
uha_softc
*sc)
Completed in 14 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025