Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua44 function foo (a, ...) function
79 local function foo (i) return coroutine.yield(i) end function
166 function foo () function
/f-stack/freebsd/kern/
H A Dsubr_unit.c94 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) argument
95 #define Free(foo) free(foo, M_UNIT) argument
134 #define Malloc(foo) _Malloc(foo, __LINE__) argument
136 _Malloc(size_t foo, int line) in _Malloc()
142 #define Free(foo) free(foo) argument
174 #define CTASSERT(foo) argument
H A Duipc_domain.c139 #define DEFAULT(foo, bar) if ((foo) == NULL) (foo) = (bar) in protosw_init() argument
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c168 l_long foo; member
206 l_long foo; member
/f-stack/tools/compat/include/net/
H A Dethernet.h54 #define ETHER_IS_VALID_LEN(foo) \ argument
/f-stack/freebsd/net/
H A Dethernet.h54 #define ETHER_IS_VALID_LEN(foo) \ argument
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c13356 struct mbuf *foo; in bbr_output_wtime() local