OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xd_softc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sun3/dev/
xdvar.h
46
struct
xd_softc
*xd; /* which disk */
95
* a "
xd_softc
" structure contains per-disk state info.
98
struct
xd_softc
{
struct
145
struct
xd_softc
*sc_drives[XDC_MAXDEV]; /* drives on this controller */
xd.c
215
* [1] & of
xd_softc
's "state" (waiting for a chance to attach a drive)
233
int xdc_ioctlcmd(struct
xd_softc
*, dev_t dev, struct xd_iocmd *);
237
int xdc_reset(struct xdc_softc *, int, int, int, struct
xd_softc
*);
238
inline void xdc_rqinit(struct xd_iorq *, struct xdc_softc *, struct
xd_softc
*,
242
int xdc_startbuf(struct xdc_softc *, struct
xd_softc
*, struct buf *);
245
void xdc_xdreset(struct xdc_softc *, struct
xd_softc
*);
257
static void xd_init(struct
xd_softc
*);
260
int xdgetdisklabel(struct
xd_softc
*, void *);
269
CFATTACH_DECL_NEW(xd, sizeof(struct
xd_softc
),
339
xdgetdisklabel(struct
xd_softc
*xd, void *b
[
all
...]
/src/sys/dev/vme/
xdvar.h
47
struct
xd_softc
*xd; /* which disk */
96
* a "
xd_softc
" structure contains per-disk state info.
99
struct
xd_softc
{
struct
141
struct
xd_softc
*sc_drives[XDC_MAXDEV]; /* drives on this controller */
xd.c
194
* [1] & of
xd_softc
's "state" (waiting for a chance to attach a drive)
214
int xdc_ioctlcmd(struct
xd_softc
*, dev_t dev, struct xd_iocmd *);
218
int xdc_reset(struct xdc_softc *, int, int, int, struct
xd_softc
*);
220
struct
xd_softc
*, int, u_long, int,
224
int xdc_startbuf(struct xdc_softc *, struct
xd_softc
*, struct buf *);
227
void xdc_xdreset(struct xdc_softc *, struct
xd_softc
*);
245
int xdgetdisklabel(struct
xd_softc
*, void *);
280
CFATTACH_DECL_NEW(xd, sizeof(struct
xd_softc
),
351
xdgetdisklabel(struct
xd_softc
*xd, void *b)
711
struct
xd_softc
*xd = device_private(self)
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025