Searched defs:foo (Results 1 – 9 of 9) sorted by relevance
11 foo(void) in foo() function
18 foo(void) in foo() function
65 #define FIREWIRE_IS_VALID_LEN(foo) \ argument
85 #define ETHER_IS_VALID_LEN(foo) \ argument
64 #define CONTENTS(foo) (*(unsigned *) &(foo)) argument
65 void* foo; /*per algorithm data - maybe*/ member
106 xcRemote(void *foo) in xcRemote()
140 xcRemote( void *foo ) in xcRemote()
2214 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in pru_sanitize() argument