HomeSort by: relevance | last modified time | path
    Searched defs:iplcb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/rs6000/rs6000/
machdep.c 64 #include <machine/iplcb.h>
101 struct ipl_cb *iplcb; variable in typeref:struct:ipl_cb *
220 /* copy iplcb data */
227 panic("no iplcb information found in bootinfo");
235 iplcb = (struct ipl_cb *)ekern;
236 ipldir = (struct ipl_directory *)&iplcb->dir;
237 iplinfo = (struct ipl_info *)((char *)iplcb +
239 sysinfo = (struct sys_info *)((char *)iplcb +
247 /* IPLCB copydown successful */
342 bi = (struct buc_info *)((char *)iplcb + ipldir->bucinfo_off)
    [all...]
machdep.c 64 #include <machine/iplcb.h>
101 struct ipl_cb *iplcb; variable in typeref:struct:ipl_cb *
220 /* copy iplcb data */
227 panic("no iplcb information found in bootinfo");
235 iplcb = (struct ipl_cb *)ekern;
236 ipldir = (struct ipl_directory *)&iplcb->dir;
237 iplinfo = (struct ipl_info *)((char *)iplcb +
239 sysinfo = (struct sys_info *)((char *)iplcb +
247 /* IPLCB copydown successful */
342 bi = (struct buc_info *)((char *)iplcb + ipldir->bucinfo_off)
    [all...]
machdep.c 64 #include <machine/iplcb.h>
101 struct ipl_cb *iplcb; variable in typeref:struct:ipl_cb *
220 /* copy iplcb data */
227 panic("no iplcb information found in bootinfo");
235 iplcb = (struct ipl_cb *)ekern;
236 ipldir = (struct ipl_directory *)&iplcb->dir;
237 iplinfo = (struct ipl_info *)((char *)iplcb +
239 sysinfo = (struct sys_info *)((char *)iplcb +
247 /* IPLCB copydown successful */
342 bi = (struct buc_info *)((char *)iplcb + ipldir->bucinfo_off)
    [all...]

Completed in 79 milliseconds