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

  /src/sys/arch/prep/prep/
machdep.c 65 #include <machine/residual.h>
110 RESIDUAL *res;
111 RESIDUAL resdata;
123 * copy residual data
131 panic("not found residual information in bootinfo");
133 if (((RESIDUAL *)resinfo->addr != 0) &&
134 ((RESIDUAL *)resinfo->addr)->ResidualLength != 0) {
138 panic("No residual data.");
140 aprint_normal("got residual data\n");
193 * General prep setup using pnp residual. Also provides fo
    [all...]
  /src/sys/arch/prep/include/
residual.h 3 /* Residual Data header definitions and prototypes */
6 /* Structure map for RESIDUAL on PowerPC Reference Platform */
7 /* residual.h - Residual data structure passed in r3. */
291 unsigned long ResidualLength; /* Length of Residual */
314 } RESIDUAL;
317 extern RESIDUAL *res;
  /src/sys/arch/prep/stand/boot/
boot.c 41 #include <machine/residual.h>
65 RESIDUAL residual; variable in typeref:typename:RESIDUAL
95 * residual data
100 memcpy(&residual, resp, sizeof(residual));
101 btinfo_residual.addr = (void *)&residual;
103 printf("Warning: no residual data.\n");
127 residual.VitalProductData.ProcessorBusHz/4 : TICKS_PER_SEC;
  /src/sys/arch/prep/pnpbus/
nvram_pnpbus.c 53 #include <machine/residual.h>
69 extern RESIDUAL resdata;

Completed in 15 milliseconds