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

  /src/sys/arch/macppc/stand/ofwboot/
alloc.c 119 #define OVERHEAD ALIGN(sizeof (struct ml)) /* shorthand */
136 * Account for overhead now, so that we don't get an
139 size = ALIGN(size) + OVERHEAD;
184 (u_long)(help + OVERHEAD), f->size);
199 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
204 return (help + OVERHEAD);
210 register struct ml *a = (struct ml *)((char*)ptr - OVERHEAD);
  /src/sys/arch/shark/stand/ofwboot/
alloc.c 120 #define OVERHEAD ALIGN(sizeof (struct ml)) /* shorthand */
137 * Account for overhead now, so that we don't get an
140 size = ALIGN(size) + OVERHEAD;
185 (u_long)(help + OVERHEAD), f->size);
200 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
205 return (help + OVERHEAD);
211 register struct ml *a = (struct ml *)((char*)ptr - OVERHEAD);
  /src/sys/arch/sparc/stand/ofwboot/
alloc.c 120 #define OVERHEAD ALIGN(sizeof (struct ml)) /* shorthand */
137 * Account for overhead now, so that we don't get an
140 size = ALIGN(size) + OVERHEAD;
185 (u_long)(help + OVERHEAD), f->size);
200 printf("=%lx (origsize %u)\n", (u_long)(help + OVERHEAD), f->size);
205 return (help + OVERHEAD);
211 register struct ml *a = (struct ml *)((char*)ptr - OVERHEAD);

Completed in 14 milliseconds