Home
last modified time | relevance | path

Searched refs:UNDI_SIGNATURE (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dundi.h156 #define UNDI_SIGNATURE ( ('U'<<0) + ('N'<<8) + ('D'<<16) + ('I'<<24) ) macro
H A Dundi.c345 if ( undi.undi_rom_id->signature != UNDI_SIGNATURE ) { in hunt_undi_rom()