/openbmc/boost-dbus/include/dbus/ |
H A D | element.hpp | 55 static constexpr int code = DBUS_TYPE_INVALID; member 65 static constexpr int code = DBUS_TYPE_BYTE; member 70 static constexpr int code = DBUS_TYPE_INT16; member 75 static constexpr int code = DBUS_TYPE_UINT16; member 80 static constexpr int code = DBUS_TYPE_INT32; member 85 static constexpr int code = DBUS_TYPE_UINT32; member 90 static constexpr int code = DBUS_TYPE_INT64; member 125 static constexpr int code = DBUS_TYPE_ARRAY; member 216 static auto const constexpr code = member 246 static auto const constexpr code = member [all …]
|
/openbmc/u-boot/lib/ |
H A D | charset.c | 37 int code = 0; in get_code() local 130 int utf8_put(s32 code, char **dst) in utf8_put() 164 s32 code = utf8_get(&src); in utf8_utf16_strnlen() local 186 s32 code = utf8_get(&src); in utf8_utf16_strncpy() local 198 s32 code, code2; in utf16_get() local 247 s32 code = utf16_get(&src); in utf16_strnlen() local 265 s32 code = utf16_get(&src); in utf16_utf8_strnlen() local 290 s32 code = utf16_get(&src); in utf16_utf8_strncpy() local 300 s32 utf_to_lower(const s32 code) in utf_to_lower() 319 s32 utf_to_upper(const s32 code) in utf_to_upper() [all …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | unwind_decoder.c | 86 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1() 103 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2() 121 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3() 141 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4() 162 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1() 173 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2() 188 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3() 198 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1() 256 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6() 368 unw_decode_b1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_b1() [all …]
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | assembler.h | 58 #define ARM_BE8(code...) code argument 60 #define ARM_BE8(code...) argument 67 #define PLD(code...) code argument 69 #define PLD(code...) argument 82 #define CALGN(code...) code argument 84 #define CALGN(code...) argument
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | entry.S | 141 .macro def code argument 149 .macro extint code argument 158 .macro hpmc code argument 185 .macro itlb_11 code argument 199 .macro itlb_20 code argument 216 .macro naitlb_11 code argument 230 .macro naitlb_20 code argument 248 .macro dtlb_11 code argument 262 .macro dtlb_20 code argument 308 .macro dbit_11 code argument [all …]
|
/openbmc/linux/include/linux/ |
H A D | icmpv6.h | 25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() 47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() 58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() 68 u8 type, u8 code, __u32 info) in icmpv6_send() 73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send() 93 static inline void icmpv6_param_prob(struct sk_buff *skb, u8 code, int pos) in icmpv6_param_prob()
|
/openbmc/linux/arch/arm/lib/ |
H A D | io-readsw-armv4.S | 82 #define _BE_ONLY_(code...) code argument 83 #define _LE_ONLY_(code...) argument 87 #define _BE_ONLY_(code...) argument 88 #define _LE_ONLY_(code...) code argument
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fweh.c | 31 enum brcmf_fweh_event_code code; member 43 enum brcmf_fweh_event_code code; member 62 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) in brcmf_fweh_event_name() 72 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) in brcmf_fweh_event_name() 97 enum brcmf_fweh_event_code code, in brcmf_fweh_call_event_handler() 326 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code, in brcmf_fweh_register() 346 enum brcmf_fweh_event_code code) in brcmf_fweh_unregister() 400 enum brcmf_fweh_event_code code; in brcmf_fweh_process_event() local
|
/openbmc/linux/lib/zstd/common/ |
H A D | zstd_common.c | 37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() 41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() 45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() 49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 22 #define BPF_MODE(code) ((code) & 0xe0) argument 31 #define BPF_OP(code) ((code) & 0xf0) argument 49 #define BPF_SRC(code) ((code) & 0x08) argument
|
H A D | filter.h | 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) argument 41 #define BPF_MISCOP(code) ((code) & 0xf8) argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 22 #define BPF_MODE(code) ((code) & 0xe0) argument 31 #define BPF_OP(code) ((code) & 0xf0) argument 49 #define BPF_SRC(code) ((code) & 0x08) argument
|
H A D | filter.h | 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) argument 41 #define BPF_MISCOP(code) ((code) & 0xf8) argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | methodpool.py | 9 def insert_method(modulename, code, fn, lineno): argument 19 def compile_cache(code): argument 25 def compile_cache_add(code, compileobj): argument
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_event.h | 20 unsigned char code; member 28 unsigned char code; member 36 unsigned char code; member 44 unsigned char code; member 53 unsigned char code; member 63 unsigned char code; member 73 unsigned char code; member
|
/openbmc/linux/arch/sparc/mm/ |
H A D | fault_32.c | 59 show_signal_msg(struct pt_regs *regs, int sig, int code, in show_signal_msg() 79 static void __do_fault_siginfo(int code, int sig, struct pt_regs *regs, in __do_fault_siginfo() 104 static noinline void do_fault_siginfo(int code, int sig, struct pt_regs *regs, in do_fault_siginfo() 119 int code; in do_sparc_fault() local 311 int code; in force_user_fault() local
|
/openbmc/linux/include/uapi/linux/surface_aggregator/ |
H A D | dtx.h | 27 #define SDTX_STATUS(code) ((code) | SDTX_CATEGORY_STATUS) argument 28 #define SDTX_ERR_RT(code) ((code) | SDTX_CATEGORY_RUNTIME_ERROR) argument 29 #define SDTX_ERR_HW(code) ((code) | SDTX_CATEGORY_HARDWARE_ERROR) argument 30 #define SDTX_UNKNOWN(code) ((code) | SDTX_CATEGORY_UNKNOWN) argument 90 __u16 code; member
|
/openbmc/linux/arch/riscv/mm/ |
H A D | fault.c | 89 bad_area_nosemaphore(struct pt_regs *regs, int code, unsigned long addr) in bad_area_nosemaphore() 105 bad_area(struct pt_regs *regs, struct mm_struct *mm, int code, in bad_area() 113 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) in vmalloc_fault() 230 int code = SEGV_MAPERR; in handle_page_fault() local
|
/openbmc/linux/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 632 __le16 *code, int space, int *framelen) in gen_mpeg1hdr_to_package() 818 __le16 *code, int space, int *framelen) in gen_mpeg4hdr_to_package() 920 __le16 *code, int space, int *framelen) in brctrl_to_package() 1076 static int config_package(struct go7007 *go, __le16 *code, int space) in config_package() 1198 static int seqhead_to_package(struct go7007 *go, __le16 *code, int space, in seqhead_to_package() 1277 static int avsync_to_package(struct go7007 *go, __le16 *code, int space) in avsync_to_package() 1308 static int final_package(struct go7007 *go, __le16 *code, int space) in final_package() 1371 static int audio_to_package(struct go7007 *go, __le16 *code, int space) in audio_to_package() 1421 static int modet_to_package(struct go7007 *go, __le16 *code, int space) in modet_to_package() 1495 __le16 *code, int space, int *framelen) in do_special() [all …]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_util.c | 13 u16 code; member 79 u16 *efi_st_translate_char(u16 code) in efi_st_translate_char() 94 u16 *efi_st_translate_code(u16 code) in efi_st_translate_code()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | assembler.h | 55 #define PLD(code...) code argument 57 #define PLD(code...) argument 81 #define CALGN(code...) argument
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | cr.c | 239 unsigned long code[] = in cpu_post_test_cr() local 262 unsigned long code[] = in cpu_post_test_cr() local 287 unsigned long code[] = in cpu_post_test_cr() local 310 unsigned long code[] = in cpu_post_test_cr() local
|
/openbmc/linux/kernel/trace/ |
H A D | trace_probe_tmpl.h | 7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw() 29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield() 103 process_common_fetch_insn(struct fetch_insn *code, unsigned long *val) in process_common_fetch_insn() 123 process_fetch_insn_bottom(struct fetch_insn *code, unsigned long val, in process_fetch_insn_bottom()
|
/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/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()
|