Searched refs:opt_start (Results 1 – 4 of 4) sorted by relevance
72 struct t_opthdr *opt_start, *opt_end; in _tx_optmgmt() local125 opt_start = (struct t_opthdr *)req->opt.buf; in _tx_optmgmt()141 if (!(ISALIGNED_XTI_opthdr(opt_start))) { in _tx_optmgmt()147 opt_end = (struct t_opthdr *)((char *)opt_start + in _tx_optmgmt()154 if ((uchar_t *)opt_start + sizeof (struct t_opthdr) in _tx_optmgmt()163 first_opt_level = opt_start->level; in _tx_optmgmt()165 for (opt = opt_start; opt < opt_end; opt = next_opt) { in _tx_optmgmt()170 if ((uchar_t *)opt_start + sizeof (struct t_opthdr) in _tx_optmgmt()216 next_opt - (uchar_t *)opt_start); in _tx_optmgmt()
195 struct opthdr *opt_start; in svr4_optcom_req() local330 if ((opt_start = (struct opthdr *)mi_offset_param(mp, in svr4_optcom_req()333 if (!__TPI_OPT_ISALIGNED(opt_start)) in svr4_optcom_req()336 opt_end = (struct opthdr *)((uchar_t *)opt_start + in svr4_optcom_req()339 for (opt = opt_start; opt < opt_end; opt = next_opt) { in svr4_optcom_req()420 for (opt = opt_start; opt < opt_end; opt = next_opt) { in svr4_optcom_req()467 for (opt = opt_start; opt < opt_end; opt = next_opt) { in svr4_optcom_req()639 struct T_opthdr *opt_start, *opt_end; in process_topthdrs_first_pass() local647 if ((opt_start = (struct T_opthdr *) in process_topthdrs_first_pass()651 if (!__TPI_TOPT_ISALIGNED(opt_start)) in process_topthdrs_first_pass()[all …]
279 struct T_opthdr *opt, *opt_start = NULL, *opt_end; in __rpc_get_ltaddr() local295 opt_start = (struct T_opthdr *)nbufp->buf; in __rpc_get_ltaddr()296 if (opt_start == NULL) { in __rpc_get_ltaddr()302 if (!(__TPI_TOPT_ISALIGNED(opt_start))) { in __rpc_get_ltaddr()308 opt_end = (struct T_opthdr *)((uchar_t *)opt_start + total_optlen); in __rpc_get_ltaddr()309 opt = opt_start; in __rpc_get_ltaddr()
222 boolean_t opt_start = B_FALSE; variable