Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 – 25 of 59) sorted by relevance

123

/dragonfly/sys/sys/
H A Dcpputil.h75 arg3; \
80 arg3; \
86 arg3; \
93 arg3; \
101 arg3; \
110 arg3; \
120 arg3; \
131 arg3; \
143 arg3; \
156 arg3; \
[all …]
/dragonfly/sbin/ipfw3/
H A Dipfw3basic.c90 (*cmd)->arg3 = 1; in parse_accept()
107 (*cmd)->arg3 = 1; in parse_deny()
120 if (cmd->arg3) { in show_accept()
129 if (cmd->arg3) { in show_deny()
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacefi.h254 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
255 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
257 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
259 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
261 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
263 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
266 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
269 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
/dragonfly/test/stress/stress2/testcases/syscall/
H A Dsyscall.c133 unsigned int arg1, arg2, arg3, arg4, arg5, arg6, arg7; in test() local
138 arg3 = arc4random(); in test()
146 i, num, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in test()
147 syscall(num, arg1, arg2, arg3, arg4, arg5, arg6, arg7); in test()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgen-pass-instances.awk103 function insert_remove_pass(line, fnname, arg3)
110 arg3 = args[3];
111 sub(/^[ \t]*/, "", arg3);
112 new_line = prefix "NEXT_PASS (" arg3;
H A Dhsa-common.h441 hsa_op_base *arg3 = NULL);
519 hsa_op_base *arg2 = NULL, hsa_op_base *arg3 = NULL);
656 hsa_op_base *arg2 = NULL, hsa_op_base *arg3 = NULL);
682 hsa_op_base *arg2 = NULL, hsa_op_base *arg3 = NULL);
717 hsa_op_base *arg2 = NULL, hsa_op_base *arg3 = NULL);
906 hsa_op_base *arg2 = NULL, hsa_op_base *arg3 = NULL);
/dragonfly/contrib/cvs-1.12/diff/
H A Dutil.c39 char const *arg3; member
128 message5 (format, arg1, arg2, arg3, arg4) in message5() argument
129 char const *format, *arg1, *arg2, *arg3, *arg4; in message5()
137 new->arg3 = arg3 ? concat (arg3, "", "") : 0;
147 printf_output (format, arg1, arg2, arg3, arg4);
159 printf_output (m->format, m->arg1, m->arg2, m->arg3, m->arg4); in print_message_queue()
/dragonfly/test/stress/stress2/misc/
H A Dsyscall2.sh201 unsigned int arg1, arg2, arg3, arg4, arg5, arg6, arg7;
207 arg3 = ra(2);
215 i, num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
216 syscall(num, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
/dragonfly/contrib/binutils-2.27/ld/
H A Dldfile.c183 char *arg, *arg1, *arg2, *arg3; in ldfile_try_open_bfd() local
204 arg3 = NULL; in ldfile_try_open_bfd()
221 arg3 = yylval.name; in ldfile_try_open_bfd()
234 arg = arg3 ? arg3 : arg1; break; in ldfile_try_open_bfd()
241 if (arg3) free (arg3); in ldfile_try_open_bfd()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcall.c4845 arg3 = force_rvalue (arg3, complain); in build_conditional_expr_1()
4903 arg3 = cp_convert (stype, arg3, complain); in build_conditional_expr_1()
4904 arg3 = save_expr (arg3); in build_conditional_expr_1()
4905 arg3 = build_vector_from_val (vtype, arg3); in build_conditional_expr_1()
4929 arg3 = save_expr (arg3); in build_conditional_expr_1()
4987 arg3 = decay_conversion (arg3, complain); in build_conditional_expr_1()
5010 arg3 = force_rvalue (arg3, complain); in build_conditional_expr_1()
5120 arg3 = convert_from_reference (arg3); in build_conditional_expr_1()
5172 arg3 = mark_lvalue_use (arg3); in build_conditional_expr_1()
5257 arg3 = force_rvalue (arg3, complain); in build_conditional_expr_1()
[all …]
/dragonfly/contrib/binutils-2.34/ld/
H A Dldfile.c186 char *arg, *arg1, *arg2, *arg3; in ldfile_try_open_bfd() local
207 arg3 = NULL; in ldfile_try_open_bfd()
224 arg3 = yylval.name; in ldfile_try_open_bfd()
237 arg = arg3 ? arg3 : arg1; break; in ldfile_try_open_bfd()
244 if (arg3) free (arg3); in ldfile_try_open_bfd()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcall.c4350 arg3 = decay_conversion (arg3); in build_conditional_expr_1()
4373 arg3 = force_rvalue (arg3, complain); in build_conditional_expr_1()
4465 arg3 = convert_like (conv3, arg3, complain); in build_conditional_expr_1()
4466 arg3 = convert_from_reference (arg3); in build_conditional_expr_1()
4512 arg3 = mark_lvalue_use (arg3); in build_conditional_expr_1()
4580 arg3 = convert_like (conv, arg3, complain); in build_conditional_expr_1()
4599 arg3 = force_rvalue (arg3, complain); in build_conditional_expr_1()
4652 arg3 = perform_implicit_conversion (result_type, arg3, complain); in build_conditional_expr_1()
4946 arg3 = prep_operand (arg3); in build_new_op_1()
5164 if (arg3) in build_new_op_1()
[all …]
/dragonfly/sbin/hammer/
H A Dcmd_cleanup.c84 const char *snapshots_path, int arg2, char *arg3);
159 char *arg3; in do_cleanup() local
413 arg3 = NULL; in do_cleanup()
418 arg3 = strtok(NULL, WS); in do_cleanup()
435 arg2, arg3); in do_cleanup()
445 arg2, arg3); in do_cleanup()
908 const char *snapshots_path, int arg2, char *arg3) in cleanup_softlinks() argument
916 if (arg3 != NULL && strstr(arg3, "any") != NULL) in cleanup_softlinks()
/dragonfly/contrib/bmake/
H A Dmake.h682 #define DEBUG3(module, fmt, arg1, arg2, arg3) \ argument
683 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3))
684 #define DEBUG4(module, fmt, arg1, arg2, arg3, arg4) \ argument
685 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4))
686 #define DEBUG5(module, fmt, arg1, arg2, arg3, arg4, arg5) \ argument
687 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4, arg5))
/dragonfly/sys/netproto/802_11/
H A Dieee80211_ratectl.h107 const struct ieee80211_node *ni, void *arg1, void *arg2, void *arg3) in ieee80211_ratectl_tx_update() argument
111 vap->iv_rate->ir_tx_update(vap, ni, arg1, arg2, arg3); in ieee80211_ratectl_tx_update()
/dragonfly/tools/tools/netrate/netperf/tcp_cc/
H A Dtcp_cc.c131 int n, arg1, arg2, arg3, arg4; in main() local
135 &arg1, &arg2, &arg3, &arg4, &arg5, &res); in main()
/dragonfly/usr.bin/window/
H A Dxxflush.c56 tt.tt_nmodes = xp->arg3; in xxflush()
80 tt.tt_nmodes = xp->arg3; in xxflush()
H A Dxx.c180 xp->arg3 = m; in xxinschar()
259 xp->arg3 = m; in xxwrite()
H A Dxx.h47 int arg3; member
/dragonfly/contrib/gdb-7/gdb/
H A Dopencl-lang.c930 struct value *arg3, *tmp, *ret; in evaluate_subexp_opencl() local
936 arg3 = evaluate_subexp (NULL_TYPE, exp, pos, noside); in evaluate_subexp_opencl()
938 type3 = check_typedef (value_type (arg3)); in evaluate_subexp_opencl()
947 arg3 = opencl_value_cast (type2, arg3); in evaluate_subexp_opencl()
948 type3 = value_type (arg3); in evaluate_subexp_opencl()
989 value_subscript (arg3, i) : value_subscript (arg2, i); in evaluate_subexp_opencl()
/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_state.c296 if (cmd->arg3 == 0) { in check_keep_state()
303 if (cmd->arg3 == 1 && s->src_addr == k->src_addr) { in check_keep_state()
305 } else if (cmd->arg3 == 2 && s->src_port == k->src_port) { in check_keep_state()
307 } else if (cmd->arg3 == 3 && s->dst_addr == k->dst_addr) { in check_keep_state()
309 } else if (cmd->arg3 == 4 && s->dst_port == k->dst_port) { in check_keep_state()
H A Dip_fw3_basic.c216 if(cmd->arg3 > 1) { in check_forward()
218 i = krandom() % cmd->arg3; in check_forward()
220 i = cmd->arg2++ % cmd->arg3; in check_forward()
223 i = ip->ip_src.s_addr & (cmd->arg3 - 1); in check_forward()
/dragonfly/contrib/binutils-2.34/gold/
H A Dexpression.cc564 Trinary_expression(Expression* arg1, Expression* arg2, Expression* arg3) in Trinary_expression() argument
565 : arg1_(arg1), arg2_(arg2), arg3_(arg3) in Trinary_expression()
663 Trinary_cond(Expression* arg1, Expression* arg2, Expression* arg3) in Trinary_cond() argument
664 : Trinary_expression(arg1, arg2, arg3) in Trinary_cond()
693 script_exp_trinary_cond(Expression* arg1, Expression* arg2, Expression* arg3) in script_exp_trinary_cond() argument
695 return new Trinary_cond(arg1, arg2, arg3); in script_exp_trinary_cond()
/dragonfly/contrib/binutils-2.27/gold/
H A Dexpression.cc545 Trinary_expression(Expression* arg1, Expression* arg2, Expression* arg3) in Trinary_expression() argument
546 : arg1_(arg1), arg2_(arg2), arg3_(arg3) in Trinary_expression()
636 Trinary_cond(Expression* arg1, Expression* arg2, Expression* arg3) in Trinary_cond() argument
637 : Trinary_expression(arg1, arg2, arg3) in Trinary_cond()
666 script_exp_trinary_cond(Expression* arg1, Expression* arg2, Expression* arg3) in script_exp_trinary_cond() argument
668 return new Trinary_cond(arg1, arg2, arg3); in script_exp_trinary_cond()
/dragonfly/tools/tools/netrate/netperf/tcp_stream/
H A Dtcp_stream.c259 int n, arg1, arg2, arg3; in main() local
263 &arg1, &arg2, &arg3, &arg4, &res); in main()

123