HomeSort by relevance Sort by last modified time
    Searched full:einfo (Results 1 - 25 of 206) sorted by null

1 2 3 4 5 6 7 8 9

  /external/iptables/extensions/
libxt_ecn.c 42 struct xt_ecn_info *einfo = cb->data; local
47 einfo->operation |= XT_ECN_OP_MATCH_CWR;
49 einfo->invert |= XT_ECN_OP_MATCH_CWR;
52 einfo->operation |= XT_ECN_OP_MATCH_ECE;
54 einfo->invert |= XT_ECN_OP_MATCH_ECE;
58 einfo->invert |= XT_ECN_OP_MATCH_IP;
59 einfo->operation |= XT_ECN_OP_MATCH_IP;
60 einfo->ip_ect = cb->val.u8;
75 const struct xt_ecn_info *einfo = local
80 if (einfo->operation & XT_ECN_OP_MATCH_ECE)
99 const struct xt_ecn_info *einfo = local
124 const struct xt_ecn_info *einfo = local
    [all...]
libxt_dccp.c 105 struct xt_dccp_info *einfo = cb->data; local
110 einfo->flags |= XT_DCCP_SRC_PORTS;
112 einfo->invflags |= XT_DCCP_SRC_PORTS;
115 einfo->flags |= XT_DCCP_DEST_PORTS;
117 einfo->invflags |= XT_DCCP_DEST_PORTS;
120 einfo->flags |= XT_DCCP_TYPE;
121 einfo->typemask = parse_dccp_types(cb->arg);
123 einfo->invflags |= XT_DCCP_TYPE;
126 einfo->flags |= XT_DCCP_OPTION;
128 einfo->invflags |= XT_DCCP_OPTION
213 const struct xt_dccp_info *einfo = local
244 const struct xt_dccp_info *einfo = local
333 const struct xt_dccp_info *einfo = local
    [all...]
