Home
last modified time | relevance | path

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

12345678

/openbmc/bmcweb/redfish-core/src/
H A Derror_messages.cpp133 nlohmann::json propertyDuplicate(std::string_view arg1) in propertyDuplicate()
139 void propertyDuplicate(crow::Response& res, std::string_view arg1) in propertyDuplicate()
152 nlohmann::json propertyUnknown(std::string_view arg1) in propertyUnknown()
158 void propertyUnknown(crow::Response& res, std::string_view arg1) in propertyUnknown()
171 nlohmann::json propertyValueTypeError(const nlohmann::json& arg1, in propertyValueTypeError()
180 void propertyValueTypeError(crow::Response& res, const nlohmann::json& arg1, in propertyValueTypeError()
194 nlohmann::json propertyValueFormatError(const nlohmann::json& arg1, in propertyValueFormatError()
203 void propertyValueFormatError(crow::Response& res, const nlohmann::json& arg1, in propertyValueFormatError()
217 nlohmann::json propertyValueNotInList(const nlohmann::json& arg1, in propertyValueNotInList()
226 void propertyValueNotInList(crow::Response& res, const nlohmann::json& arg1, in propertyValueNotInList()
[all …]
H A Dresource_messages.cpp80 nlohmann::json resourceErrorsDetected(std::string_view arg1, in resourceErrorsDetected()
95 nlohmann::json resourceErrorsCorrected(std::string_view arg1, in resourceErrorsCorrected()
110 nlohmann::json resourceErrorThresholdExceeded(std::string_view arg1, in resourceErrorThresholdExceeded()
125 nlohmann::json resourceErrorThresholdCleared(std::string_view arg1, in resourceErrorThresholdCleared()
140 nlohmann::json resourceWarningThresholdExceeded(std::string_view arg1, in resourceWarningThresholdExceeded()
155 nlohmann::json resourceWarningThresholdCleared(std::string_view arg1, in resourceWarningThresholdCleared()
170 nlohmann::json resourceStatusChangedOK(std::string_view arg1, in resourceStatusChangedOK()
185 nlohmann::json resourceStatusChangedWarning(std::string_view arg1, in resourceStatusChangedWarning()
200 nlohmann::json resourceStatusChangedCritical(std::string_view arg1, in resourceStatusChangedCritical()
215 nlohmann::json resourceStateChanged(std::string_view arg1, in resourceStateChanged()
[all …]
H A Dtask_messages.cpp56 nlohmann::json taskStarted(std::string_view arg1) in taskStarted()
69 nlohmann::json taskCompletedOK(std::string_view arg1) in taskCompletedOK()
82 nlohmann::json taskCompletedWarning(std::string_view arg1) in taskCompletedWarning()
95 nlohmann::json taskAborted(std::string_view arg1) in taskAborted()
108 nlohmann::json taskCancelled(std::string_view arg1) in taskCancelled()
121 nlohmann::json taskRemoved(std::string_view arg1) in taskRemoved()
134 nlohmann::json taskPaused(std::string_view arg1) in taskPaused()
147 nlohmann::json taskResumed(std::string_view arg1) in taskResumed()
160 nlohmann::json taskProgressChanged(std::string_view arg1, uint64_t arg2) in taskProgressChanged()
/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
71 static abi_long do_bsd_read(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_read()
87 static abi_long do_bsd_pread(void *cpu_env, abi_long arg1, in do_bsd_pread()
108 static abi_long do_bsd_readv(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_readv()
124 static abi_long do_bsd_preadv(void *cpu_env, abi_long arg1, in do_bsd_preadv()
145 static abi_long do_bsd_write(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_write()
166 static abi_long do_bsd_pwrite(void *cpu_env, abi_long arg1, in do_bsd_pwrite()
187 static abi_long do_bsd_writev(abi_long arg1, abi_long arg2, abi_long arg3) in do_bsd_writev()
203 static abi_long do_bsd_pwritev(void *cpu_env, abi_long arg1, in do_bsd_pwritev()
[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()
138 static inline abi_long do_bsd_getrlimit(abi_long arg1, abi_ulong arg2) in do_bsd_getrlimit()
174 static inline abi_long do_bsd_setrlimit(abi_long arg1, abi_ulong arg2) in do_bsd_setrlimit()
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()
[all …]
H A Dbsd-mem.h66 static inline abi_long do_bsd_mmap(void *cpu_env, abi_long arg1, abi_long arg2, in do_bsd_mmap()
80 static inline abi_long do_bsd_munmap(abi_long arg1, abi_long arg2) in do_bsd_munmap()
86 static inline abi_long do_bsd_mprotect(abi_long arg1, abi_long arg2, in do_bsd_mprotect()
104 static inline abi_long do_bsd_mlock(abi_long arg1, abi_long arg2) in do_bsd_mlock()
113 static inline abi_long do_bsd_munlock(abi_long arg1, abi_long arg2) in do_bsd_munlock()
122 static inline abi_long do_bsd_mlockall(abi_long arg1) in do_bsd_mlockall()
134 static inline abi_long do_bsd_madvise(abi_long arg1, abi_long arg2, in do_bsd_madvise()
262 static inline abi_long do_bsd_shm_open(abi_ulong arg1, abi_long arg2, in do_bsd_shm_open()
287 static inline abi_long do_bsd_shm_unlink(abi_ulong arg1) in do_bsd_shm_unlink()
303 static inline abi_long do_bsd_shmget(abi_long arg1, abi_ulong arg2, in do_bsd_shmget()
H A Dstrace.c53 static void print_sysctl(const struct syscallname *name, abi_long arg1, in print_sysctl()
75 static void print_execve(const struct syscallname *name, abi_long arg1, in print_execve()
110 abi_long arg1, abi_long arg2, abi_long arg3, abi_long arg4, in print_ioctl()
128 static void print_sysarch(const struct syscallname *name, abi_long arg1, in print_sysarch()
164 unsigned int nscnames, abi_long arg1, abi_long arg2, abi_long arg3, in print_syscall()
219 void print_freebsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_freebsd_syscall()
233 void print_netbsd_syscall(int num, abi_long arg1, abi_long arg2, abi_long arg3, in print_netbsd_syscall()
247 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.c502 void helper_mtc0_index(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_index()
514 void helper_mtc0_mvpcontrol(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_mvpcontrol()
533 void helper_mtc0_vpecontrol(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_vpecontrol()
552 void helper_mttc0_vpecontrol(CPUMIPSState *env, target_ulong arg1) in helper_mttc0_vpecontrol()
584 void helper_mtc0_vpeconf0(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_vpeconf0()
602 void helper_mttc0_vpeconf0(CPUMIPSState *env, target_ulong arg1) in helper_mttc0_vpeconf0()
616 void helper_mtc0_vpeconf1(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_vpeconf1()
634 void helper_mtc0_yqmask(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_yqmask()
640 void helper_mtc0_vpeopt(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_vpeopt()
647 void helper_mtc0_entrylo0(CPUMIPSState *env, target_ulong arg1) in helper_mtc0_entrylo0()
[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()
110 target_ulong helper_msachiu(CPUMIPSState *env, target_ulong arg1, in helper_msachiu()
[all …]
/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()
126 static inline struct bw_fixed bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mod()
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()
[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()
116 static inline abi_long do_freebsd11_fstatat(abi_long arg1, abi_long arg2, in do_freebsd11_fstatat()
133 static inline abi_long do_freebsd_fstatat(abi_long arg1, abi_long arg2, in do_freebsd_fstatat()
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()
[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.c350 void tcg_gen_add_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_add_i32()
355 void tcg_gen_addi_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_addi_i32()
365 void tcg_gen_sub_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_sub_i32()
370 void tcg_gen_subfi_i32(TCGv_i32 ret, int32_t arg1, TCGv_i32 arg2) in tcg_gen_subfi_i32()
379 void tcg_gen_subi_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_subi_i32()
389 void tcg_gen_and_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_and_i32()
394 void tcg_gen_andi_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_andi_i32()
422 void tcg_gen_or_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_or_i32()
427 void tcg_gen_ori_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_ori_i32()
439 void tcg_gen_xor_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_xor_i32()
[all …]
/openbmc/qemu/linux-user/
H A Dstrace.c649 abi_long arg1, abi_long arg2, abi_long arg3, in print_newselect()
666 abi_long arg1, abi_long arg2, abi_long arg3, in print_semctl()
677 abi_long arg0, abi_long arg1, abi_long arg2, in print_shmat()
698 abi_long arg1, abi_long arg2, abi_long arg3, in print_ipc()
789 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_addr()
810 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_newselect()
840 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_adjtimex()
875 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_clock_gettime()
894 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_clock_gettime64()
912 abi_long ret, abi_long arg0, abi_long arg1, in print_syscall_ret_gettimeofday()
[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-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-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-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-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.h41 #define my_syscall1(num, arg1) \ argument
55 #define my_syscall2(num, arg1, arg2) \ argument
70 #define my_syscall3(num, arg1, arg2, arg3) \ argument
86 #define my_syscall4(num, arg1, arg2, arg3, arg4) \ argument
103 #define my_syscall5(num, arg1, arg2, arg3, arg4, arg5) \ argument
122 #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()

12345678