/openbmc/linux/arch/parisc/mm/ |
H A D | fault.c | 54 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp() 227 const char *trap_name(unsigned long code) in trap_name() 242 show_signal_msg(struct pt_regs *regs, unsigned long code, in show_signal_msg() 267 void do_page_fault(struct pt_regs *regs, unsigned long code, in do_page_fault()
|
/openbmc/telemetry/redfish-tests/ |
H A D | redfish_requests.py | 30 def get(self, path, code=RedfishHttpStatus.ok): argument 39 def post(self, path, body, code=RedfishHttpStatus.created): argument 50 def delete(self, path, code=RedfishHttpStatus.no_content): argument 89 code=RedfishHttpStatus.created, argument
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | dis.h | 14 static inline int insn_length(unsigned char code) in insn_length() 25 static inline int is_known_insn(unsigned char *code) in is_known_insn()
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | b.c | 40 unsigned long code[] = in cpu_post_test_bc() local 85 ulong code[] = in cpu_post_test_b() local 108 ulong code[] = in cpu_post_test_b() local
|
H A D | string.c | 39 ulong code[] = in cpu_post_test_string() local 61 ulong code[] = in cpu_post_test_string() local
|
/openbmc/linux/arch/riscv/kernel/probes/ |
H A D | simulate-insn.h | 8 #define RISCV_INSN_REJECTED(name, code) \ argument 15 #define RISCV_INSN_SET_SIMULATE(name, code) \ argument
|
/openbmc/linux/lib/zstd/ |
H A D | zstd_decompress_module.c | 21 unsigned int zstd_is_error(size_t code) in zstd_is_error() 27 zstd_error_code zstd_get_error_code(size_t code) in zstd_get_error_code() 33 const char *zstd_get_error_name(size_t code) in zstd_get_error_name()
|
/openbmc/linux/lib/zstd/common/ |
H A D | error_private.h | 47 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 49 ERR_STATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; ret… in ERR_getErrorCode() 62 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
|
/openbmc/linux/arch/csky/kernel/ |
H A D | traps.c | 115 void do_trap(struct pt_regs *regs, int signo, int code, unsigned long addr) in do_trap() 131 static void do_trap_error(struct pt_regs *regs, int signo, int code, in do_trap_error() 144 #define DO_ERROR_INFO(name, signo, code, str) \ argument
|
/openbmc/linux/arch/arm/kernel/ |
H A D | sigreturn_codes.S | 33 #define ARM_OK(code...) code argument 35 #define ARM_OK(code...) argument
|
/openbmc/qemu/hw/s390x/ |
H A D | sclp.c | 36 static inline bool sclp_command_code_valid(uint32_t code) in sclp_command_code_valid() 53 uint32_t code) in sccb_verify_boundary() 237 static void sclp_execute(SCLPDevice *sclp, SCCB *sccb, uint32_t code) in sclp_execute() 268 int sclp_service_call_protected(S390CPU *cpu, uint64_t sccb, uint32_t code) in sclp_service_call_protected() 295 int sclp_service_call(S390CPU *cpu, uint64_t sccb, uint32_t code) in sclp_service_call()
|
/openbmc/linux/drivers/staging/media/imx/ |
H A D | imx-media-utils.c | 244 imx_media_find_mbus_format(u32 code, enum imx_pixfmt_sel fmt_sel) in imx_media_find_mbus_format() 290 enum imx_pixfmt_sel fmt_sel, u32 code) in imx_media_enum_pixel_formats() 353 int imx_media_enum_mbus_formats(u32 *code, u32 index, in imx_media_enum_mbus_formats() 391 u32 width, u32 height, u32 code, u32 field, in imx_media_init_mbus_fmt() 541 u32 code; in imx_media_mbus_fmt_to_pix_fmt() local
|
/openbmc/linux/arch/csky/mm/ |
H A D | fault.c | 100 static inline void bad_area_nosemaphore(struct pt_regs *regs, struct mm_struct *mm, int code, unsig… in bad_area_nosemaphore() 115 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault() 194 int code = SEGV_MAPERR; in do_page_fault() local
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | assembler.h | 143 #define CPU_BE(code...) code argument 152 #define CPU_LE(code...) argument
|
/openbmc/openbmc/poky/scripts/ |
H A D | cve-json-to-text.py | 16 def show_syntax_and_exit(code): argument 26 def exit_error(code, message): argument
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | branch-relative-long.c | 20 const char *code; member 58 void (*code)(void) = (void *)(buf + 0x100000000); in main() local
|
/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | test-thumb.c | 28 #define TEST_ITBLOCK(code) \ argument 244 #define TEST_POPPC(code, offset) \ in kprobe_thumb16_test_cases() argument 277 #define TEST_IT(code, code2) \ in kprobe_thumb16_test_cases() argument
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_ionsp.h | 446 #define IOSP_GET_STATUS_LEN(code) ((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4)) argument 448 #define IOSP_STATUS_IS_2BYTE(code) ((code) < 0x08) argument 449 #define IOSP_STATUS_IS_3BYTE(code) (((code) >= 0x08) && ((code) <= 0x0B)) argument 450 #define IOSP_STATUS_IS_4BYTE(code) (((code) >= 0x0C) && ((code) <= 0x0D)) argument
|
/openbmc/linux/arch/s390/kernel/ |
H A D | irq.c | 287 u16 code; member 293 static inline int ext_hash(u16 code) in ext_hash() 300 int register_external_irq(u16 code, ext_int_handler_t handler) in register_external_irq() 320 int unregister_external_irq(u16 code, ext_int_handler_t handler) in unregister_external_irq()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | crct10dif-ce-core.S | 69 #define CPU_LE(code...) argument 71 #define CPU_LE(code...) code argument
|
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-ip.c | 11 u32 code; member 25 static const struct rzg2l_cru_ip_format *rzg2l_cru_ip_code_to_fmt(unsigned int code) in rzg2l_cru_ip_code_to_fmt() 144 struct v4l2_subdev_mbus_code_enum *code) in rzg2l_cru_ip_enum_mbus_code()
|
/openbmc/linux/drivers/target/tcm_fc/ |
H A D | tfc_cmd.c | 267 u32 status, enum fcp_resp_rsp_codes code) in ft_send_resp_status() 309 enum fcp_resp_rsp_codes code) in ft_send_resp_code() 321 enum fcp_resp_rsp_codes code) in ft_send_resp_code_and_free() 379 enum fcp_resp_rsp_codes code; in ft_queue_tm_resp() local
|
/openbmc/linux/include/linux/input/ |
H A D | sparse-keymap.h | 35 u32 code; member 39 u8 code; member
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | srf.c | 40 u_char code ; member 152 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index) in smt_get_evc() 176 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event()
|
/openbmc/linux/net/netfilter/ |
H A D | nft_reject.c | 104 int nft_reject_icmp_code(u8 code) in nft_reject_icmp_code() 122 int nft_reject_icmpv6_code(u8 code) in nft_reject_icmpv6_code()
|