Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/9k/k10/
H A Dmultiboot.c42 typedef struct Mod Mod; typedef
43 struct Mod { struct
64 Mod *mod; in multiboot() argument
/plan9-contrib/sys/src/9/pcboot/
H A Ddat.h439 typedef struct Mod Mod; typedef
440 struct Mod { struct
441 u32int modstart;
442 u32int modend;
443 u32int string;
444 u32int reserved;
/plan9-contrib/sys/src/cmd/sam/
H A Dsam.h24 typedef ushort Mod; /* modification number */ typedef