Home
last modified time | relevance | path

Searched defs:Method (Results 1 – 7 of 7) sorted by relevance

/plan9-contrib/sys/src/9/boot/
H A Dboot.h1 typedef struct Method Method; typedef
2 struct Method struct
5 void (*config)(Method*); argument
25 extern Method method[]; /* defined in ../$arch/boot$CONF.c */ argument
H A Dpaq.c15 configpaq(Method*) in configpaq() argument
H A Dbootip.c110 configtcp(Method*) in configtcp() argument
/plan9-contrib/sys/src/9k/boot/
H A Dboot.h1 typedef struct Method Method; typedef
2 struct Method struct
5 void (*config)(Method*); argument
25 extern Method method[]; /* defined in ../$arch/boot$CONF.c */ argument
H A Dpaq.c15 configpaq(Method*) in configpaq() argument
H A Dbootip.c110 configtcp(Method*) in configtcp() argument
/plan9-contrib/sys/src/libaml/
H A Daml.c9 typedef struct Method Method; typedef
59 struct Method { struct
60 Name *name;
61 int narg;
62 void* (*eval)(void);
63 uchar *start;
64 uchar *end;