Home
last modified time | relevance | path

Searched refs:_e (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libilb/common/
H A Dlibilb_impl.h78 #define IP_COPY_CLI_2_IMPL(_e, _i) \ argument
80 if ((_e)->ia_af == AF_INET6) \
81 (void) memcpy((_i), &(_e)->ia_v6, sizeof (*(_i))); \
83 IN6_INADDR_TO_V4MAPPED(&(_e)->ia_v4, (_i))
85 #define IP_COPY_IMPL_2_CLI(_i, _e) \ argument
87 bzero(_e, sizeof (*(_e))); \
89 (_e)->ia_af = AF_INET; \
90 IN6_V4MAPPED_TO_INADDR((_i), &(_e)->ia_v4); \
92 (_e)->ia_af = AF_INET6; \
93 (void) memcpy(&(_e)->ia_v6, (_i), \
[all …]
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dlibses_plugin.h97 #define SES_NV_ADD(_t, _e, _l, _n, ...) \ argument
98 if (((_e) = nvlist_add_##_t((_l), (_n), __VA_ARGS__)) != 0) \
99 return (ses_set_nverrno((_e), (_n)))
101 #define SES_NV_ADD_OR_FREE(_t, _e, _l, _n, ...) \ argument
102 if (((_e) = nvlist_add_##_t((_l), (_n), __VA_ARGS__)) != 0) { \
103 nvlist_free(_l); return (ses_set_nverrno((_e), (_n))); }
105 #define SES_NV_ADD_FS(_e, _l, _name, _buf) \ argument
106 SES_NV_ADD(fixed_string, (_e), (_l), (_name), (_buf), sizeof (_buf))
108 #define SES_NV_ADD_FS_TRUNC(_e, _l, _name, _buf) \ argument
109 SES_NV_ADD(fixed_string_trunc, (_e), (_l), (_name), (_buf), \
/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h349 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
350 uint8_t _a, _b, _c, _d, _e
351 #define DECL_BITFIELD6(_a, _b, _c, _d, _e, _f) \ argument
352 uint8_t _a, _b, _c, _d, _e, _f
354 uint8_t _a, _b, _c, _d, _e, _f, _g
356 uint8_t _a, _b, _c, _d, _e, _f, _g, _h
364 #define DECL_BITFIELD5(_a, _b, _c, _d, _e) \ argument
365 uint8_t _e, _d, _c, _b, _a
367 uint8_t _f, _e, _d, _c, _b, _a
369 uint8_t _g, _f, _e, _d, _c, _b, _a
[all …]
/illumos-gate/usr/src/cmd/sgs/lex/
H A DMakefile.com81 objs/%_e.o:= DEFLIST = -DEUC -DJLSLEX -DEOPTION -D$*=$*_e
82 pics/%_e.o:= DEFLIST = -DEUC -DJLSLEX -DEOPTION -D$*=$*_e
H A DMakefile.targ71 objs/%_w.o pics/%_w.o objs/%_e.o pics/%_e.o: ../common/%.c
/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
347 sysevent_post_event(_c, _d, _b, "libzpool", _e, _f)
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen-x86_64.h149 uint32_t _e ## name; \
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1120 pc_t *_e; \
1122 for (_e = &_s[(count) - 1]; _e > _s; _e--) \
1123 *_e = *(_e - 1); \
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element_ctl.c1810 #define CTL_DESC(_e, _n) \ argument
1812 .scd_et = _e, \
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c210 #define UNDO_HOOK(_f, _b, _e, _h) \ argument
215 _e, ifs->_h); \