HomeSort by: relevance | last modified time | path
    Searched refs:arg4 (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/tests/compat/linux/arch/x86_64/
h_syscall.c 37 register_t arg4, register_t arg5, register_t arg6, ...)
40 register register_t r10 __asm__ ("r10") = arg4;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_syscall_linux_x86_64.inc 48 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4) {
52 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4) :
58 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
64 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5) :
71 static uptr internal_syscall(u64 nr, T1 arg1, T2 arg2, T3 arg3, T4 arg4,
78 "S"((u64)arg2), "d"((u64)arg3), "r"((u64)arg4), "r"((u64)arg5),
sanitizer_syscall_linux_aarch64.inc 68 u64 arg4) {
73 register u64 x3 asm("x3") = arg4;
84 u64 arg4, long arg5) {
89 register u64 x3 asm("x3") = arg4;
102 u64 arg4, long arg5, long arg6) {
107 register u64 x3 asm("x3") = arg4;
sanitizer_syscall_linux_arm.inc 68 u32 arg4) {
73 register u32 r3 asm("r3") = arg4;
84 u32 arg4, long arg5) {
89 register u32 r3 asm("r3") = arg4;
102 u32 arg4, long arg5, long arg6) {
107 register u32 r3 asm("r3") = arg4;
sanitizer_win_dll_thunk.h 157 extern "C" void *name(void *arg1, void *arg2, void *arg3, void *arg4) { \
160 return fn(arg1, arg2, arg3, arg4); \
165 extern "C" void *name(void *arg1, void *arg2, void *arg3, void *arg4, \
169 return fn(arg1, arg2, arg3, arg4, arg5); \
174 extern "C" void *name(void *arg1, void *arg2, void *arg3, void *arg4, \
178 return fn(arg1, arg2, arg3, arg4, arg5, arg6); \
sanitizer_linux.h 57 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5);
  /src/sys/rump/librump/rumpkern/
rumpkern_if_wrappers.c 51 rump_pub_kernelfsym_load(void *arg1, uint64_t arg2, char *arg3, uint64_t arg4)
56 rv = rump_kernelfsym_load(arg1, arg2, arg3, arg4);
63 rump_pub_uio_setup(void *arg1, size_t arg2, off_t arg3, enum rump_uiorw arg4)
68 rv = rump_uio_setup(arg1, arg2, arg3, arg4);
111 rump_pub_cred_create(uid_t arg1, gid_t arg2, size_t arg3, gid_t *arg4)
116 rv = rump_cred_create(arg1, arg2, arg3, arg4);
216 rump_pub_etfs_register_withsize(const char *arg1, const char *arg2, enum rump_etfs_type arg3, uint64_t arg4, uint64_t arg5)
221 rv = rump_etfs_register_withsize(arg1, arg2, arg3, arg4, arg5);
  /src/sys/sys/
sdt.h 67 #define DTRACE_PROBE4(prov, name, arg1, arg2, arg3, arg4) do { \
72 (unsigned long)(arg4)); \
75 #define DTRACE_PROBE5(prov, name, arg1, arg2, arg3, arg4, arg5) do { \
80 (unsigned long)(arg4), (unsigned long)(arg5)); \
99 #define SDT_PROBE(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) do \
105 __MACROUSE((uintptr_t)(arg4)); \
114 #define SDT_PROBE_DEFINE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4)
116 arg3, arg4, arg5)
118 arg3, arg4, arg5, arg6)
138 #define SDT_PROBE5(prov, mod, func, name, arg0, arg1, arg2, arg3, arg4) do
    [all...]
dtrace_bsd.h 101 uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4);
  /src/usr.sbin/rpc.lockd/
lock_proc.c 317 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4)
319 (void)memcpy(arg4, arg, sizeof(nlm_lock));
320 arg4->l_offset = arg->l_offset;
321 arg4->l_len = arg->l_len;
361 struct nlm4_lock arg4; local in function:nlm_test_1_svc
363 nlmtonlm4(&arg->alock, &arg4);
368 holder = testlock(&arg4, 0);
400 struct nlm4_lock arg4; local in function:nlm_test_msg_1_svc
403 nlmtonlm4(&arg->alock, &arg4);
408 holder = testlock(&arg4, 0)
451 struct nlm4_lockargs arg4; local in function:nlm_lock_1_svc
473 struct nlm4_lockargs arg4; local in function:nlm_lock_msg_1_svc
503 struct nlm4_lock arg4; local in function:nlm_cancel_1_svc
525 struct nlm4_lock arg4; local in function:nlm_cancel_msg_1_svc
555 struct nlm4_lock arg4; local in function:nlm_unlock_1_svc
572 struct nlm4_lock arg4; local in function:nlm_unlock_msg_1_svc
    [all...]
  /src/sys/rump/librump/rumpvfs/
rumpvfs_if_wrappers.c 27 rump_pub_getvninfo(struct vnode *arg1, enum rump_vtype *arg2, off_t *arg3, dev_t *arg4)
31 rump_getvninfo(arg1, arg2, arg3, arg4);
165 rump_pub_namei(uint32_t arg1, uint32_t arg2, const char *arg3, struct vnode **arg4, struct vnode **arg5, struct componentname **arg6)
170 rv = rump_namei(arg1, arg2, arg3, arg4, arg5, arg6);
177 rump_pub_makecn(u_long arg1, u_long arg2, const char *arg3, size_t arg4, struct kauth_cred *arg5, struct lwp *arg6)
182 rv = rump_makecn(arg1, arg2, arg3, arg4, arg5, arg6);
261 rump_pub_vfs_extattrctl(struct mount *arg1, int arg2, struct vnode *arg3, int arg4, const char *arg5)
266 rv = rump_vfs_extattrctl(arg1, arg2, arg3, arg4, arg5);
  /src/sys/arch/arm/arm/
