Searched refs:s10_emul_bitmap_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.h180 typedef uint8_t s10_emul_bitmap_t[(S10_NUM_EMUL_FEATURES >> 3) + 1]; typedef
190 s10_emul_bitmap_t emul_bitmap;
H A Ds10_brand.c148 if (buf == NULL || *bufsize != sizeof (s10_emul_bitmap_t))
151 emul_bitmap, buf, sizeof (s10_emul_bitmap_t)) != 0)
164 if (buf == NULL || bufsize != sizeof (s10_emul_bitmap_t))
167 emul_bitmap, sizeof (s10_emul_bitmap_t)) != 0)
/illumos-gate/usr/src/lib/brand/solaris10/s10_support/
H A Ds10_support.c341 s10_emul_bitmap_t bitmap;
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c78 static s10_emul_bitmap_t emul_bitmap;

Completed in 64 milliseconds