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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.c466 imps_cth *local_cth_ptr local
478 sum = get_checksum ((unsigned) local_cth_ptr,
479 local_cth_ptr->base_length);
480 if (local_cth_ptr->sig != IMPS_CTH_SIGNATURE || sum)
487 if (local_cth_ptr->spec_rev != fps_ptr->spec_rev)
489 KERNEL_PRINT ((" Bad MP Config Table sub-revision # %d\n", local_cth_ptr->spec_rev));
492 if (local_cth_ptr->extended_length)
494 sum = (get_checksum (((unsigned) local_cth_ptr)
495 + local_cth_ptr->base_length,
496 local_cth_ptr
521 imps_cth *local_cth_ptr local
[all...]

Completed in 15 milliseconds