Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 182) sorted by relevance

12345678

/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp383 nlohmann::json propertyDuplicate(std::string_view arg1) in propertyDuplicate()
581 nlohmann::json serviceDisabled(std::string_view arg1) in serviceDisabled()
817 propertyValueResourceConflict(std::string_view arg1, in propertyValueResourceConflict()
1070 nlohmann::json propertyNotWritable(std::string_view arg1) in propertyNotWritable()
1201 nlohmann::json strictAccountTypes(std::string_view arg1) in strictAccountTypes()
1368 nlohmann::json propertyUnknown(std::string_view arg1) in propertyUnknown()
1510 nlohmann::json actionNotSupported(std::string_view arg1) in actionNotSupported()
1529 nlohmann::json invalidIndex(int64_t arg1) in invalidIndex()
1536 void invalidIndex(crow::Response& res, int64_t arg1) in invalidIndex()
1728 nlohmann::json propertyMissing(std::string_view arg1) in propertyMissing()
[all …]
/openbmc/qemu/bsd-user/
H A Dbsd-file.h35 #define LOCK_PATH2(p1, arg1, p2, arg2) \ argument
48 #define UNLOCK_PATH2(p1, arg1, p2, arg2) \ argument
253 static abi_long do_bsd_close(abi_long arg1) in do_bsd_close()
265 static abi_long do_bsd_fsync(abi_long arg1) in do_bsd_fsync()
278 static abi_long do_bsd_revoke(abi_long arg1) in do_bsd_revoke()
331 static abi_long do_bsd_chdir(abi_long arg1) in do_bsd_chdir()
344 static abi_long do_bsd_fchdir(abi_long arg1) in do_bsd_fchdir()
404 static abi_long do_bsd_unlink(abi_long arg1) in do_bsd_unlink()
458 static abi_long do_bsd_rmdir(abi_long arg1) in do_bsd_rmdir()
487 static abi_long do_bsd_dup(abi_long arg1) in do_bsd_dup()
[all …]
H A Dbsd-proc.h33 static inline abi_long do_bsd_exit(void *cpu_env, abi_long arg1) in do_bsd_exit()
87 static inline abi_long do_bsd_umask(abi_long arg1) in do_bsd_umask()
93 static inline abi_long do_bsd_setlogin(abi_long arg1) in do_bsd_setlogin()
109 static inline abi_long do_bsd_getlogin(abi_long arg1, abi_long arg2) in do_bsd_getlogin()
233 static inline abi_long do_bsd_setuid(abi_long arg1) in do_bsd_setuid()
239 static inline abi_long do_bsd_seteuid(abi_long arg1) in do_bsd_seteuid()
245 static inline abi_long do_bsd_setgid(abi_long arg1) in do_bsd_setgid()
251 static inline abi_long do_bsd_setegid(abi_long arg1) in do_bsd_setegid()
345 static inline abi_long do_bsd_getsid(abi_long arg1) in do_bsd_getsid()
363 static inline abi_long do_bsd_profil(abi_long arg1, abi_long arg2, in do_bsd_profil()
[all …]
H A Dbsd-mem.h65 static inline abi_long do_bsd_mmap(void *cpu_env, abi_long arg1, abi_long arg2, in do_bsd_mmap()
79 static inline abi_long do_bsd_munmap(abi_long arg1, abi_long arg2) in do_bsd_munmap()
85 static inline abi_long do_bsd_mprotect(abi_long arg1, abi_long arg2, in do_bsd_mprotect()
103 static inline abi_long do_bsd_mlock(abi_long arg1, abi_long arg2) in do_bsd_mlock()
112 static inline abi_long do_bsd_munlock(abi_long arg1, abi_long arg2) in do_bsd_munlock()
121 static inline abi_long do_bsd_mlockall(abi_long arg1) in do_bsd_mlockall()
133 static inline abi_long do_bsd_madvise(abi_long arg1, abi_long arg2, in do_bsd_madvise()
261 static inline abi_long do_bsd_shm_open(abi_ulong arg1, abi_long arg2, in do_bsd_shm_open()
286 static inline abi_long do_bsd_shm_unlink(abi_ulong arg1) in do_bsd_shm_unlink()
302 static inline abi_long do_bsd_shmget(abi_long arg1, abi_ulong arg2, in do_bsd_shmget()
H A Dstrace.c52 static void print_sysctl(const struct syscallname *name, abi_long arg1, in print_sysctl()
74 static void print_execve(const struct syscallname *name, abi_long arg1, in print_execve()
109 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in print_ioctl()
127 static void print_sysarch(const struct syscallname *name, abi_long arg1, in print_sysarch()
163 unsigned int nscnames, abi_long arg1, abi_long arg2, abi_long arg3, in print_syscall()
218 void print_freebsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_freebsd_syscall()
232 void print_netbsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_netbsd_syscall()
246 void print_openbsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_openbsd_syscall()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c526 void helper_mtc0_index(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_index()
682 void helper_dmtc0_entrylo0(CPUMIPSState *env, uint64_t arg1) in helper_dmtc0_entrylo0()
868 void helper_dmtc0_entrylo1(CPUMIPSState *env, uint64_t arg1) in helper_dmtc0_entrylo1()
1028 void helper_mtc0_wired(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_wired()
1039 void helper_mtc0_pwctl(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_pwctl()
1098 void helper_mtc0_count(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_count()
1103 void helper_mtc0_saari(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_saari()
1111 void helper_mtc0_saar(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_saar()
1126 void helper_mthc0_saar(CPUMIPSState *env, target_ulong arg1) in helper_mthc0_saar()
1358 void helper_mtc0_maar(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_maar()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dvr54xx_helper.c47 target_ulong helper_muls(CPUMIPSState *env, target_ulong arg1, in helper_muls()
54 target_ulong helper_mulsu(CPUMIPSState *env, target_ulong arg1, in helper_mulsu()
61 target_ulong helper_macc(CPUMIPSState *env, target_ulong arg1, in helper_macc()
68 target_ulong helper_macchi(CPUMIPSState *env, target_ulong arg1, in helper_macchi()
75 target_ulong helper_maccu(CPUMIPSState *env, target_ulong arg1, in helper_maccu()
82 target_ulong helper_macchiu(CPUMIPSState *env, target_ulong arg1, in helper_macchiu()
89 target_ulong helper_msac(CPUMIPSState *env, target_ulong arg1, in helper_msac()
96 target_ulong helper_msachi(CPUMIPSState *env, target_ulong arg1, in helper_msachi()
103 target_ulong helper_msacu(CPUMIPSState *env, target_ulong arg1, in helper_msacu()
117 target_ulong helper_mulhi(CPUMIPSState *env, target_ulong arg1, in helper_mulhi()
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dtask_messages.hpp39 inline nlohmann::json taskAborted(std::string_view arg1) in taskAborted()
45 inline nlohmann::json taskCancelled(std::string_view arg1) in taskCancelled()
51 inline nlohmann::json taskCompletedOK(std::string_view arg1) in taskCompletedOK()
57 inline nlohmann::json taskCompletedWarning(std::string_view arg1) in taskCompletedWarning()
63 inline nlohmann::json taskPaused(std::string_view arg1) in taskPaused()
69 inline nlohmann::json taskProgressChanged(std::string_view arg1, size_t arg2) in taskProgressChanged()
76 inline nlohmann::json taskRemoved(std::string_view arg1) in taskRemoved()
82 inline nlohmann::json taskResumed(std::string_view arg1) in taskResumed()
88 inline nlohmann::json taskStarted(std::string_view arg1) in taskStarted()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h42 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, in bw_min2()
48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2()
101 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, in bw_add()
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub()
121 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div()
136 static inline bool bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_equ()
141 static inline bool bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_neq()
146 static inline bool bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_leq()
151 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq()
156 static inline bool bw_ltn(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_ltn()
[all …]
/openbmc/qemu/bsd-user/freebsd/
H A Dos-stat.h58 static inline abi_long do_freebsd11_stat(abi_long arg1, abi_long arg2) in do_freebsd11_stat()
74 static inline abi_long do_freebsd11_lstat(abi_long arg1, abi_long arg2) in do_freebsd11_lstat()
90 static inline abi_long do_freebsd11_fstat(abi_long arg1, abi_long arg2) in do_freebsd11_fstat()
103 static inline abi_long do_freebsd_fstat(abi_long arg1, abi_long arg2) in do_freebsd_fstat()
150 static abi_long do_freebsd11_nstat(abi_long arg1, abi_long arg2) in do_freebsd11_nstat()
166 static abi_long do_freebsd11_nfstat(abi_long arg1, abi_long arg2) in do_freebsd11_nfstat()
179 static abi_long do_freebsd11_nlstat(abi_long arg1, abi_long arg2) in do_freebsd11_nlstat()
195 static abi_long do_freebsd_getfh(abi_long arg1, abi_long arg2) in do_freebsd_getfh()
453 static inline abi_long do_freebsd11_getdents(abi_long arg1, in do_freebsd11_getdents()
484 static inline abi_long do_freebsd11_getdirentries(abi_long arg1, in do_freebsd11_getdirentries()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dfixed31_32.h135 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt()
144 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le()
153 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq()
162 static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_min()
174 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max()
245 static inline struct fixed31_32 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_add()
261 static inline struct fixed31_32 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_add_int()
270 static inline struct fixed31_32 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_sub()
286 static inline struct fixed31_32 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_sub_int()
308 static inline struct fixed31_32 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_mul_int()
[all …]
/openbmc/qemu/tcg/
H A Dtcg-op.c416 void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_or_i32()
525 TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_setcond_i32()
537 TCGv_i32 arg1, int32_t arg2) in tcg_gen_setcondi_i32()
543 TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_negsetcond_i32()
558 TCGv_i32 arg1, int32_t arg2) in tcg_gen_negsetcondi_i32()
792 void tcg_gen_ctpop_i32(TCGv_i32 ret, TCGv_i32 arg1) in tcg_gen_ctpop_i32()
1959 TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_setcond_i64()
1978 TCGv_i64 arg1, int64_t arg2) in tcg_gen_setcondi_i64()
1996 TCGv_i64 arg1, int64_t arg2) in tcg_gen_negsetcondi_i64()
2002 TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_negsetcond_i64()
[all …]
/openbmc/qemu/linux-user/
H A Dstrace.c663 abi_long arg1, abi_long arg2, abi_long arg3, in print_semctl()
676 abi_long arg1, abi_long arg2, abi_long arg3, in print_ipc()
1876 abi_long arg0, abi_long arg1, abi_long arg2, in print_acct()
1888 abi_long arg0, abi_long arg1, abi_long arg2, in print_brk()
2471 abi_long arg0, abi_long arg1, abi_long arg2, in print_link()
3095 abi_long arg0, abi_long arg1, abi_long arg2, in print_bind()
3109 abi_long arg0, abi_long arg1, abi_long arg2, in print_stat()
3434 abi_long arg0, abi_long arg1, abi_long arg2, in print_open()
3770 abi_long arg0, abi_long arg1, abi_long arg2, in print_mmap_both()
3801 abi_long arg0, abi_long arg1, abi_long arg2, in print_mmap()
[all …]
/openbmc/linux/tools/include/nolibc/
H A Darch-x86_64.h46 #define my_syscall1(num, arg1) \ argument
62 #define my_syscall2(num, arg1, arg2) \ argument
79 #define my_syscall3(num, arg1, arg2, arg3) \ argument
97 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
116 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
136 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
H A Darch-i386.h45 #define my_syscall1(num, arg1) \ argument
61 #define my_syscall2(num, arg1, arg2) \ argument
78 #define my_syscall3(num, arg1, arg2, arg3) \ argument
96 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
115 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
135 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
H A Darch-aarch64.h42 #define my_syscall1(num, arg1) \ argument
57 #define my_syscall2(num, arg1, arg2) \ argument
73 #define my_syscall3(num, arg1, arg2, arg3) \ argument
90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
H A Darch-riscv.h41 #define my_syscall1(num, arg1) \ argument
55 #define my_syscall2(num, arg1, arg2) \ argument
71 #define my_syscall3(num, arg1, arg2, arg3) \ argument
88 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
106 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
125 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
H A Darch-mips.h53 #define my_syscall1(num, arg1) \ argument
71 #define my_syscall2(num, arg1, arg2) \ argument
90 #define my_syscall3(num, arg1, arg2, arg3) \ argument
110 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
130 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
152 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
H A Darch-powerpc.h45 #define my_syscall1(num, arg1) \ argument
64 #define my_syscall2(num, arg1, arg2) \ argument
84 #define my_syscall3(num, arg1, arg2, arg3) \ argument
105 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
128 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
151 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
H A Darch-loongarch.h43 #define my_syscall1(num, arg1) \ argument
57 #define my_syscall2(num, arg1, arg2) \ argument
73 #define my_syscall3(num, arg1, arg2, arg3) \ argument
90 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
108 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
127 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
H A Darch-arm.h70 #define my_syscall1(num, arg1) \ argument
87 #define my_syscall2(num, arg1, arg2) \ argument
105 #define my_syscall3(num, arg1, arg2, arg3) \ argument
124 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
144 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
165 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
H A Darch-s390.h40 #define my_syscall1(num, arg1) \ argument
54 #define my_syscall2(num, arg1, arg2) \ argument
69 #define my_syscall3(num, arg1, arg2, arg3) \ argument
85 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
102 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
121 #define my_syscall6(num, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
/openbmc/linux/arch/m68k/include/asm/
H A Dlinkage.h22 #define __asmlinkage_protect1(ret, arg1) \ argument
24 #define __asmlinkage_protect2(ret, arg1, arg2) \ argument
26 #define __asmlinkage_protect3(ret, arg1, arg2, arg3) \ argument
28 #define __asmlinkage_protect4(ret, arg1, arg2, arg3, arg4) \ argument
31 #define __asmlinkage_protect5(ret, arg1, arg2, arg3, arg4, arg5) \ argument
34 #define __asmlinkage_protect6(ret, arg1, arg2, arg3, arg4, arg5, arg6) \ argument
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dstub_32.h24 static inline long stub_syscall1(long syscall, long arg1) in stub_syscall1()
33 static inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2()
43 static inline long stub_syscall3(long syscall, long arg1, long arg2, long arg3) in stub_syscall3()
53 static inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4()
64 static inline long stub_syscall5(long syscall, long arg1, long arg2, long arg3, in stub_syscall5()
/openbmc/qemu/tests/tcg/arm/
H A Dhello-arm.c27 #define _syscall1(type,name,type1,arg1) \ argument
40 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
55 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
71 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
88 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \ argument

12345678