Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 3914) sorted by relevance

12345678910>>...157

/openbmc/phosphor-webui/app/common/services/
H A Dconstants.js129 {Name: 'Aruba', code: 'AW'},
140 {Name: 'Benin', code: 'BJ'},
160 {Name: 'Chad', code: 'TD'},
161 {Name: 'Chile', code: 'CL'},
162 {Name: 'China', code: 'CN'},
168 {Name: 'Congo', code: 'CG'},
172 {Name: 'Cuba', code: 'CU'},
191 {Name: 'Fiji', code: 'FJ'},
207 {Name: 'Guam', code: 'GU'},
223 {Name: 'Iraq', code: 'IQ'},
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCsrCountryCodes.js32 code: 'BQ',
37 code: 'BA',
45 code: 'IO',
59 code: 'CF',
71 code: 'CD',
97 code: 'FK',
108 code: 'TF',
130 code: 'HM',
142 code: 'IR',
160 code: 'KP',
[all …]
/openbmc/u-boot/lib/
H A Dcharset.c53 if ((code >= 0xD800 && code <= 0xDFFF) || in get_code()
67 ch += code; in get_code()
134 if ((code >= 0xD800 && code <= 0xDFFF) || code >= 0x110000) in utf8_put()
206 if (code >= 0xDC00 && code <= 0xDFFF) in utf16_get()
208 if (code >= 0xD800 && code <= 0xDBFF) { in utf16_get()
228 if ((code >= 0xD800 && code <= 0xDFFF) || code >= 0x110000) in utf16_put()
306 if (code >= 'A' && code <= 'Z') in utf_to_lower()
325 if (code >= 'a' && code <= 'z') in utf_to_upper()
390 if (code >= 0xDC00 && code <= 0xDFFF) { in utf16_to_utf8()
412 } else if (code >= 0xD800 && code <= 0xDBFF) { in utf16_to_utf8()
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_probe_tmpl.h9 switch (code->size) { in fetch_store_raw()
146 code++; in process_fetch_insn_bottom()
149 s3 = code; in process_fetch_insn_bottom()
156 code++; in process_fetch_insn_bottom()
160 code++; in process_fetch_insn_bottom()
164 code++; in process_fetch_insn_bottom()
196 code++; in process_fetch_insn_bottom()
201 code++; in process_fetch_insn_bottom()
211 code = s3; in process_fetch_insn_bottom()
218 code--; in process_fetch_insn_bottom()
[all …]
H A Dtrace_probe.c706 code++; in parse_btf_bitfield()
1080 code++; in __parse_bitfield_probe_arg()
1267 code++; in traceprobe_parse_probe_arg_body()
1307 code++; in traceprobe_parse_probe_arg_body()
1312 parg->code = kcalloc(code - tmp + 1, sizeof(*code), GFP_KERNEL); in traceprobe_parse_probe_arg_body()
1316 memcpy(parg->code, tmp, sizeof(*code) * (code - tmp + 1)); in traceprobe_parse_probe_arg_body()
1320 for (code = tmp; code < tmp + FETCH_INSN_MAX; code++) in traceprobe_parse_probe_arg_body()
1418 struct fetch_insn *code = arg->code; in traceprobe_free_probe_arg() local
1420 while (code && code->op != FETCH_OP_END) { in traceprobe_free_probe_arg()
1579 struct fetch_insn *code = arg->code; in traceprobe_update_arg() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Ddisasm.c143 insn->code, insn->dst_reg, in print_bpf_end_insn()
153 insn->code, insn->dst_reg, in print_bpf_bswap_insn()
159 return (BPF_OP(insn->code) == BPF_DIV || BPF_OP(insn->code) == BPF_MOD) && in is_sdiv_smod()
207 insn->code, in print_bpf_insn()
215 insn->code, in print_bpf_insn()
234 insn->code, in print_bpf_insn()
252 insn->code, in print_bpf_insn()
262 if (BPF_MODE(insn->code) != BPF_MEM && BPF_MODE(insn->code) != BPF_MEMSX) { in print_bpf_insn()
275 insn->code, in print_bpf_insn()
280 insn->code, in print_bpf_insn()
[all …]
/openbmc/linux/kernel/bpf/
H A Ddisasm.c143 insn->code, insn->dst_reg, in print_bpf_end_insn()
153 insn->code, insn->dst_reg, in print_bpf_bswap_insn()
159 return (BPF_OP(insn->code) == BPF_DIV || BPF_OP(insn->code) == BPF_MOD) && in is_sdiv_smod()
207 insn->code, in print_bpf_insn()
215 insn->code, in print_bpf_insn()
234 insn->code, in print_bpf_insn()
252 insn->code, in print_bpf_insn()
262 if (BPF_MODE(insn->code) != BPF_MEM && BPF_MODE(insn->code) != BPF_MEMSX) { in print_bpf_insn()
275 insn->code, in print_bpf_insn()
280 insn->code, in print_bpf_insn()
[all …]
/openbmc/linux/drivers/scsi/
H A Dscript_asm.pl214 $code[$address] = ($code[$address] & ~$mask) |
296 $code[$address] |= 0x00_08_00_00;
306 $code[$address] |= 0x00_02_00_00;
490 $code[$address], $code[$address+1], $code[$address +2] if
678 $code[$address] |= 0x00_00_00_08;
729 $code[$address] |= (1 << 19);
759 $code[$address] = 0x48_00_00_00;
765 $code[$address] = 0x80_88_00_00;
830 $add = $code[$address / 4];
832 $code[$address / 4] = $symbol;
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dunwind_decoder.c167 rlen = (code & 0x1f); in unw_decode_r1()
209 if ((code & 0x10) == 0) in unw_decode_p2_p5()
274 if ((code & 0x10) == 0) in unw_decode_p7_p10()
276 r = (code & 0xf); in unw_decode_p7_p10()
305 switch (code & 0xf) in unw_decode_p7_p10()
360 UNW_DEC_BAD_CODE(code); in unw_decode_p7_p10()
372 if ((code & 0x20) != 0) in unw_decode_b1()
394 if ((code & 0x10) == 0) in unw_decode_b3_x4()
409 switch (code & 0x7) in unw_decode_b3_x4()
454 unsigned char code; in unw_decode() local
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A Dtriehash177 my $code;
389 $code = *STDOUT;
392 $header = $code;
516 print { $code } ("{\n");
519 print { $code } ("}\n");
550 print { $code } ("#else\n");
561 print { $code } ("#else\n");
569 print { $code } ("{\n");
577 print { $code } (" }\n");
578 print { $code } ("}\n");
[all …]
/openbmc/u-boot/scripts/
H A Ddecodecode23 code=
30 code=$i
37 code="$code $xdump"
47 if [ -z "$code" ]; then
52 echo $code
53 code=`echo $code | sed -e 's/.*Code: //'`
93 echo All code >> $T.oo
95 beforemark=`echo "$code"`
103 code=`echo "$code" | cut -c$((${marker} + 1))-`
107 code=`echo $code | sed -e 's/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'`
[all …]
/openbmc/linux/drivers/media/firewire/
H A Dfiredtv-rc.c174 if (code >= 0x0300 && code <= 0x031f) in fdtv_handle_rc()
175 code = keycode[code - 0x0300]; in fdtv_handle_rc()
176 else if (code >= 0x0340 && code <= 0x0354) in fdtv_handle_rc()
177 code = keycode[code - 0x0320]; in fdtv_handle_rc()
178 else if (code >= 0x4501 && code <= 0x451f) in fdtv_handle_rc()
179 code = oldtable[code - 0x4501]; in fdtv_handle_rc()
180 else if (code >= 0x4540 && code <= 0x4542) in fdtv_handle_rc()
181 code = oldtable[code - 0x4521]; in fdtv_handle_rc()
185 code); in fdtv_handle_rc()
189 input_report_key(idev, code, 1); in fdtv_handle_rc()
[all …]
/openbmc/linux/arch/s390/kernel/
H A Ddiag.c28 int code; member
33 [DIAG_STAT_X008] = { .code = 0x008, .name = "Console Function" },
34 [DIAG_STAT_X00C] = { .code = 0x00c, .name = "Pseudo Timer" },
35 [DIAG_STAT_X010] = { .code = 0x010, .name = "Release Pages" },
38 [DIAG_STAT_X064] = { .code = 0x064, .name = "NSS Manipulation" },
45 [DIAG_STAT_X250] = { .code = 0x250, .name = "Block I/O" },
48 [DIAG_STAT_X288] = { .code = 0x288, .name = "Time Bomb" },
49 [DIAG_STAT_X2C4] = { .code = 0x2c4, .name = "FTP Services" },
91 seq_printf(m, "diag %03x:", diag_map[n-1].code); in show_diag_stat()
138 trace_s390_diagnose(diag_map[nr].code); in diag_stat_inc()
[all …]
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp65 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
210 static auto constexpr code = std::array<char, 2>{{element<Element>::code, 0}};
216 static auto const constexpr code = member
246 static auto const constexpr code = member
[all …]
/openbmc/linux/drivers/media/test-drivers/vimc/
H A Dvimc-common.c22 .code = {
31 .code = {
46 .code = { MEDIA_BUS_FMT_ARGB8888_1X32 },
54 .code = { MEDIA_BUS_FMT_SBGGR8_1X8 },
60 .code = { MEDIA_BUS_FMT_SGBRG8_1X8 },
66 .code = { MEDIA_BUS_FMT_SGRBG8_1X8 },
72 .code = { MEDIA_BUS_FMT_SRGGB8_1X8 },
78 .code = { MEDIA_BUS_FMT_SBGGR10_1X10 },
84 .code = { MEDIA_BUS_FMT_SGBRG10_1X10 },
203 if (!vimc_pix_map_list[i].code[j]) in vimc_mbus_code_by_index()
[all …]
H A Dvimc-debayer.c25 u32 code; member
50 .code = MEDIA_BUS_FMT_SRGGB8_1X8,
136 if (vimc_debayer_pix_map_list[i].code == code) in vimc_debayer_pix_map_by_code()
166 mf->code = vdebayer->src_code; in vimc_debayer_init_cfg()
176 if (VIMC_IS_SRC(code->pad)) { in vimc_debayer_enum_mbus_code()
180 code->code = vimc_debayer_src_mbus_codes[code->index]; in vimc_debayer_enum_mbus_code()
185 code->code = vimc_debayer_pix_map_list[code->index].code; in vimc_debayer_enum_mbus_code()
241 fmt->code = sink_fmt_default.code; in vimc_debayer_adjust_sink_fmt()
279 u32 code = fmt->format.code; in vimc_debayer_set_fmt() local
284 *src_code = code; in vimc_debayer_set_fmt()
[all …]
/openbmc/linux/tools/include/linux/
H A Dfilter.h36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
82 .code = BPF_ALU64 | BPF_MOV | BPF_X, \
90 .code = BPF_ALU | BPF_MOV | BPF_X, \
108 .code = BPF_ALU | BPF_MOV | BPF_K, \
252 .code = BPF_JMP | BPF_JA, \
262 .code = BPF_JMP | BPF_CALL, \
272 .code = CODE, \
325 .code = BPF_JMP | BPF_CALL, \
[all …]
/openbmc/linux/scripts/
H A Ddecodecode26 code=
33 code=$i
40 code="$code $xdump"
50 if [ -z "$code" ]; then
55 echo $code
56 code=`echo $code | sed -e 's/.*Code: //'`
216 echo All code >> $T.oo
218 beforemark=`echo "$code"`
231 code=`echo "$code" | cut -c$((${marker} + 1))-`
238 code=`echo $code | sed -e 's/\r//;s/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'`
[all …]
/openbmc/linux/include/linux/
H A Dicmpv6.h18 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info,
21 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
28 icmp6_send(skb, type, code, info, NULL, parm); in __icmpv6_send()
41 extern void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info,
49 __icmpv6_send(skb, type, code, info, IP6CB(skb)); in icmpv6_send()
61 __icmpv6_send(skb_in, type, code, info, &parm); in icmpv6_ndo_send()
68 u8 type, u8 code, __u32 info) in icmpv6_send() argument
73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument
79 extern int icmpv6_err_convert(u8 type, u8 code,
83 u8 code, int pos,
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c31 enum brcmf_fweh_event_code code; member
43 enum brcmf_fweh_event_code code; member
66 if (fweh_event_names[i].code == code) in brcmf_fweh_event_name()
108 if (fweh->evt_handler[code]) in brcmf_fweh_call_event_handler()
228 brcmf_fweh_event_name(event->code), event->code, in brcmf_fweh_event_worker()
240 emsg.event_code = event->code; in brcmf_fweh_event_worker()
270 event->code); in brcmf_fweh_event_worker()
335 brcmf_fweh_event_name(code)); in brcmf_fweh_register()
411 if (code >= BRCMF_E_LAST) in brcmf_fweh_process_event()
414 if (code != BRCMF_E_IF && !fweh->evt_handler[code]) in brcmf_fweh_process_event()
[all …]
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_portal.h127 static inline uint32_t qb_attr_code_decode(const struct qb_attr_code *code, in qb_attr_code_decode() argument
130 return d32_uint32_t(code->lsoffset, code->width, cacheline[code->word]); in qb_attr_code_decode()
135 static inline void qb_attr_code_encode(const struct qb_attr_code *code, in qb_attr_code_encode() argument
138 cacheline[code->word] = in qb_attr_code_encode()
139 r32_uint32_t(code->lsoffset, code->width, cacheline[code->word]) in qb_attr_code_encode()
140 | e32_uint32_t(code->lsoffset, code->width, val); in qb_attr_code_encode()
143 static inline void qb_attr_code_encode_64(const struct qb_attr_code *code, in qb_attr_code_encode_64() argument
146 cacheline[code->word / 2] = val; in qb_attr_code_encode_64()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf_common.h6 #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
/openbmc/linux/include/uapi/linux/
H A Dbpf_common.h6 #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
/openbmc/linux/samples/bpf/
H A Dbpf_insn.h12 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
20 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
30 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
38 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
48 .code = BPF_ALU64 | BPF_MOV | BPF_X, \
56 .code = BPF_ALU | BPF_MOV | BPF_X, \
66 .code = BPF_ALU64 | BPF_MOV | BPF_K, \
74 .code = BPF_ALU | BPF_MOV | BPF_K, \
86 .code = BPF_LD | BPF_DW | BPF_IMM, \
217 .code = CODE, \
[all …]
/openbmc/qemu/target/nios2/
H A Dtranslate.c152 I_TYPE(instr, code); in get_opcode()
158 R_TYPE(instr, code); in get_opxcode()
282 J_TYPE(instr, code); in jmpi()
298 I_TYPE(instr, code); in gen_ldx()
315 I_TYPE(instr, code); in gen_stx()
331 I_TYPE(instr, code); in br()
338 I_TYPE(instr, code); in gen_bxx()
415 I_TYPE(instr, code); in rdprs()
550 R_TYPE(instr, code); in jmp()
558 R_TYPE(instr, code); in nextpc()
[all …]

12345678910>>...157