Searched refs:opt_end (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libnsl/nsl/ |
H A D | t_optmgmt.c | 74 struct t_opthdr *opt_start, *opt_end; in _tx_optmgmt() local 149 opt_end = (struct t_opthdr *)((char *)opt_start + in _tx_optmgmt() 157 > (uchar_t *)opt_end) { in _tx_optmgmt() 167 for (opt = opt_start; opt < opt_end; opt = next_opt) { in _tx_optmgmt() 173 > (uchar_t *)opt_end) { in _tx_optmgmt() 199 ((next_opt >= opt_end) && in _tx_optmgmt() 200 (((uchar_t *)next_opt - (uchar_t *)opt_end) >= in _tx_optmgmt() 212 if (next_opt < opt_end) { in _tx_optmgmt() 219 opt_end = next_opt; in _tx_optmgmt()
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | optcom.c | 194 struct opthdr *opt_end; in svr4_optcom_req() local 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() 345 (uchar_t *)opt_end) in svr4_optcom_req() 363 ((next_opt >= opt_end) && in svr4_optcom_req() 364 (((uchar_t *)next_opt - (uchar_t *)opt_end) >= 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() local 654 opt_end = (struct T_opthdr *)((uchar_t *)opt_start + tor->OPT_length); in process_topthdrs_first_pass() [all …]
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | ti_opts.c | 281 struct T_opthdr *opt, *opt_start = NULL, *opt_end; in __rpc_get_ltaddr() local 310 opt_end = (struct T_opthdr *)((uchar_t *)opt_start + total_optlen); in __rpc_get_ltaddr() 318 (uchar_t *)opt_end) { in __rpc_get_ltaddr() 326 if (((uchar_t *)opt + opt->len) > (uchar_t *)opt_end) { in __rpc_get_ltaddr() 337 (uchar_t *)opt_end) { in __rpc_get_ltaddr() 392 (uchar_t *)opt_end) { in __rpc_get_ltaddr() 449 } while (opt < opt_end); in __rpc_get_ltaddr()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getopt_long.c | 184 permute_args(int panonopt_start, int panonopt_end, int opt_end, in permute_args() argument 194 nopts = opt_end - panonopt_end; in permute_args() 196 cyclelen = (opt_end - panonopt_start) / ncycle; in permute_args()
|
/titanic_41/usr/src/cmd/sgs/m4/common/ |
H A D | m4.c | 74 int i, opt_end = 0; in main() local 99 getflags(&argc, &argv, &opt_end); in main() 123 getflags(&argc, &argv, &opt_end); in main()
|
/titanic_41/usr/src/cmd/zonestat/zonestat/ |
H A D | zonestat.c | 223 boolean_t opt_end = B_FALSE; variable
|