Searched defs:inicache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c182 static const uint8_t inicache[] = { variable
363 bcopy(inicache, bp, sizeof (inicache));
370 return (sizeof (inicache));
460 total += sizeof (inicache) + sizeof (gencache) * (nents - 2);
509 total += sizeof (inicache) + sizeof (gencache) * (nents - 2);
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c177 static const uint8_t inicache[] = { variable
355 bcopy(inicache, bp, sizeof (inicache));
362 return (sizeof (inicache));
451 total += sizeof (inicache) + sizeof (gencache) * (nents - 2);
500 total += sizeof (inicache) + sizeof (gencache) * (nents - 2);

Completed in 70 milliseconds