Home
last modified time | relevance | path

Searched refs:next_num (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib277 typeset -i next_num=-1
299 (( next_num = num + 1 ))
301 if [[ $line == "$next_num":* ]]; then
304 if (( next_num != -1 )); then
308 if (( next_num == num )); then
311 (( next_num += 1 ))
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c4721 if (ctx->next_num < 2) in parse_vc_spec()
4947 ctx->next[ctx->next_num++] = next; in parse_vc_action_rss_type()
4998 ctx->next[ctx->next_num++] = next; in parse_vc_action_rss_queue()
7046 ctx->next_num = 0; in cmd_flow_context_init()
7091 if (!ctx->next_num) { in cmd_flow_parse()
7098 list = ctx->next[ctx->next_num - 1]; in cmd_flow_parse()
7115 --ctx->next_num; in cmd_flow_parse()
7144 if (ctx->next_num) in cmd_flow_complete_get_nb()
7145 list = ctx->next[ctx->next_num - 1]; in cmd_flow_complete_get_nb()
7177 if (ctx->next_num) in cmd_flow_complete_get_elt()
[all …]