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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c145 uint32_t stdfeatures = 0, xtdfeatures = 0; local
214 stdfeatures = vcr->r_edx;
240 if (!BITX(stdfeatures, 0, 0)) {
245 if (!BITX(stdfeatures, 4, 4)) {
250 if (!BITX(stdfeatures, 5, 5)) {
255 if (!BITX(stdfeatures, 6, 6)) {
260 if (!BITX(stdfeatures, 8, 8)) {
265 if (!BITX(stdfeatures, 13, 13)) {
270 if (!BITX(stdfeatures, 19, 19)) {
275 if (!BITX(stdfeatures, 2
[all...]

Completed in 44 milliseconds