Lines Matching refs:t_scalar_t
60 static t_scalar_t process_topthdrs_first_pass(mblk_t *, cred_t *, optdb_obj_t *,
62 static t_scalar_t do_options_second_pass(queue_t *q, mblk_t *reqmp,
81 optcom_err_ack(queue_t *q, mblk_t *mp, t_scalar_t t_error, int sys_error) in optcom_err_ack()
252 toa->OPT_offset = (t_scalar_t)sizeof (struct T_optmgmt_ack); in svr4_optcom_req()
316 toa->OPT_length = (t_scalar_t)((char *)opt - (char *)&toa[1]); in svr4_optcom_req()
410 toa->OPT_offset = (t_scalar_t)sizeof (struct T_optmgmt_ack); in svr4_optcom_req()
444 toa->OPT_length = (t_scalar_t)((uchar_t *)opt1 - in svr4_optcom_req()
517 t_scalar_t t_error; in tpi_optcom_req()
607 toa->OPT_length = (t_scalar_t)(toa_mp->b_wptr - (toa_mp->b_rptr + in tpi_optcom_req()
609 toa->OPT_offset = (t_scalar_t)sizeof (struct T_optmgmt_ack); in tpi_optcom_req()
630 static t_scalar_t
856 static t_scalar_t
1332 t_scalar_t optsize; in do_opt_check_or_negotiate()
1517 tpi_optcom_buf(queue_t *q, mblk_t *mp, t_scalar_t *opt_lenp, in tpi_optcom_buf()
1518 t_scalar_t opt_offset, cred_t *cr, optdb_obj_t *dbobjp, in tpi_optcom_buf()
1729 *opt_lenp = (t_scalar_t)(optr - init_optr); in tpi_optcom_buf()