Searched defs:Mod (Results 1 – 3 of 3) sorted by relevance
42 typedef struct Mod Mod; typedef43 struct Mod { struct64 Mod *mod; in multiboot() argument
439 typedef struct Mod Mod; typedef440 struct Mod { struct441 u32int modstart;442 u32int modend;443 u32int string;444 u32int reserved;
24 typedef ushort Mod; /* modification number */ typedef