Searched refs:ALIGN4 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | keyserv_cache.h | 47 #define ALIGN4(addr) (4 * (((addr)+3)/4)) macro 55 #define DHKEYALLOC(keylen) ALIGN4(sizeof (struct dhkey) + KEYLEN(keylen)) 57 #define DHKEYSIZE(dhkey_ptr) ALIGN4(sizeof (struct dhkey) + \ 70 2*(ALIGN4(2*KEYLEN(keylen)+1)) + \
|
H A D | keyserv_cache.c | 963 ALIGN4(2*KEYLEN(ch->keylen)+1)); 967 ALIGN4(2*KEYLEN(ch->keylen)+1));
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 540 #define ALIGN4(a) (((a) + 3) & ~3) macro 990 * ALIGN4(len + 5 * 2 + setupcount * 2 + 2 + nmsize), 1003 len = ALIGN4(len + 5 * 2 + t2p->t2_setupcount * 2 + 2 + nmsize); 1017 len = ALIGN4(len + txpcount); 1046 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); 1055 mb_put_mem(mbp, NULL, ALIGN4(len) - len, MB_MZERO); 1089 * ALIGN4(len + 7 * 2 + 2) for T2 request, and -2 for T one, 1092 len = ALIGN4(len + 6 * 2 + 2); 1103 len = ALIGN4(len + txpcount); 1122 mb_put_mem(mbp, NULL, ALIGN4(le [all...] |
Completed in 47 milliseconds