Home
last modified time | relevance | path

Searched defs:Mod (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/9/pcboot/
H A Ddat.h449 typedef struct Mod Mod; typedef
450 struct Mod { struct
451 u32int modstart;
452 u32int modend;
453 u32int string;
454 u32int reserved;
/plan9/sys/src/cmd/sam/
H A Dsam.h24 typedef ushort Mod; /* modification number */ typedef