Lines Matching refs:t_scalar_t
264 t_scalar_t addr; /* max size of protocol address */
265 t_scalar_t options; /* max size of protocol options */
266 t_scalar_t tsdu; /* max size of max transport service */
268 t_scalar_t etsdu; /* max size of max expedited tsdu */
269 t_scalar_t connect; /* max data for connection primitives */
270 t_scalar_t discon; /* max data for disconnect primitives */
271 t_scalar_t servtype; /* provider service type */
272 t_scalar_t flags; /* other info about transport providers */
319 t_scalar_t flags;
356 t_scalar_t error; /* error code */
422 #define _T_OPT_HALIGN_SZ (sizeof (t_scalar_t)) /* Hdr Alignment size */
474 #define T_ALIGN(p) (((uintptr_t)(p) + (sizeof (t_scalar_t) - 1))\
475 & ~(sizeof (t_scalar_t) - 1))