Searched refs:info (Results 1 - 25 of 1698) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/binutils/opcodes/
H A Ddis-init.c25 init_disassemble_info (struct disassemble_info *info, void *stream, argument
28 memset (info, 0, sizeof (*info));
30 info->flavour = bfd_target_unknown_flavour;
31 info->arch = bfd_arch_unknown;
32 info->endian = BFD_ENDIAN_UNKNOWN;
33 info->octets_per_byte = 1;
34 info->fprintf_func = fprintf_func;
35 info->stream = stream;
36 info
[all...]
H A Dspu-dis.c92 print_insn_spu (bfd_vma memaddr, struct disassemble_info *info) argument
102 status = (*info->read_memory_func) (memaddr, buffer, 4, info);
105 (*info->memory_error_func) (status, memaddr, info);
115 (*info->fprintf_func) (info->stream, ".long 0x%x", insn);
122 (*info->fprintf_func) (info->stream, "%s", index->mnemonic);
129 (*info
[all...]
H A Dppc-dis.c40 powerpc_dialect (struct disassemble_info *info) argument
47 if (info->disassembler_options
48 && strstr (info->disassembler_options, "booke") != NULL)
50 else if ((info->mach == bfd_mach_ppc_e500)
51 || (info->disassembler_options
52 && strstr (info->disassembler_options, "e500") != NULL))
58 else if (info->disassembler_options
59 && strstr (info->disassembler_options, "efs") != NULL)
61 else if (info->disassembler_options
62 && strstr (info
107 print_insn_big_powerpc(bfd_vma memaddr, struct disassemble_info *info) argument
116 print_insn_little_powerpc(bfd_vma memaddr, struct disassemble_info *info) argument
125 print_insn_rs6000(bfd_vma memaddr, struct disassemble_info *info) argument
183 print_insn_powerpc(bfd_vma memaddr, struct disassemble_info *info, int bigendian, int dialect) argument
300 (*info->print_address_func) (memaddr + value, info); local
302 (*info->print_address_func) ((bfd_vma) value & 0xffffffff, info); local
[all...]
H A Ddis-buf.c25 /* Get LENGTH bytes from info's buffer, at target address memaddr.
31 struct disassemble_info *info)
33 unsigned int opb = info->octets_per_byte;
35 unsigned int max_addr_offset = info->buffer_length / opb;
36 unsigned int octets = (memaddr - info->buffer_vma) * opb;
38 if (memaddr < info->buffer_vma
39 || memaddr - info->buffer_vma + end_addr_offset > max_addr_offset)
42 memcpy (myaddr, info->buffer + octets, length);
53 struct disassemble_info *info)
57 info
28 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, unsigned int length, struct disassemble_info *info) argument
51 perror_memory(int status, bfd_vma memaddr, struct disassemble_info *info) argument
78 generic_print_address(bfd_vma addr, struct disassemble_info *info) argument
[all...]
H A Dia64-dis.c69 print_insn_ia64 (bfd_vma memaddr, struct disassemble_info *info) argument
81 if (info->bytes_per_line == 0)
82 info->bytes_per_line = 6;
83 info->display_endian = info->endian;
85 slot_multiplier = info->bytes_per_line;
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
96 (*info->memory_error_func) (status, memaddr, info);
[all...]
H A Dmips-dis.c567 set_default_mips_dis_options (struct disassemble_info *info)
584 if (info->flavour == bfd_target_elf_flavour && info->section != NULL)
588 header = elf_elfheader (info->section->owner);
600 chosen_arch = choose_arch_by_number (info->mach);
773 struct disassemble_info *info,
790 (*info->fprintf_func) (info->stream, "%c", *d);
800 (*info->fprintf_func) (info
565 set_default_mips_dis_options(struct disassemble_info *info) argument
767 print_insn_args(const char *d, register unsigned long int l, bfd_vma pc, struct disassemble_info *info, const struct mips_opcode *opp) argument
1293 print_insn_mips(bfd_vma memaddr, unsigned long int word, struct disassemble_info *info) argument
1415 print_mips16_insn_arg(char type, const struct mips_opcode *op, int l, bfd_boolean use_extend, int extend, bfd_vma memaddr, struct disassemble_info *info) argument
1917 print_insn_mips16(bfd_vma memaddr, struct disassemble_info *info) argument
2077 _print_insn_mips(bfd_vma memaddr, struct disassemble_info *info, enum bfd_endian endianness) argument
2123 print_insn_big_mips(bfd_vma memaddr, struct disassemble_info *info) argument
2129 print_insn_little_mips(bfd_vma memaddr, struct disassemble_info *info) argument
[all...]
H A Dalpha-dis.c58 print_insn_alpha (memaddr, info)
60 struct disassemble_info *info;
84 if (info->flavour == bfd_target_evax_flavour)
90 switch (info->mach)
106 int status = (*info->read_memory_func) (memaddr, buffer, 4, info);
109 (*info->memory_error_func) (status, memaddr, info);
148 (*info->fprintf_func) (info
198 (*info->print_address_func) (memaddr + 4 + value, info); local
[all...]
H A Dmep-dis.c77 disassemble_info *info = (disassemble_info *) dis_info;
79 (*info->fprintf_func) (info->stream, "$tp");
87 disassemble_info *info = (disassemble_info *) dis_info;
89 (*info->fprintf_func) (info->stream, "$sp");
121 mep_print_vliw_insns (CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info,
141 my_status = print_insn (cd, pc, info, insnbuf, corelength);
144 (*info->fprintf_func) (info
76 disassemble_info *info = (disassemble_info *) dis_info; local
86 disassemble_info *info = (disassemble_info *) dis_info; local
120 mep_print_vliw_insns(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info, bfd_byte *buf, int corelength, int copro1length, int copro2length ATTRIBUTE_UNUSED) argument
282 mep_examine_vliw32_insns(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) argument
357 mep_examine_vliw64_insns(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) argument
446 mep_print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) argument
514 disassemble_info *info = (disassemble_info *) xinfo; local
808 disassemble_info *info = (disassemble_info *) dis_info; local
833 disassemble_info *info = (disassemble_info *) dis_info; local
861 disassemble_info *info = (disassemble_info *) dis_info; local
885 disassemble_info *info = (disassemble_info *) dis_info; local
914 read_insn(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, bfd_vma pc, disassemble_info *info, bfd_byte *buf, int buflen, CGEN_EXTRACT_INFO *ex_info, unsigned long *insn_value) argument
945 print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info, bfd_byte *buf, unsigned int buflen) argument
1054 default_print_insn(CGEN_CPU_DESC cd, bfd_vma pc, disassemble_info *info) argument
1094 print_insn_mep(bfd_vma pc, disassemble_info *info) argument
[all...]
/freebsd-11-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in26 my %info = get_info($host);
27 last if not %info;
36 $dhost, $info{stratum}, $info{offset}, $info{syncdistance};
37 printf ", refid '%s'", $info{refid} if $info{stratum} == 1;
40 last if $info{stratum} == 0 || $info{stratum} == 1 ||
41 $info{stratu
[all...]
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_vt.c57 terasic_mtl_fbd_panel_info(struct terasic_mtl_softc *sc, struct fb_info *info) argument
70 info->fb_width = dts_value[0];
71 info->fb_height = dts_value[1];
72 info->fb_bpp = info->fb_depth = 32;
73 info->fb_stride = info->fb_width * (info->fb_depth / 8);
79 if (info->fb_width != TERASIC_MTL_FB_WIDTH ||
80 info
95 struct fb_info *info; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dieee.c294 ieee_error (struct ieee_info *info, const bfd_byte *p, const char *s) argument
297 fprintf (stderr, "%s: 0x%lx: %s (0x%x)\n", bfd_get_filename (info->abfd),
298 (unsigned long) (p - info->bytes), s, *p);
300 fprintf (stderr, "%s: %s\n", bfd_get_filename (info->abfd), s);
306 ieee_eof (struct ieee_info *info) argument
308 ieee_error (info, (const bfd_byte *) NULL,
328 ieee_read_number (struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
330 return ieee_read_optional_number (info, pp, pv, (bfd_boolean *) NULL);
337 ieee_read_optional_number (struct ieee_info *info, const bfd_byte **pp, argument
342 if (*pp >= info
403 ieee_read_id(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen) argument
413 ieee_read_optional_id(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen, bfd_boolean *ppresent) argument
476 ieee_read_expression(struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
586 ieee_builtin_type(struct ieee_info *info, const bfd_byte *p, unsigned int indx) argument
775 ieee_alloc_type(struct ieee_info *info, unsigned int indx, bfd_boolean ref) argument
823 ieee_read_type_index(struct ieee_info *info, const bfd_byte **pp, debug_type *ptype) argument
857 struct ieee_info info; local
943 parse_ieee_bb(struct ieee_info *info, const bfd_byte **pp) argument
1222 parse_ieee_be(struct ieee_info *info, const bfd_byte **pp) argument
1325 parse_ieee_nn(struct ieee_info *info, const bfd_byte **pp) argument
1371 parse_ieee_ty(struct ieee_info *info, const bfd_byte **pp) argument
2068 parse_ieee_atn(struct ieee_info *info, const bfd_byte **pp) argument
2435 ieee_read_cxx_misc(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
2521 ieee_read_cxx_class(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
3186 ieee_read_cxx_defaults(struct ieee_info *info, const bfd_byte **pp, unsigned long count) argument
3291 ieee_read_reference(struct ieee_info *info, const bfd_byte **pp) argument
3462 ieee_require_asn(struct ieee_info *info, const bfd_byte **pp, bfd_vma *pv) argument
3496 ieee_require_atn65(struct ieee_info *info, const bfd_byte **pp, const char **pname, unsigned long *pnamlen) argument
4055 ieee_change_buffer(struct ieee_handle *info, struct ieee_buflist *buflist) argument
4101 ieee_real_write_byte(struct ieee_handle *info, int b) argument
4127 ieee_write_2bytes(struct ieee_handle *info, int i) argument
4136 ieee_write_number(struct ieee_handle *info, bfd_vma v) argument
4178 ieee_write_id(struct ieee_handle *info, const char *s) argument
4216 ieee_write_asn(struct ieee_handle *info, unsigned int indx, bfd_vma val) argument
4226 ieee_write_atn65(struct ieee_handle *info, unsigned int indx, const char *s) argument
4238 ieee_push_type(struct ieee_handle *info, unsigned int indx, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) argument
4260 ieee_pop_type(struct ieee_handle *info) argument
4268 ieee_pop_unused_type(struct ieee_handle *info) argument
4276 ieee_pop_type_used(struct ieee_handle *info, bfd_boolean used) argument
4332 ieee_add_range(struct ieee_handle *info, bfd_boolean global, bfd_vma low, bfd_vma high) argument
4388 ieee_start_range(struct ieee_handle *info, bfd_vma low) argument
4403 ieee_end_range(struct ieee_handle *info, bfd_vma high) argument
4419 ieee_define_type(struct ieee_handle *info, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp) argument
4430 ieee_define_named_type(struct ieee_handle *info, const char *name, unsigned int indx, unsigned int size, bfd_boolean unsignedp, bfd_boolean localp, struct ieee_buflist *buflist) argument
4513 ieee_get_modified_info(struct ieee_handle *info, unsigned int indx) argument
4585 struct ieee_handle info; local
4732 struct ieee_handle *info = (struct ieee_handle *) p; local
4812 struct ieee_handle *info = (struct ieee_handle *) p; local
4881 ieee_finish_compilation_unit(struct ieee_handle *info) argument
5032 struct ieee_handle *info = (struct ieee_handle *) data; local
5072 ieee_add_bb11(struct ieee_handle *info, asection *sec, bfd_vma low, bfd_vma high) argument
5165 struct ieee_handle *info = (struct ieee_handle *) p; local
5175 struct ieee_handle *info = (struct ieee_handle *) p; local
5185 struct ieee_handle *info = (struct ieee_handle *) p; local
5218 struct ieee_handle *info = (struct ieee_handle *) p; local
5249 struct ieee_handle *info = (struct ieee_handle *) p; local
5304 struct ieee_handle *info = (struct ieee_handle *) p; local
5432 struct ieee_handle *info = (struct ieee_handle *) p; local
5475 struct ieee_handle *info = (struct ieee_handle *) p; local
5559 struct ieee_handle *info = (struct ieee_handle *) p; local
5575 struct ieee_handle *info = (struct ieee_handle *) p; local
5597 struct ieee_handle *info = (struct ieee_handle *) p; local
5662 struct ieee_handle *info = (struct ieee_handle *) p; local
5682 struct ieee_handle *info = (struct ieee_handle *) p; local
5704 struct ieee_handle *info = (struct ieee_handle *) p; local
5721 struct ieee_handle *info = (struct ieee_handle *) p; local
5760 struct ieee_handle *info = (struct ieee_handle *) p; local
5821 struct ieee_handle *info = (struct ieee_handle *) p; local
5924 struct ieee_handle *info = (struct ieee_handle *) p; local
6033 struct ieee_handle *info = (struct ieee_handle *) p; local
6095 struct ieee_handle *info = (struct ieee_handle *) p; local
6164 struct ieee_handle *info = (struct ieee_handle *) p; local
6198 struct ieee_handle *info = (struct ieee_handle *) p; local
6267 struct ieee_handle *info = (struct ieee_handle *) p; local
6281 ieee_class_method_var(struct ieee_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean context) argument
6355 struct ieee_handle *info = (struct ieee_handle *) p; local
6368 struct ieee_handle *info = (struct ieee_handle *) p; local
6379 struct ieee_handle *info = (struct ieee_handle *) p; local
6395 struct ieee_handle *info = (struct ieee_handle *) p; local
6471 struct ieee_handle *info = (struct ieee_handle *) p; local
6502 struct ieee_handle *info = (struct ieee_handle *) p; local
6593 struct ieee_handle *info = (struct ieee_handle *) p; local
6829 struct ieee_handle *info = (struct ieee_handle *) p; local
6864 struct ieee_handle *info = (struct ieee_handle *) p; local
6877 struct ieee_handle *info = (struct ieee_handle *) p; local
6996 struct ieee_handle *info = (struct ieee_handle *) p; local
7079 struct ieee_handle *info = (struct ieee_handle *) p; local
7110 ieee_output_pending_parms(struct ieee_handle *info) argument
7201 struct ieee_handle *info = (struct ieee_handle *) p; local
7237 struct ieee_handle *info = (struct ieee_handle *) p; local
7263 struct ieee_handle *info = (struct ieee_handle *) p; local
7310 struct ieee_handle *info = (struct ieee_handle *) p; local
[all...]
H A Dwrstabs.c339 stab_write_symbol (struct stab_write_handle *info, int type, int desc,
351 h = string_hash_lookup (&info->strhash, string, TRUE, TRUE);
362 strx = info->strings_size;
364 if (info->last_string == NULL)
365 info->strings = h;
367 info->last_string->next = h;
368 info->last_string = h;
369 info->strings_size += strlen (string) + 1;
374 bfd_put_32 (info->abfd, strx, sym);
375 bfd_put_8 (info
338 stab_write_symbol(struct stab_write_handle *info, int type, int desc, bfd_vma value, const char *string) argument
396 stab_push_string(struct stab_write_handle *info, const char *string, long index, bfd_boolean definition, unsigned int size) argument
421 stab_push_defined_type(struct stab_write_handle *info, long index, unsigned int size) argument
434 stab_pop_type(struct stab_write_handle *info) argument
467 struct stab_write_handle info; local
546 struct stab_write_handle *info = (struct stab_write_handle *) p; local
563 struct stab_write_handle *info = (struct stab_write_handle *) p; local
580 struct stab_write_handle *info = (struct stab_write_handle *) p; local
606 struct stab_write_handle *info = (struct stab_write_handle *) p; local
631 struct stab_write_handle *info = (struct stab_write_handle *) p; local
691 struct stab_write_handle *info = (struct stab_write_handle *) p; local
732 struct stab_write_handle *info = (struct stab_write_handle *) p; local
750 struct stab_write_handle *info = (struct stab_write_handle *) p; local
782 struct stab_write_handle *info = (struct stab_write_handle *) p; local
846 stab_modify_type(struct stab_write_handle *info, int mod, unsigned int size, long **cache, size_t *cache_alloc) argument
930 struct stab_write_handle *info = (struct stab_write_handle *) p; local
943 struct stab_write_handle *info = (struct stab_write_handle *) p; local
979 struct stab_write_handle *info = (struct stab_write_handle *) p; local
991 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1018 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1071 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1112 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1141 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1239 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1250 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1260 stab_get_struct_index(struct stab_write_handle *info, const char *tag, unsigned int id, enum debug_type_kind kind, unsigned int *psize) argument
1311 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1353 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1415 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1447 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1497 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1551 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1617 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1645 stab_class_method_var(struct stab_write_handle *info, const char *physname, enum debug_visibility visibility, bfd_boolean staticp, bfd_boolean constp, bfd_boolean volatilep, bfd_vma voffset, bfd_boolean contextp) argument
1740 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1753 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1764 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1780 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1854 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1869 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1885 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1934 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1957 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1976 struct stab_write_handle *info = (struct stab_write_handle *) p; local
1995 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2018 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2087 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2115 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2165 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2218 struct stab_write_handle *info = (struct stab_write_handle *) p; local
2257 struct stab_write_handle *info = (struct stab_write_handle *) p; local
[all...]
H A Dprdbg.c300 struct pr_handle info;
302 info.f = f;
303 info.indent = 0;
304 info.stack = NULL;
305 info.parameter = 0;
306 info.filename = NULL;
307 info.abfd = abfd;
308 info.syms = syms;
309 info.demangler = demangler;
319 return as_tags ? debug_write (dhandle, &tg_fns, (void *) & info)
297 struct pr_handle info; local
323 indent(struct pr_handle *info) argument
334 push_type(struct pr_handle *info, const char *type) argument
356 prepend_type(struct pr_handle *info, const char *s) argument
373 append_type(struct pr_handle *info, const char *s) argument
393 append_parent(struct pr_handle *info, const char *s) argument
415 substitute_type(struct pr_handle *info, const char *s) argument
457 indent_type(struct pr_handle *info) argument
473 pop_type(struct pr_handle *info) argument
515 struct pr_handle *info = (struct pr_handle *) p; local
529 struct pr_handle *info = (struct pr_handle *) p; local
543 struct pr_handle *info = (struct pr_handle *) p; local
553 struct pr_handle *info = (struct pr_handle *) p; local
563 struct pr_handle *info = (struct pr_handle *) p; local
575 struct pr_handle *info = (struct pr_handle *) p; local
592 struct pr_handle *info = (struct pr_handle *) p; local
605 struct pr_handle *info = (struct pr_handle *) p; local
619 struct pr_handle *info = (struct pr_handle *) p; local
676 struct pr_handle *info = (struct pr_handle *) p; local
692 struct pr_handle *info = (struct pr_handle *) p; local
766 struct pr_handle *info = (struct pr_handle *) p; local
778 struct pr_handle *info = (struct pr_handle *) p; local
802 struct pr_handle *info = (struct pr_handle *) p; local
851 struct pr_handle *info = (struct pr_handle *) p; local
874 struct pr_handle *info = (struct pr_handle *) p; local
895 struct pr_handle *info = (struct pr_handle *) p; local
991 struct pr_handle *info = (struct pr_handle *) p; local
1001 struct pr_handle *info = (struct pr_handle *) p; local
1012 struct pr_handle *info = (struct pr_handle *) p; local
1067 pr_fix_visibility(struct pr_handle *info, enum debug_visibility visibility) argument
1121 struct pr_handle *info = (struct pr_handle *) p; local
1162 struct pr_handle *info = (struct pr_handle *) p; local
1187 struct pr_handle *info = (struct pr_handle *) p; local
1274 struct pr_handle *info = (struct pr_handle *) p; local
1303 struct pr_handle *info = (struct pr_handle *) p; local
1398 struct pr_handle *info = (struct pr_handle *) p; local
1413 struct pr_handle *info = (struct pr_handle *) p; local
1492 struct pr_handle *info = (struct pr_handle *) p; local
1541 struct pr_handle *info = (struct pr_handle *) p; local
1560 struct pr_handle *info = (struct pr_handle *) p; local
1571 struct pr_handle *info = (struct pr_handle *) p; local
1624 struct pr_handle *info = (struct pr_handle *) p; local
1648 struct pr_handle *info = (struct pr_handle *) p; local
1668 struct pr_handle *info = (struct pr_handle *) p; local
1682 struct pr_handle *info = (struct pr_handle *) p; local
1694 struct pr_handle *info = (struct pr_handle *) p; local
1717 struct pr_handle *info = (struct pr_handle *) p; local
1754 struct pr_handle *info = (struct pr_handle *) p; local
1780 struct pr_handle *info = (struct pr_handle *) p; local
1819 struct pr_handle *info = (struct pr_handle *) p; local
1842 struct pr_handle *info = (struct pr_handle *) p; local
1857 struct pr_handle *info = (struct pr_handle *) p; local
1932 struct pr_handle *info = (struct pr_handle *) p; local
1948 struct pr_handle *info = (struct pr_handle *) p; local
1963 struct pr_handle *info = (struct pr_handle *) p; local
1998 struct pr_handle *info = (struct pr_handle *) p; local
2026 tg_fix_visibility(struct pr_handle *info, enum debug_visibility visibility) argument
2047 struct pr_handle *info = (struct pr_handle *) p; local
2073 struct pr_handle *info = (struct pr_handle *) p; local
2086 struct pr_handle *info = (struct pr_handle *) p; local
2148 struct pr_handle *info = (struct pr_handle *) p; local
2188 struct pr_handle *info = (struct pr_handle *) p; local
2256 struct pr_handle *info = (struct pr_handle *) p; local
2319 struct pr_handle *info = (struct pr_handle *) p; local
2371 struct pr_handle *info = (struct pr_handle *) p; local
2391 struct pr_handle *info = (struct pr_handle *) p; local
2438 struct pr_handle *info = (struct pr_handle *) p; local
2459 struct pr_handle *info = (struct pr_handle *) p; local
2475 struct pr_handle *info = (struct pr_handle *) p; local
2490 struct pr_handle *info = (struct pr_handle *) p; local
2503 struct pr_handle *info = (struct pr_handle *) p; local
2527 struct pr_handle *info = (struct pr_handle *) p; local
2587 struct pr_handle *info = (struct pr_handle *) p; local
2640 struct pr_handle *info = (struct pr_handle *) p; local
2682 struct pr_handle *info = (struct pr_handle *) p; local
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_raw.c58 struct raw_info *info; local
65 info = (struct raw_info *)calloc(1, sizeof(*info));
66 if (info == NULL) {
73 info,
85 free(info);
111 struct raw_info *info; local
113 info = (struct raw_info *)(a->format->data);
114 if (info->end_of_file)
132 struct raw_info *info; local
172 struct raw_info *info = (struct raw_info *)(a->format->data); local
186 struct raw_info *info; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_drawable.c42 struct drm_drawable_info info; member in struct:bsd_drm_drawable_info
69 return &result->info;
75 struct bsd_drm_drawable_info *info; local
77 info = malloc(sizeof(struct bsd_drm_drawable_info), DRM_MEM_DRAWABLE,
79 if (info == NULL)
82 info->handle = alloc_unr(dev->drw_unrhdr);
84 RB_INSERT(drawable_tree, &dev->drw_head, info);
85 draw->handle = info->handle;
96 struct drm_drawable_info *info; local
99 info
117 struct drm_drawable_info *info; local
158 struct bsd_drm_drawable_info *info, *next; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dstruct-equiv.c93 static bool set_dest_equiv_p (rtx x, rtx y, struct equiv_info *info);
94 static bool set_dest_addr_equiv_p (rtx x, rtx y, struct equiv_info *info);
95 static void find_dying_inputs (struct equiv_info *info);
96 static bool resolve_input_conflict (struct equiv_info *info);
237 struct equiv_info *info)
239 *p = info->cur;
250 struct equiv_info *info)
253 if (reg_mentioned_p (cc0_rtx, info->cur.x_start)
254 && !sets_cc0_p (info->cur.x_start))
257 if (info
235 struct_equiv_make_checkpoint(struct struct_equiv_checkpoint *p, struct equiv_info *info) argument
248 struct_equiv_improve_checkpoint(struct struct_equiv_checkpoint *p, struct equiv_info *info) argument
279 struct_equiv_restore_checkpoint(struct struct_equiv_checkpoint *p, struct equiv_info *info) argument
311 note_local_live(struct equiv_info *info, rtx x, rtx y, int rvalue) argument
358 rtx_equiv_p(rtx *xp, rtx y, int rvalue, struct equiv_info *info) argument
743 set_dest_equiv_p(rtx x, rtx y, struct equiv_info *info) argument
779 set_dest_addr_equiv_p(rtx x, rtx y, struct equiv_info *info) argument
882 insns_match_p(rtx i1, rtx i2, struct equiv_info *info) argument
988 struct_equiv_init(int mode, struct equiv_info *info) argument
1043 struct_equiv_merge(rtx xi, rtx yi, struct equiv_info *info) argument
1081 struct_equiv_block_eq(int mode, struct equiv_info *info) argument
1267 find_dying_inputs(struct equiv_info *info) argument
1294 resolve_input_conflict(struct equiv_info *info) argument
[all...]
/freebsd-11-stable/bin/stty/
H A Dextern.h35 int csearch(char ***, struct info *);
39 int ksearch(char ***, struct info *);
40 int msearch(char ***, struct info *);
/freebsd-11-stable/lib/libbe/
H A Dbe_access.c55 struct be_mountcheck_info *info; local
60 info = (struct be_mountcheck_info *)data;
63 if (strcmp(mountpoint, info->path) == 0) {
64 info->name = strdup(zfs_get_name(zfs_hdl));
83 struct be_mount_info *info; local
85 info = (struct be_mount_info *)data;
97 if (info->depth == 0) {
98 snprintf(tmp, BE_MAXPATHLEN, "%s", info->mountpoint);
117 mountpoint = be_mountpoint_augmented(info->lbh, zfs_mnt);
118 snprintf(tmp, BE_MAXPATHLEN, "%s%s", info
156 struct be_mount_info *info; local
198 struct be_mountcheck_info info; local
242 struct be_mount_info info; local
296 struct be_mount_info info; local
[all...]
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c91 struct fb_info *info; local
94 info = vd->vd_softc;
98 bcopy(info, (struct fbtype *)data, sizeof(struct fbtype));
111 *(u_int *)data = info->fb_stride;
132 struct fb_info *info; local
134 info = vd->vd_softc;
136 if (info->fb_flags & FB_FLAG_NOMMAP)
139 if (offset >= 0 && offset < info->fb_size) {
140 if (info->fb_pbase == 0) {
141 *paddr = vtophys((uint8_t *)info
157 struct fb_info *info; local
211 struct fb_info *info; local
262 struct fb_info *info; local
380 struct fb_info *info; local
414 struct fb_info *info; local
457 vt_fb_attach(struct fb_info *info) argument
466 vt_fb_detach(struct fb_info *info) argument
[all...]
H A Dvt_early_fb.c72 vt_efb_initialize(struct fb_info *info, phandle_t node) argument
74 vt_efb_initialize(struct fb_info *info)
92 switch (info->fb_depth) {
94 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB,
98 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB,
102 vt_generate_cons_palette(info->fb_cmap, COLOR_FORMAT_RGB,
108 vt_generate_cons_palette(info->fb_cmap,
111 vt_generate_cons_palette(info->fb_cmap,
117 (cell_t)((info->fb_cmap[i] >> 16) & 0xff),
118 (cell_t)((info
176 struct fb_info *info; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386gnu-tdep.c27 i386gnu_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) argument
32 i386_elf_init_abi (info, gdbarch);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_format.c124 struct feed_format_info *info; local
153 info = malloc(sizeof(*info), M_DEVBUF, M_NOWAIT | M_ZERO);
154 if (info == NULL)
157 info->channels = AFMT_CHANNEL(f->desc->in);
159 info->ibps = AFMT_BPS(f->desc->in);
160 info->ialign = info->ibps * info->channels;
161 info
175 struct feed_format_info *info; local
189 struct feed_format_info *info; local
213 struct feed_format_info *info; local
[all...]
H A Dfeeder_rate.c429 z_feed_zoh(struct z_info *info, uint8_t *dst) argument
432 z_copy(info->z_delay +
433 (info->z_start * info->channels * info->bps), dst,
434 info->channels * info->bps);
439 cnt = info->channels * info->bps;
440 src = info
702 z_resampler_reset(struct z_info *info) argument
734 z_resampler_sinc_len(struct z_info *info) argument
1026 z_resampler_build_polyphase(struct z_info *info) argument
1090 struct z_info *info; local
1433 struct z_info *info; local
1488 struct z_info *info; local
1515 struct z_info *info; local
1548 struct z_info *info; local
1568 struct z_info *info; local
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dsplash_bmp.c89 video_info_t info; local
97 if ((vidd_get_info(adp, modes[i], &info) == 0) &&
98 (bmp_Init((u_char *)bmp_decoder.data, info.vi_width,
99 info.vi_height, info.vi_depth) == 0))
252 ** Given (info), set the pixel at (x),(y) to (val)
256 bmp_SetPix(BMP_INFO *info, int x, int y, u_char val) argument
264 if ((x < 0) || (x >= info->swidth) || (y < 0) || (y >= info->sheight))
271 sofs = ((info
332 bmp_DecodeRLE4(BMP_INFO *info, int line) argument
397 bmp_DecodeRLE8(BMP_INFO *info, int line) argument
450 bmp_DecodeLine(BMP_INFO *info, int line) argument
[all...]
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_isa.c56 struct ipmi_get_info info; local
59 if (ipmi_smbios_identify(&info) && info.iface_type != SSIF_MODE &&
98 ipmi_hint_identify(device_t dev, struct ipmi_get_info *info) argument
110 bzero(info, sizeof(struct ipmi_get_info));
112 info->iface_type = KCS_MODE;
113 info->address = 0xca2;
114 info->io_mode = 1;
115 info->offset = 1;
117 info
174 struct ipmi_get_info info; local
[all...]

Completed in 589 milliseconds

1234567891011>>