Searched defs:foo (Results 1 – 7 of 7) sorted by relevance
44 function foo (a, ...) function79 local function foo (i) return coroutine.yield(i) end function166 function foo () function
94 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) argument95 #define Free(foo) free(foo, M_UNIT) argument134 #define Malloc(foo) _Malloc(foo, __LINE__) argument136 _Malloc(size_t foo, int line) in _Malloc()142 #define Free(foo) free(foo) argument174 #define CTASSERT(foo) argument
139 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in protosw_init() argument
168 l_long foo; member206 l_long foo; member
54 #define ETHER_IS_VALID_LEN(foo) \ argument
13356 struct mbuf *foo; in bbr_output_wtime() local