Searched defs:CmdBlk (Results 1 – 1 of 1) sorted by relevance
41 struct CmdBlk { struct42 struct CmdBlk *NextP; /* Pointer to next command block */ argument45 int (*PreFuncP) (unsigned long, struct CmdBlk *); argument48 int (*PostFuncP) (unsigned long, struct CmdBlk *); argument49 int PostArg; /* The arg for the func */