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

  /src/sys/arch/prep/include/
bootinfo.h 37 #define BTINFO_RESIDUAL 0
41 struct btinfo_residual { struct
  /src/sys/arch/prep/stand/boot/
boot.c 61 struct btinfo_residual btinfo_residual; variable in typeref:struct:btinfo_residual
97 btinfo_residual.common.next = sizeof(btinfo_residual);
98 btinfo_residual.common.type = BTINFO_RESIDUAL;
101 btinfo_residual.addr = (void *)&residual;
104 btinfo_residual.addr = 0;
132 memcpy(p, (void *)&btinfo_residual, sizeof(btinfo_residual));
    [all...]
  /src/sys/arch/prep/prep/
machdep.c 126 struct btinfo_residual *resinfo;
129 (struct btinfo_residual *)lookup_bootinfo(BTINFO_RESIDUAL);

Completed in 13 milliseconds