Searched defs:Method (Results 1 – 7 of 7) sorted by relevance
1 typedef struct Method Method; typedef2 struct Method struct5 void (*config)(Method*); argument25 extern Method method[]; /* defined in ../$arch/boot$CONF.c */ argument
15 configpaq(Method*) in configpaq() argument
110 configtcp(Method*) in configtcp() argument
9 typedef struct Method Method; typedef59 struct Method { struct60 Name *name;61 int narg;62 void* (*eval)(void);63 uchar *start;64 uchar *end;