Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h353 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
354 uint8_t _a, _b, _c, _d, _e, _f, _g
355 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
356 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
368 #define DECL_BITFIELD7(_a, _b, _c, _d, _e, _f, _g) \ argument
369 uint8_t _g, _f, _e, _d, _c, _b, _a
370 #define DECL_BITFIELD8(_a, _b, _c, _d, _e, _f, _g, _h) \ argument
371 uint8_t _h, _g, _f, _e, _d, _c, _b, _a
/illumos-gate/usr/src/cmd/backup/
H A DMakefile.targ34 UFSDEBUGPRODUCT= $(PRODUCT:%=%_g)
35 UFSDEBUGPROG= $(PROG:%=%_g)
/illumos-gate/usr/src/lib/sun_fc/
H A DMakefile.com136 CCFLAGS += -_g++=-std=c++98
138 CCFLAGS64 += -_g++=-std=c++98
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h346 #define ddi_log_sysevent(_a, _b, _c, _d, _e, _f, _g) \ argument