Lines Matching defs:od
62 osdsc_t *od = &os_desc;
75 od->rootfs = 0; /* partition a */
76 od->osname = "/netbsd";
77 od->ostype = &od->osname[1];
78 od->boothowto = (RB_RDONLY);
83 od->boothowto = (RB_RDONLY|RB_SINGLE);
84 pref = usr_info(od);
92 if (init_dskio(readsector, disklabel, od->rootfs))
95 if (load_booter(od))
98 (*bootxxx)(readsector, disklabel, od);
105 usr_info(osdsc_t *od)
111 " options [none]:\n\033e", od->ostype, od->osname);
124 od->rootfs = c - 'a';
126 od->rootfs = c - ('A' - 27);
130 if (!od->rootfs)
136 od->boothowto &= ~RB_SINGLE;
138 od->boothowto |= RB_ASKNAME;
140 BOOT_FLAG(c, od->boothowto);
143 od->ostype = p;
146 od->osname = --p;
157 c = od->ostype[0];
176 load_booter(osdsc_t *od)