Home
last modified time | relevance | path

Searched defs:SZ (Results 1 – 10 of 10) sorted by relevance

/titanic_52/usr/src/ucblib/libucb/inc/
H A Dstdiom.h69 #define MULTIBFSZ(SZ) ((SZ) & ~0x3ff) argument
71 #define MULTIBFSZ(SZ) ((SZ) & ~0x1ff) argument
73 #define MULTIBFSZ(SZ) ((SZ) - (SZ % BUFSIZ)) argument
/titanic_52/usr/src/lib/libc/inc/
H A Dstdiom.h120 #define MULTIBFSZ(SZ) ((SZ) & ~0x3ff) argument
122 #define MULTIBFSZ(SZ) ((SZ) & ~0x1ff) argument
124 #define MULTIBFSZ(SZ) ((SZ) - (SZ % BUFSIZ)) argument
/titanic_52/usr/src/uts/sun4u/daktari/sys/
H A Ddaktari.h69 #define DAK_GET_SBD_APID(BUF, SZ, SLOT) (void) snprintf((BUF), (SZ), "SB%c", \ argument
73 #define DAK_GET_PCI_APID(BUF, SZ, SLOT) (void) snprintf((BUF), \ argument
/titanic_52/usr/src/cmd/tbl/
H A Dt6.c28 # define SZ(i,c) csize[stynum[i]][c] in maktab() macro
/titanic_52/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c385 #define MB_PUT_INLINE(MBP, SRC, SZ) \ argument
390 #define MB_PUT_INLINE(MBP, SRC, SZ) \ argument
710 #define MD_GET_INLINE(MDP, DST, SZ) \ argument
716 #define MD_GET_INLINE(MDP, DST, SZ) \ argument
[all...]
/titanic_52/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c97 #define DEFINE_CONVD(T, SZ) \ in DEFINE_FILTER() argument
/titanic_52/usr/src/cmd/checknr/
H A Dchecknr.c56 #define SZ 0 macro
/titanic_52/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c106 #define SZ(s) s,(sizeof(s)-1) macro
[all...]
/titanic_52/usr/src/cmd/lp/include/
H A Dmsgs.h278 #define CALC_CHKSUM(B,SZ,RC) \ argument
/titanic_52/usr/src/lib/smbsrv/libmlrpc/common/
H A Dlibmlrpc.h414 #define NDR_MALLOC(XA, SZ) ndr_heap_malloc((XA)->heap, SZ) argument