Searched refs:arg0 (Results 126 - 136 of 136) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h30 #define __sanitizer_syscall_pre_syscall(code, arg0, arg1, arg2, arg3, arg4, \
33 (long long)(code), (long long)(arg0), (long long)(arg1), \
36 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3, \
39 res, (long long)(code), (long long)(arg0), (long long)(arg1), \
1025 #define __sanitizer_syscall_pre___syscall(code, arg0, arg1, arg2, arg3, arg4, \
1028 (long long)(code), (long long)(arg0), (long long)(arg1), \
1031 #define __sanitizer_syscall_post___syscall(res, code, arg0, arg1, arg2, arg3, \
1034 res, (long long)(code), (long long)(arg0), (long long)(arg1), \
2764 void __sanitizer_syscall_pre_impl_syscall(long long code, long long arg0,
2770 long long arg0, lon
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c12658 tree arg0 = TREE_VALUE (arglist);
12660 rtx op0 = expand_normal (arg0);
12697 tree arg0 = TREE_VALUE (arglist);
12698 rtx op0 = expand_normal (arg0);
12741 tree arg0;
12769 arg0 = TREE_VALUE (arglist);
12771 op0 = expand_normal (arg0);
12801 arg0 = TREE_VALUE (arglist);
12804 op0 = expand_normal (arg0);
12833 arg0
12638 tree arg0 = TREE_VALUE (arglist); local
12677 tree arg0 = TREE_VALUE (arglist); local
12721 tree arg0; local
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c1043 * If arg0 is NULL, callback func needs more
1046 if (sc->cmdq[i].arg0)
1047 sc->cmdq[i].func(sc->cmdq[i].arg0);
1051 sc->cmdq[i].arg0 = NULL;
2355 sc->cmdq[i].arg0 = NULL;
2430 sc->cmdq[i].arg0 = NULL;
2651 sc->cmdq[cnt].arg0 = NULL;
3139 sc->cmdq[i].arg0 = vap;
3403 sc->cmdq[i].arg0 = sc;
4889 sc->cmdq[i].arg0
[all...]
/freebsd-11-stable/bin/sh/
H A Dexpand.c862 ap = arg0;
1011 p = arg0;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_mesh.c2886 int category, int action, void *arg0)
2890 struct ieee80211_meshlmetric_ie *ie = arg0;
2934 int category, int action, void *arg0)
2938 struct ieee80211_meshgann_ie *ie = arg0;
2885 mesh_send_action_meshlmetric(struct ieee80211_node *ni, int category, int action, void *arg0) argument
2933 mesh_send_action_meshgate(struct ieee80211_node *ni, int category, int action, void *arg0) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h2089 * 2.10 void dtrace_probe(dtrace_id_t probe, uintptr_t arg0, uintptr_t arg1,
2101 * arguments are the values to which the D variables "arg0" through "arg4"
2160 extern void dtrace_probe(dtrace_id_t, uintptr_t arg0, uintptr_t arg1,
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c234 static void iwn_xmit_task(void *arg0, int pending);
4853 iwn_xmit_task(void *arg0, int pending) argument
4855 struct iwn_softc *sc = arg0;
8671 iwn_radio_on(void *arg0, int pending) argument
8673 struct iwn_softc *sc = arg0;
8686 iwn_radio_off(void *arg0, int pending) argument
8688 struct iwn_softc *sc = arg0;
8706 iwn_panicked(void *arg0, int pending) argument
8708 struct iwn_softc *sc = arg0;
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c2403 brandnote_cb(const Elf_Note *note, void *arg0, boolean_t *res) argument
2407 arg = arg0;
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c5395 wpi_radio_on(void *arg0, int pending) argument
5397 struct wpi_softc *sc = arg0;
5412 wpi_radio_off(void *arg0, int pending) argument
5414 struct wpi_softc *sc = arg0;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp7255 llvm::Value *arg0,
7265 arg0 = CGF.Builder.CreateBitCast(arg0, ObjCTypes.ObjectPtrTy);
7266 args.add(RValue::get(arg0), arg0Type);
7292 nullReturn.init(CGF, arg0);
7336 nullReturn.init(CGF, arg0);
7251 EmitVTableMessageSend(CodeGenFunction &CGF, ReturnValueSlot returnSlot, QualType resultType, Selector selector, llvm::Value *arg0, QualType arg0Type, bool isSuper, const CallArgList &formalArgs, const ObjCMethodDecl *method) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7162 dtrace_probe(dtrace_id_t id, uintptr_t arg0, uintptr_t arg1,
7227 mstate.dtms_arg[0] = arg0;
7267 * arg0 (the dtrace_state_t) is equal to the ECB's
7271 if (arg0 != (uint64_t)(uintptr_t)state)
7491 (uint32_t *)arg0);
15611 dtrace_state_t *state, uint64_t arg0, uint64_t arg1)
15632 mstate->dtms_arg[0] = arg0;
15679 * Restore the arg0 that we saved upon entry.
15692 * Restore the arg0 that we saved upon entry.

Completed in 252 milliseconds

123456