Lines Matching defs:linux_romvec
189 struct linux_romvec { struct
190 LONG load; /* Load an executable image. */
191 LONG invoke; /* Invoke a standalong image. */
192 LONG exec; /* Load and begin execution of a
194 LONG halt; /* Halt the machine. */
195 LONG pdown; /* Power down the machine. */
196 LONG restart; /* XXX soft reset??? */
197 LONG reboot; /* Reboot the machine. */
198 LONG imode; /* Enter PROM interactive mode. */
199 LONG _unused1; /* Was ReturnFromMain(). */
202 LONG next_component;
203 LONG child_component;
204 LONG parent_component;
205 LONG component_data;
206 LONG child_add;
207 LONG comp_del;
208 LONG component_by_path;
211 LONG cfg_save;
212 LONG get_sysid;
215 LONG get_mdesc;
216 LONG _unused2; /* was Signal() */
218 LONG get_tinfo;
219 LONG get_rtime;
222 LONG get_vdirent;
223 LONG open;
224 LONG close;
225 LONG read;
226 LONG get_rstatus;
227 LONG write;
228 LONG seek;
229 LONG mount;
232 LONG get_evar;
233 LONG set_evar;
235 LONG get_finfo;
236 LONG set_finfo;
239 LONG cache_flush;
240 LONG TestUnicodeCharacter; /* ARC; not sure if ARCS too */
241 LONG GetDisplayStatus;