Searched refs:T_ALIGN (Results 1 – 2 of 2) sorted by relevance
474 #define T_ALIGN(p) (((uintptr_t)(p) + (sizeof (t_scalar_t) - 1))\ macro
416 #define T_ALIGN(p) P2ROUNDUP((p), sizeof (t_scalar_t)) macro3118 ci_msz = T_ALIGN(ci_msz) + olen; in tl_conn_req_ser()3254 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser()3262 ci->OPT_offset = (t_scalar_t)T_ALIGN(ci->SRC_offset + in tl_conn_req_ser()3595 size = T_ALIGN(sizeof (struct T_conn_con) + in tl_conn_res()3736 cc->OPT_offset = (t_scalar_t)T_ALIGN(cc->RES_offset + in tl_conn_res()4275 ack_sz += T_ALIGN(tep->te_alen); in tl_connected_cots_addr_req()4298 taa->REMADDR_offset = (t_scalar_t)T_ALIGN(taa->LOCADDR_offset + in tl_connected_cots_addr_req()4920 err_sz = T_ALIGN(err_sz + alen); in tl_uderr()4956 (t_scalar_t)T_ALIGN(sizeof (struct T_uderror_ind) + in tl_uderr()[all …]