Searched refs:T_ALIGN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dxti.h468 * to explicitly use the T_ALIGN macro
474 #define T_ALIGN(p) (((uintptr_t)(p) + (sizeof (t_scalar_t) - 1))\ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c417 #define T_ALIGN(p) P2ROUNDUP((p), sizeof (t_scalar_t)) macro
3119 ci_msz = T_ALIGN(ci_msz) + olen;
3255 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset +
3263 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset +
3596 size = T_ALIGN(sizeof (struct T_conn_con) +
3737 cc->OPT_offset = (t_scalar_t)T_ALIGN(cc->RES_offset +
4276 ack_sz += T_ALIGN(tep->te_alen);
4299 taa->REMADDR_offset = (t_scalar_t)T_ALIGN(taa->LOCADDR_offset +
4921 err_sz = T_ALIGN(err_sz + alen);
4957 (t_scalar_t)T_ALIGN(sizeo
[all...]

Completed in 57 milliseconds