Home
last modified time | relevance | path

Searched refs:next_param (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dsctp_pcb.c6234 goto next_param; in sctp_load_addresses_from_init()
6238 goto next_param; in sctp_load_addresses_from_init()
6330 goto next_param; in sctp_load_addresses_from_init()
6337 goto next_param; in sctp_load_addresses_from_init()
6542 goto next_param; in sctp_load_addresses_from_init()
6565 goto next_param; in sctp_load_addresses_from_init()
6596 goto next_param; in sctp_load_addresses_from_init()
6643 next_param: in sctp_load_addresses_from_init()
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c3682 tree param, next_param; in init_cumulative_args() local
3693 param != 0; param = next_param) in init_cumulative_args()
3695 next_param = TREE_CHAIN (param); in init_cumulative_args()
3696 if (next_param == 0 && TREE_VALUE (param) != void_type_node) in init_cumulative_args()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c3062 tree param, next_param; in init_cumulative_args() local
3115 param != 0; param = next_param) in init_cumulative_args()
3117 next_param = TREE_CHAIN (param); in init_cumulative_args()
3118 if (next_param == 0 && TREE_VALUE (param) != void_type_node) in init_cumulative_args()