Symbol: md_conf
sys/arch/acorn32/dev/md_hooks.c
57
static struct md_conf *bootmd = NULL;
sys/arch/acorn32/dev/md_hooks.c
59
extern int load_memory_disc_from_floppy(struct md_conf *md, dev_t dev);
sys/arch/acorn32/dev/md_hooks.c
65
md_attach_hook(int unit, struct md_conf *md)
sys/arch/acorn32/dev/md_hooks.c
96
md_open_hook(int unit, struct md_conf *md)
sys/arch/acorn32/mainbus/fd.c
1501
int load_memory_disc_from_floppy(struct md_conf *md, dev_t dev);
sys/arch/acorn32/mainbus/fd.c
1504
load_memory_disc_from_floppy(struct md_conf *md, dev_t dev)
sys/arch/atari/dev/md_root.c
109
md_attach_hook(int unit, struct md_conf *md)
sys/arch/atari/dev/md_root.c
121
md_open_hook(int unit, struct md_conf *md)
sys/arch/atari/dev/md_root.c
146
loaddisk(struct md_conf *md, dev_t ld_dev, struct lwp *lwp)
sys/arch/atari/dev/md_root.c
97
static int loaddisk(struct md_conf *, dev_t ld_dev, struct lwp *);
sys/compat/netbsd32/netbsd32_ioctl.h
223
dev/md.h:45:#define MD_GETCONF _IOR('r', 0, struct md_conf) /* get unit config */
sys/compat/netbsd32/netbsd32_ioctl.h
224
dev/md.h:46:#define MD_SETCONF _IOW('r', 1, struct md_conf) /* set unit config */
sys/dev/md.c
229
static int md_ioctl_server(struct md_softc *sc, struct md_conf *umd,
sys/dev/md.c
232
static int md_ioctl_kalloc(struct md_softc *sc, struct md_conf *umd,
sys/dev/md.c
477
struct md_conf *umd;
sys/dev/md.c
496
umd = (struct md_conf *)data;
sys/dev/md.c
586
md_ioctl_kalloc(struct md_softc *sc, struct md_conf *umd,
sys/dev/md.c
627
md_ioctl_server(struct md_softc *sc, struct md_conf *umd,
sys/dev/md.c
87
struct md_conf sc_md;
sys/dev/md.h
43
#define MD_GETCONF _IOR('r', 0, struct md_conf) /* get unit config */
sys/dev/md.h
44
#define MD_SETCONF _IOW('r', 1, struct md_conf) /* set unit config */
sys/dev/md.h
86
extern void md_attach_hook(int, struct md_conf *);
sys/dev/md.h
87
extern void md_open_hook(int, struct md_conf *);
sys/dev/md_root.c
116
md_open_hook(int unit, struct md_conf *md)
sys/dev/md_root.c
98
md_attach_hook(int unit, struct md_conf *md)
tests/dev/md/h_mdserv.c
67
struct md_conf md;
usr.sbin/mdconfig/mdconfig.c
59
struct md_conf md;