Searched refs:arg2 (Results 76 - 100 of 409) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/dev/fbt/x86/
H A Dfbt_isa.c65 uintptr_t arg0, arg1, arg2, arg3, arg4; local
89 arg2 = frame->tf_rdx;
106 arg2 = stack[i++];
114 arg2, arg3, arg4);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp82 GetTypes<__VA_ARGS__>::Arg<2>::Type arg2) { \
83 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1, arg2); \
95 GetTypes<__VA_ARGS__>::Arg<2>::Type arg2, \
97 return LLVM_SYMBOLIZER_GET_FUNC(Function)(arg0, arg1, arg2, arg3); \
/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c3090 tree arg1, tree arg2, tree arg3, const char *problem)
3103 problem, arg1, arg2, arg3);
3112 error ("%s for %<operator[]%> in %<%E[%E]%>", problem, arg1, arg2);
3121 if (arg2)
3123 problem, opname, arg1, opname, arg2);
3199 build_conditional_expr (tree arg1, tree arg2, tree arg3) argument
3214 if (!arg2)
3221 arg2 = arg1 = stabilize_reference (arg1);
3223 arg2 = arg1 = save_expr (arg1);
3235 || error_operand_p (arg2)
3089 op_error(enum tree_code code, enum tree_code code2, tree arg1, tree arg2, tree arg3, const char *problem) argument
3674 build_new_op(enum tree_code code, int flags, tree arg1, tree arg2, tree arg3, bool *overloaded_p) argument
[all...]
H A Dcp-gimplify.c806 cxx_omp_clause_apply_fn (tree fn, tree arg1, tree arg2)
815 if (arg2)
826 start2 = arg2;
832 if (arg2)
838 if (arg2)
849 if (arg2)
861 if (arg2)
864 i = 1 + (arg2 != NULL);
877 if (arg2)
894 if (arg2)
805 cxx_omp_clause_apply_fn(tree fn, tree arg1, tree arg2) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh40 #define CANTREAD3(func, arg1, arg2) \
41 BEGIN { badsubr = "func()"; func((void *)&\`utsname, arg1, arg2); FAIL }
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.h111 extern void elink_cb_dbg2(struct bxe_softc *sc, char *fmt, uint32_t arg1, uint32_t arg2);
112 extern void elink_cb_dbg3(struct bxe_softc *sc, char *fmt, uint32_t arg1, uint32_t arg2,
117 #define ELINK_DEBUG_P2(sc, fmt, arg1, arg2) elink_cb_dbg2(sc, fmt, arg1, arg2)
118 #define ELINK_DEBUG_P3(sc, fmt, arg1, arg2, arg3) \
119 elink_cb_dbg3(sc, fmt, arg1, arg2, arg3)
123 #define ELINK_DEBUG_P2(sc, fmt, arg1, arg2)
124 #define ELINK_DEBUG_P3(sc, fmt, arg1, arg2, arg3)
H A Dbxe_debug.c160 uint32_t arg2)
165 snprintf(buf, sizeof(buf), tmp, arg1, arg2);
174 uint32_t arg2,
180 snprintf(buf, sizeof(buf), tmp, arg1, arg2, arg3);
157 elink_cb_dbg2(struct bxe_softc *sc, char *fmt, uint32_t arg1, uint32_t arg2) argument
171 elink_cb_dbg3(struct bxe_softc *sc, char *fmt, uint32_t arg1, uint32_t arg2, uint32_t arg3) argument
/freebsd-11-stable/sys/security/mac/
H A Dmac_system.c223 void *arg1, int arg2, struct sysctl_req *req)
231 MAC_POLICY_CHECK_NOSLEEP(system_check_sysctl, cred, oidp, arg1, arg2,
222 mac_system_check_sysctl(struct ucred *cred, struct sysctl_oid *oidp, void *arg1, int arg2, struct sysctl_req *req) argument
/freebsd-11-stable/sys/sys/
H A Dresourcevar.h161 void *arg2, void *arg3), void (*pre)(void), void (*post)(void),
162 void *arg2, void *arg3);
H A Ddtrace_bsd.h86 uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
H A Dmbuf.h54 #define MBUF_PROBE3(probe, arg0, arg1, arg2) \
55 SDT_PROBE3(sdt, , , probe, arg0, arg1, arg2)
56 #define MBUF_PROBE4(probe, arg0, arg1, arg2, arg3) \
57 SDT_PROBE4(sdt, , , probe, arg0, arg1, arg2, arg3)
58 #define MBUF_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \
59 SDT_PROBE5(sdt, , , probe, arg0, arg1, arg2, arg3, arg4)
655 void (*freef)(struct mbuf *, void *, void *), void *arg1, void *arg2)
668 m->m_ext.ext_arg2 = arg2;
850 #define MEXTADD(m, buf, size, free, arg1, arg2, flags, type) \
851 m_extadd((m), (caddr_t)(buf), (size), (free), (arg1), (arg2), \
654 m_extaddref(struct mbuf *m, caddr_t buf, u_int size, u_int *ref_cnt, void (*freef)(struct mbuf *, void *, void *), void *arg1, void *arg2) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Diidesc.c71 iidesc_cmp(void *arg1, void *arg2) argument
74 iidesc_find_t *find = arg2;
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c126 char *arg1, *arg2, *arg3, *arg4; local
250 if (asprintf(&arg2, "%d", cmdpipe[1]) < 0)
251 err(1, "arg2 conversion failed");
259 if (execl(slave, slave, arg1, arg2, arg3, arg4, NULL) < 0)
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_trs.c179 char *name, int arg1, void *arg2)
217 trtmp->arg2 = arg2;
178 X509_TRUST_add(int id, int flags, int (*ck) (X509_TRUST *, X509 *, int), char *name, int arg1, void *arg2) argument
/freebsd-11-stable/usr.bin/xargs/
H A Dxargs.c306 goto arg2;
315 goto arg2;
328 arg2:
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_events.c43 gv_post_event(struct gv_softc *sc, int event, void *arg1, void *arg2, argument
51 ev->arg2 = arg2;
/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-top.c471 struct continuation_arg *arg2;
511 arg2 =
513 arg1->next = arg2;
514 arg2->next = NULL;
517 arg2->data.longint = space_at_cmd_start;
469 struct continuation_arg *arg2; local
H A Dinfcmd.c720 struct continuation_arg *arg2;
773 arg2 =
777 arg1->next = arg2;
779 arg2->next = arg3;
780 arg2->data.integer = single_inst;
1193 struct continuation_arg *arg1, *arg2, *arg3;
1258 arg2 =
1262 arg1->next = arg2;
1263 arg2->next = arg3;
1266 arg2
715 struct continuation_arg *arg2; local
1184 struct continuation_arg *arg1, *arg2, *arg3; local
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dutil.c84 message (char const *format_msgid, char const *arg1, char const *arg2)
86 message5 (format_msgid, arg1, arg2, 0, 0);
90 message5 (char const *format_msgid, char const *arg1, char const *arg2,
104 arg[2] = arg2;
124 printf (_(format_msgid), arg1, arg2, arg3, arg4);
82 message(char const *format_msgid, char const *arg1, char const *arg2) argument
88 message5(char const *format_msgid, char const *arg1, char const *arg2, char const *arg3, char const *arg4) argument
122 printf (_(format_msgid), arg1, arg2, arg3, arg4); local
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spi.c162 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CPOL));
169 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CPHA));
176 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CSPOL0));
183 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CSPOL1));
190 return (bcm_spi_cs_bit_proc(oidp, arg1, arg2, req, SPI_CS_CSPOL2));
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cong.c325 value = dev->congestion.arg[arg2];
329 value == dev->congestion.arg[arg2])
333 dev->congestion.arg[arg2] = value;
340 error = -mlx5_ib_set_cc_params(dev, MLX5_IB_INDEX(arg[arg2]),
341 dev->congestion.arg[arg2]);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c259 a.nsops = args->arg2;
266 a.nsems = args->arg2;
275 a.semnum = args->arg2;
287 a.msgsz = args->arg2;
295 a.msgsz = args->arg2;
318 a.msgflg = args->arg2;
325 a.cmd = args->arg2;
336 a.shmflg = args->arg2;
355 a.size = args->arg2;
363 a.cmd = args->arg2;
[all...]
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_machdep.c137 a.nsops = args->arg2;
144 a.nsems = args->arg2;
153 a.semnum = args->arg2;
165 a.msgsz = args->arg2;
173 a.msgsz = args->arg2;
196 a.msgflg = args->arg2;
203 a.cmd = args->arg2;
214 a.shmflg = args->arg2;
233 a.size = args->arg2;
241 a.cmd = args->arg2;
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dcommand.cpp108 const errarg &arg2 = empty_errarg,
227 const errarg &arg2, const errarg &arg3)
233 error_with_file_and_line(filename, lineno, format, arg1, arg2, arg3);
236 ::error(format, arg1, arg2, arg3);
240 const errarg &arg2, const errarg &arg3)
242 input_stack::error(format, arg1, arg2, arg3);
226 error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
239 command_error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
/freebsd-11-stable/contrib/mdocml/
H A Dhtml.c497 char *arg1, *arg2; local
567 arg2 = NULL;
569 arg2 = va_arg(ap, char *);
585 print_href(h, arg1, arg2, 1);
627 if ((arg2 = va_arg(ap, char *)) != NULL) {
629 a2width(arg2, su);

Completed in 405 milliseconds

1234567891011>>