Lines Matching defs:od
59 osdsc_t *od = &os_desc;
72 od->rootfs = 0; /* partition a */
73 od->osname = "/netbsd";
74 od->ostype = &od->osname[1];
75 od->boothowto = (RB_RDONLY);
80 od->boothowto = (RB_RDONLY|RB_SINGLE);
81 pref = usr_info(od);
89 if (init_dskio(readsector, disklabel, od->rootfs))
92 if (load_booter(od))
95 (*bootxxx)(readsector, disklabel, od);
102 usr_info(osdsc_t *od)
108 " options [none]:\n\033e", od->ostype, od->osname);
121 od->rootfs = c - 'a';
123 od->rootfs = c - ('A' - 27);
127 if (!od->rootfs)
133 od->boothowto &= ~RB_SINGLE;
135 od->boothowto |= RB_ASKNAME;
137 BOOT_FLAG(c, od->boothowto);
140 od->ostype = p;
143 od->osname = --p;
154 c = od->ostype[0];
173 load_booter(osdsc_t *od)