Home
last modified time | relevance | path

Searched refs:_g (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h301 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
302 uint8_t _a, _b, _c, _d, _e, _f, _g
303 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
304 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
316 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
317 uint8_t _g, _f, _e, _d, _c, _b, _a
318 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
319 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h425 #define kmem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i) \
426 umem_cache_create(_a, _b, _c, _d, _e, _f, _g, _h, _i)
744 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1235 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \ argument
1236 DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
1242 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
1249 # define DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) argument
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua343 local _g = _G
344 _ENV = setmetatable({}, {__index=function (_,k) return _g[k] end})