smccc.c 104 register_t arg1, register_t arg2, register_t arg3, register_t arg4,
107 register_t args[5] = { fid, arg1, arg2, arg3, arg4 };
  /src/sys/external/bsd/acpica/dist/include/platform/
acefi.h 256 UINT64 arg4);
258 UINT64 arg4, UINT64 arg5);
260 UINT64 arg4, UINT64 arg5, UINT64 arg6);
262 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7);
264 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
267 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
270 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
  /src/sys/arch/arm/pci/
pci_smccc.c 52 register_t arg1, register_t arg2, register_t arg3, register_t arg4,
64 return smccc_call(fid, arg1, arg2, arg3, arg4,
  /src/etc/rc.d/
wscons 55 ( while read type arg1 arg2 arg3 arg4 arg5; do
65 enc=$arg4
  /src/sys/kern/
kern_sdt.c 96 uintptr_t arg2, uintptr_t arg3, uintptr_t arg4)
  /src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h 335 UINT64 arg4);
337 UINT64 arg4, UINT64 arg5);
339 UINT64 arg4, UINT64 arg5, UINT64 arg6);
341 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7);
343 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
346 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
349 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
  /src/libexec/ld.elf_so/arch/or1k/
rtld_start.S 94 l.sw -12(r1), r7 # save arg4
112 l.lwz r7, -12(r1) # restore arg4
  /src/sys/fs/nfs/nlm/
nlm_prot_server.c 391 nlm4_res arg4; local in function:nlm_lock_res_1_svc
393 nlm_convert_to_nlm4_res(&arg4, argp);
394 return (nlm4_lock_res_4_svc(&arg4, result, rqstp));
400 nlm4_res arg4; local in function:nlm_cancel_res_1_svc
402 nlm_convert_to_nlm4_res(&arg4, argp);
403 return (nlm4_cancel_res_4_svc(&arg4, result, rqstp));
409 nlm4_res arg4; local in function:nlm_unlock_res_1_svc
411 nlm_convert_to_nlm4_res(&arg4, argp);
412 return (nlm4_unlock_res_4_svc(&arg4, result, rqstp));
418 nlm4_res arg4; local in function:nlm_granted_res_1_svc
    [all...]
  /src/usr.bin/make/
make.h 684 #define DEBUG4(module, fmt, arg1, arg2, arg3, arg4) \
685 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4))
686 #define DEBUG5(module, fmt, arg1, arg2, arg3, arg4, arg5) \
687 DEBUG_IMPL(module, (fmt, arg1, arg2, arg3, arg4, arg5))
  /src/sys/arch/riscv/include/
sbi.h 287 unsigned long arg3, unsigned long arg4, unsigned long arg5)
298 register register_t _a4 __asm ("a4") = arg4;
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
linux_syscall_hooks.h 1118 #define __sanitizer_syscall_pre_sendto(arg0, arg1, arg2, arg3, arg4, arg5) \
1121 (long)(arg4), (long)(arg5))
1122 #define __sanitizer_syscall_post_sendto(res, arg0, arg1, arg2, arg3, arg4, \
1126 (long)(arg4), (long)(arg5))
1144 #define __sanitizer_syscall_pre_recvfrom(arg0, arg1, arg2, arg3, arg4, arg5) \
1147 (long)(arg4), (long)(arg5))
1148 #define __sanitizer_syscall_post_recvfrom(res, arg0, arg1, arg2, arg3, arg4, \
1152 (long)(arg4), (long)(arg5))
1478 #define __sanitizer_syscall_pre_keyctl(cmd, arg2, arg3, arg4, arg5) \
1480 (long)(arg4), (long)(arg5)
    [all...]
  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 1289 #define EMIT_OP1(type, arg1, arg2, arg3, arg4) \
1290 CHECK(sljit_emit_op1(compiler, type, arg1, arg2, arg3, arg4))
1292 #define EMIT_OP2(type, arg1, arg2, arg3, arg4, arg5, arg6) \
1293 CHECK(sljit_emit_op2(compiler, type, arg1, arg2, arg3, arg4, arg5, arg6))
1303 #define EMIT_CMP(jump, type, arg1, arg2, arg3, arg4) \
1304 jump = sljit_emit_cmp(compiler, type, arg1, arg2, arg3, arg4); \
1806 #define EMIT_OP1(type, arg1, arg2, arg3, arg4) \
1807 CHECK(sljit_emit_op1(compiler_common.compiler, type, arg1, arg2, arg3, arg4))
1809 #define EMIT_OP2(type, arg1, arg2, arg3, arg4, arg5, arg6) \
1810 CHECK(sljit_emit_op2(compiler_common.compiler, type, arg1, arg2, arg3, arg4, arg5, arg6)
    [all...]
  /src/sys/arch/hppa/stand/xxboot/
start.S 239 ldw -52(%sp),%arg1 ; arg4: exec address
277 ldo R%retbuf-$global$(%r1),%r22 ; arg4: return buffer
292 stw %r22,-52(%sp) ; arg4: return buffer
362 ; arg4 R_addr (pointer to return buffer (64word?))
420 ; arg4 R_addr (pointer to return buffer (64word?))
486 ; arg4 R_addr (pointer to return buffer (64word?))
  /src/sys/arch/usermode/include/
thunk.h 105 int nargs, void *arg1, void *arg2, void *arg3, void *arg4);

Completed in 57 milliseconds

1 2