md_conf
static struct md_conf *bootmd = NULL;
extern int load_memory_disc_from_floppy(struct md_conf *md, dev_t dev);
md_attach_hook(int unit, struct md_conf *md)
md_open_hook(int unit, struct md_conf *md)
int load_memory_disc_from_floppy(struct md_conf *md, dev_t dev);
load_memory_disc_from_floppy(struct md_conf *md, dev_t dev)
md_attach_hook(int unit, struct md_conf *md)
md_open_hook(int unit, struct md_conf *md)
loaddisk(struct md_conf *md, dev_t ld_dev, struct lwp *lwp)
static int loaddisk(struct md_conf *, dev_t ld_dev, struct lwp *);
dev/md.h:45:#define MD_GETCONF _IOR('r', 0, struct md_conf) /* get unit config */
dev/md.h:46:#define MD_SETCONF _IOW('r', 1, struct md_conf) /* set unit config */
static int md_ioctl_server(struct md_softc *sc, struct md_conf *umd,
static int md_ioctl_kalloc(struct md_softc *sc, struct md_conf *umd,
struct md_conf *umd;
umd = (struct md_conf *)data;
md_ioctl_kalloc(struct md_softc *sc, struct md_conf *umd,
md_ioctl_server(struct md_softc *sc, struct md_conf *umd,
struct md_conf sc_md;
#define MD_GETCONF _IOR('r', 0, struct md_conf) /* get unit config */
#define MD_SETCONF _IOW('r', 1, struct md_conf) /* set unit config */
extern void md_attach_hook(int, struct md_conf *);
extern void md_open_hook(int, struct md_conf *);
md_open_hook(int unit, struct md_conf *md)
md_attach_hook(int unit, struct md_conf *md)
struct md_conf md;
struct md_conf md;