Searched defs:DESCSZ (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dgroup.c85 #define DESCSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
98 * DESCSZ is the real min size of the buffer required by conv_grpdesc_flags().
100 * buffer size. We do things this way because the definition of DESCSZ uses
104 #if (CONV_GRPDESC_FLAGS_BUFSIZE != DESCSZ) && !defined(__lint)
105 #define REPORT_BUFSIZE DESCSZ
107 #error "CONV_GRPDESC_FLAGS_BUFSIZE does not match DESCSZ"
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnmount.c47 #define DESCSZ (size_t)512 macro
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.h329 #define DESCSZ(x) (sizeof (efe_desc_t) * (x)) macro
332 #define DESCADDR(rp, x) ((rp)->r_dmac.dmac_address + DESCSZ(x))
356 (void) ddi_dma_sync((rp)->r_dmah, DESCSZ(x), \

Completed in 72 milliseconds