Lines Matching refs:opt1
193 struct opthdr *opt1; in svr4_optcom_req() local
418 opt1 = (struct opthdr *)&toa[1]; in svr4_optcom_req()
425 opt1->name = opt->name; in svr4_optcom_req()
426 opt1->level = opt->level; in svr4_optcom_req()
428 opt->name, (uchar_t *)&opt1[1]); in svr4_optcom_req()
434 opt1->len = opt->len; in svr4_optcom_req()
435 bcopy(&opt[1], &opt1[1], opt->len); in svr4_optcom_req()
437 opt1->len = (t_uscalar_t)len; in svr4_optcom_req()
439 opt1 = (struct opthdr *)((uchar_t *)&opt1[1] + in svr4_optcom_req()
440 _TPI_ALIGN_OPT(opt1->len)); in svr4_optcom_req()
444 toa->OPT_length = (t_scalar_t)((uchar_t *)opt1 - in svr4_optcom_req()
446 mp1->b_wptr = (uchar_t *)opt1; in svr4_optcom_req()