libxt_sctp.c 36 struct xt_sctp_info *einfo = (struct xt_sctp_info *)m->data; local
39 einfo->flag_info[i].chunktype = -1;
157 parse_sctp_chunk(struct xt_sctp_info *einfo,
169 SCTP_CHUNKMAP_RESET(einfo->chunkmap);
172 SCTP_CHUNKMAP_SET_ALL(einfo->chunkmap);
177 SCTP_CHUNKMAP_RESET(einfo->chunkmap);
192 SCTP_CHUNKMAP_SET(einfo->chunkmap,
212 save_chunk_flag_info(einfo->flag_info,
213 &(einfo->flag_count), i, bit,
227 parse_sctp_chunks(struct xt_sctp_info *einfo,
251 struct xt_sctp_info *einfo local
427 const struct xt_sctp_info *einfo = local
456 const struct xt_sctp_info *einfo = local
491 const struct xt_sctp_info *einfo = local
    [all...]
libipt_ECN.c 51 struct ipt_ECN_info *einfo = cb->data; local
56 einfo->operation = IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR;
57 einfo->proto.tcp.ece = 0;
58 einfo->proto.tcp.cwr = 0;
61 einfo->operation |= IPT_ECN_OP_SET_CWR;
62 einfo->proto.tcp.cwr = cb->val.u8;
65 einfo->operation |= IPT_ECN_OP_SET_ECE;
66 einfo->proto.tcp.ece = cb->val.u8;
69 einfo->operation |= IPT_ECN_OP_SET_IP;
70 einfo->ip_ect = cb->val.u8
85 const struct ipt_ECN_info *einfo = local
108 const struct ipt_ECN_info *einfo = local
    [all...]
libxt_AUDIT.c 32 struct xt_audit_info *einfo = cb->data; local
36 einfo->type = XT_AUDIT_TYPE_ACCEPT;
38 einfo->type = XT_AUDIT_TYPE_DROP;
40 einfo->type = XT_AUDIT_TYPE_REJECT;
49 const struct xt_audit_info *einfo = local
54 switch(einfo->type) {
69 const struct xt_audit_info *einfo = local
72 switch(einfo->type) {
libxt_CHECKSUM.c 34 struct xt_CHECKSUM_info *einfo = cb->data; local
37 einfo->operation = XT_CHECKSUM_OP_FILL;
43 const struct xt_CHECKSUM_info *einfo = local
48 if (einfo->operation & XT_CHECKSUM_OP_FILL)
54 const struct xt_CHECKSUM_info *einfo = local
57 if (einfo->operation & XT_CHECKSUM_OP_FILL)
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 155 einfo,
230 einfo ("%P%F: this linker was not configured to use sysroots\n");
247 einfo (_("%X%P: can't set BFD default target to `%s': %E\n"), TARGET);
400 einfo (_("%P%F: no input files\n"));
420 einfo (_("%P%F: cannot open map file %s: %E\n"),
459 einfo (_("%P: link errors found, deleting executable `%s'\n"),
468 einfo (_("%F%B: final close failed: %E\n"), link_info.output_bfd);
494 einfo (_("%X%P: unable to open for source of copy `%s'\n"),
497 einfo (_("%X%P: unable to open for destination of copy `%s'\n"),
504 einfo (_("%P: Error writing file `%s'\n"), dst_name)
    [all...]
ldfile.c 131 einfo (_("%X%P: error: library search path \"%s\" is unsafe for "
134 einfo (_("%P: warning: library search path \"%s\" is unsafe for "
158 einfo (_("%F%P: invalid BFD target `%s'\n"), entry->target);
275 einfo (_("%P: skipping incompatible %s "
288 einfo (_("%F%P: attempted static link of dynamic object `%s'\n"),
304 einfo (_("%P: skipping incompatible %s "
426 einfo (_("%P: cannot find %s (%s): %E\n"),
429 einfo (_("%P: cannot find %s: %E\n"), entry->local_sym_name);
464 einfo (_("%P: cannot find %s inside %s\n"),
467 einfo (_("%P: cannot find %s\n"), entry->local_sym_name)
    [all...]
ldmisc.h 25 extern void einfo (const char *, ...);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
reggnu.c 87 OnigErrorInfo einfo; local
89 r = onig_compile(reg, (UChar* )pattern, (UChar* )(pattern + size), &einfo);
92 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo);
103 OnigErrorInfo einfo; local
112 reg->options, enc, OnigDefaultSyntax, &einfo);
115 (void )onig_error_code_to_str((UChar* )ebuf, r, &einfo);
  /toolchain/binutils/binutils-2.25/ld/emultempl/
nds32elf.em 55 einfo ("%F%X%P: error: Cannot change output format whilst "
125 einfo (_("%F%B: ABI version of object files mismatched\n"), abfd);
170 einfo (_("%B: must use -fpic to compile this file "
297 einfo ("%P: --mbaseline is not used anymore.\n");
308 einfo ("%P: --relax-[no-]reduce-fp-updat is not used anymore.\n");
312 einfo (_("Missing file for --mexport-symbols.\n"), optarg);
320 einfo (_("%P%F: cannot open map file %s: %E.\n"), optarg);
332 einfo (_("Missing file for --mexport-ex9=<file>.\n"));
340 einfo (_("ERROR %P%F: cannot open ex9 export file %s.\n"), optarg);
345 einfo (_("Missing file for --mimport-ex9=<file>.\n"))
    [all...]
m68kelf.em 88 einfo ("%F%B: all input objects must be COFF or ELF for --embedded-relocs\n");
112 einfo ("%F%B: can not create .emreloc section: %E\n");
133 einfo ("%B%X: section %s has relocs; can not use --embedded-relocs\n",
176 einfo ("%B%X: can not create runtime reloc information: %E\n",
179 einfo ("%X%B: can not create runtime reloc information: %s\n",
190 einfo ("%B%X: can not create runtime reloc information: %E\n",
193 einfo ("%X%B: can not create runtime reloc information: %s\n",
241 einfo (_("Unrecognized --got argument '\''%s'\''.\n"), optarg);
metagelf.em 62 einfo ("%X%P: can not create BFD %E\n");
181 einfo ("%X%P: can not make stub section: %E\n");
231 einfo ("%X%P: .eh_frame/.stab edit: %E\n");
246 einfo ("%X%P: can not size stub section: %E\n");
260 einfo ("%X%P: can not size stub section: %E\n");
275 einfo ("%X%P: can not build stubs: %E\n");
333 einfo (_("%P%F: invalid number `%s'\''\n"), optarg);
cr16elf.em 60 einfo ("%F%B: all input objects must be COFF or ELF for --embedded-relocs\n");
85 einfo ("%F%B: can not create .emreloc section: %E\n");
104 einfo ("%B%X: section %s has relocs; can not use --embedded-relocs\n",
160 einfo ("%B%X: can not create runtime reloc information: %E\n",
163 einfo ("%X%B: can not create runtime reloc information: %s\n",
avrelf.em 92 einfo ("%X%P: can not setup the input section list: %E\n");
99 einfo ("%X%P: can not size stub section: %E\n");
120 einfo ("%X%P: can not create stub BFD %E\n");
141 einfo ("%X%P: can not make stub section: %E\n");
155 einfo ("%X%P: can not size stub section: %E\n");
164 einfo ("%X%P: can not build stubs: %E\n");
nios2elf.em 67 einfo ("%X%P: can not create BFD %E\n");
198 einfo ("%X%P: can not make stub section: %E\n");
248 einfo ("%X%P: .eh_frame/.stab edit: %E\n");
263 einfo ("%X%P: can not size stub section: %E\n");
276 einfo ("%X%P: can not size stub section: %E\n");
291 einfo ("%X%P: can not build stubs: %E\n");
aarch64elf.em 190 einfo ("%X%P: can not make stub section: %E\n");
233 einfo ("%X%P: .eh_frame/.stab edit: %E\n");
249 einfo ("%X%P: could not compute sections lists for stub generation: %E\n");
263 einfo ("%X%P: cannot size stub section: %E\n");
282 einfo ("%X%P: can not build stubs: %E\n");
300 einfo ("%F%X%P: error: Cannot change output format whilst linking AArch64 binaries.\n");
319 einfo ("%X%P: can not create BFD %E\n");
423 einfo (_("%P%F: invalid number `%s'\''\n"), optarg);
elf-generic.em 49 einfo ("%F%P: map sections to segments failed: %E\n");
69 einfo (_("%P%F: looping in map_segments"));
hppaelf.em 85 einfo ("%X%P: can not create BFD %E\n");
204 einfo ("%X%P: can not make stub section: %E\n");
254 einfo ("%X%P: .eh_frame/.stab edit: %E\n");
269 einfo ("%X%P: can not size stub section: %E\n");
284 einfo ("%X%P: can not size stub section: %E\n");
298 einfo ("%X%P: can not set gp\n");
306 einfo ("%X%P: can not build stubs: %E\n");
374 einfo (_("%P%F: invalid number `%s'\''\n"), optarg);
m68hc1xelf.em 79 einfo ("%X%P: can not size stub section: %E\n");
89 einfo ("%X%P: can not size stub section: %E\n");
130 einfo (_("warning: the size of the 'window' memory region "
132 einfo (_("warning: its size %d is truncated to %d\n"),
153 einfo ("%X%P: can not create BFD %E\n");
280 einfo ("%X%P: can not make stub section: %E\n");
300 einfo ("%X%P: can not size stub section: %E\n");
304 einfo ("%X%P: can not build stubs: %E\n");
spuelf.em 116 einfo ("%X%P: can not create note section: %E\n");
205 einfo ("%F%P: no built-in overlay manager\n");
215 einfo ("%X%P: can not open built-in overlay manager: %E\n");
221 einfo ("%X%P: can not load built-in overlay manager: %E\n");
281 einfo ("%X%P: can not find overlays: %E\n");
288 einfo ("%P: --auto-overlay ignored with user overlay script\n");
309 einfo ("%X%P: can not size overlay stubs: %E\n");
382 einfo ("%F%P: can not open script: %E\n");
429 einfo ("%X%P: %A exceeds local store range\n", s);
432 einfo ("%P: --auto-overlay ignored with zero local store range\n")
    [all...]
aix.em 323 einfo ("%F%P: cannot open %s\n", filename);
370 einfo ("%F%P: cannot read %s\n", optarg);
398 einfo ("%P: warning: ignoring invalid -D number %s\n", optarg);
406 einfo ("%P: warning: ignoring invalid -H number %s\n", optarg);
518 einfo ("%P: warning: ignoring invalid -bmaxdata number %s\n", optarg);
526 einfo ("%P: warning: ignoring invalid -bmaxstack number %s\n",
539 einfo ("%P: warning: ignoring invalid module type %s\n", optarg);
569 einfo ("%P: warning: ignoring invalid -pD number %s\n", optarg);
592 einfo ("%P: warning: ignoring invalid -pT number %s\n", optarg);
721 einfo ("%F%P: bfd_xcoff_link_record_set failed: %E\n")
    [all...]
mmix-elfnmmo.em 47 einfo ("%X%P: Internal problems setting up section %s",
91 einfo ("%X%P: Too many global registers: %u, max 223\n",
108 /* This is a fatal error; make einfo call not return. */
109 einfo ("%F%P: Can't finalize linker-allocated global registers\n");
tic6xdsbt.em 63 einfo (_("%P%F: invalid --dsbt-index %d, outside DSBT size.\n"),
156 einfo ("%X%P: .eh_frame/.stab edit: %E\n");
196 einfo (_("%P%F: invalid --dsbt-index %s\n"), optarg);
206 einfo (_("%P%F: invalid --dsbt-size %s\n"), optarg);
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 343 Encode_Info eInfo;
345 eInfo.FrameType = GET_FT(encodeInfo);
347 eInfo.CacheOperation = GET_CO(encodeInfo);
348 eInfo.NotStopFrame = encodeInfo & ENC_NSTOP;
349 eInfo.FrameCount = GET_FC(encodeInfo);
352 eInfo.FrameCount, FrameTypeStr[eInfo.FrameType], CacheOperationStr[eInfo.CacheOperation],
353 eInfo.NotStopFrame, buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS);
362 if (eInfo.CacheOperation == CACHE_NONE)
    [all...]

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 9