Searched refs:info (Results 376 - 400 of 1698) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/libxo/tests/core/
H A Dtest_10.c46 xo_info_t info[] = { local
54 int info_count = (sizeof(info) / sizeof(info[0])) - 1;
73 else if (strcmp(argv[argc], "info") == 0)
81 xo_set_info(NULL, info, info_count);
/freebsd-11-stable/contrib/binutils/ld/
H A Dldcref.c88 #define cref_hash_traverse(table, func, info) \
92 (info)))
600 struct check_refs_info info; local
630 info.sym_name = name;
631 info.global = global;
632 info.defsec = sec;
633 info.ncrs = ncrs;
634 info.asymbols = asymbols;
635 bfd_map_over_sections (abfd, check_reloc_refs, &info);
650 struct check_refs_info *info local
[all...]
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbusvar.h67 * Per cardbus soft info. Not sure why we even keep this around...
83 struct tuple_callbacks *info, void *);
/freebsd-11-stable/lib/libopenbsd/
H A Dohash.h44 struct ohash_info info; member in struct:ohash
/freebsd-11-stable/release/scripts/
H A Drelnotes-search.sh119 ${svn} info ${1} >/dev/null 2>&1
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_cert.in41 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
44 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
H A Dtest_nist.in49 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
52 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
H A Dtest_nist2.in52 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
55 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
/freebsd-11-stable/sys/xen/interface/io/
H A Dpciif.h89 uint32_t info; member in struct:xen_pci_op
/freebsd-11-stable/usr.bin/mkuzip/
H A Dmkuz_zlib.c85 rval->info.len = (uint32_t)destlen_z;
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_9340.c157 sc->info.es_nports = 5;
160 sc->info.es_nports = 6;
200 sc->info.es_vlan_caps = ETHERSWITCH_VLAN_DOT1Q |
202 sc->info.es_nvlangroups = AR8X16_MAX_VLANS;
/freebsd-11-stable/share/examples/netgraph/
H A Dether.bridge54 ngctl info ${BRIDGE_NAME}: >/dev/null 2>&1
88 if ! ngctl info ${ETHER}: >/dev/null 2>&1; then
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h43 GetBacktracesFromExtendedStopInfo(StructuredData::ObjectSP info) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h44 GetBacktracesFromExtendedStopInfo(StructuredData::ObjectSP info) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp36 Notes, [Type](const CoreNote &Note) { return Note.info.n_type == Type; });
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilWindows.cpp145 PROCESS_MEMORY_COUNTERS info; local
146 if (!GetProcessMemoryInfo(GetCurrentProcess(), &info, sizeof(info)))
148 return info.PeakWorkingSetSize >> 20;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp155 struct vm_region_submap_info_64 info; local
157 (vm_region_info_t)&info, &count);
163 if (info.user_tag == kSanitizerVmMemoryOsAllocOnce) {
183 info.protection & kProtectionRead);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp39 cur->info, common_flags()->symbolize_vs_style,
45 if (cur->info.function != nullptr)
46 dedup_token.append(cur->info.function);
124 RenderFrame(&frame_desc, fmt, frame_num++, cur->info,
/freebsd-11-stable/usr.bin/makewhatis/
H A Dmakewhatis.c133 free_page_info(struct page_info *info) argument
135 free(info->filename);
136 free(info->name);
137 free(info->suffix);
138 free(info);
149 struct page_info *info; local
154 info = (struct page_info *) malloc(sizeof(struct page_info));
155 if (info == NULL)
159 asprintf(&info->filename, "%s/%s", dir, dirent->d_name);
160 if ((info
854 struct page_info *info = new_page_info(section_dir, entries[i]); local
[all...]
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dchassis.c75 chassis_type = mad_get_field(node->info, 0, IB_NODE_VENDORID_F);
109 vendor_id = mad_get_field(node->info, 0,IB_NODE_VENDORID_F);
196 mad_get_field64(node->info, 0, IB_NODE_SYSTEM_GUID_F);
216 mad_get_field64(node->ports[1]->remoteport->node->info, 0,
227 uint32_t vendid = mad_get_field(node->info, 0, IB_NODE_VENDORID_F);
229 mad_get_field64(node->info, 0, IB_NODE_SYSTEM_GUID_F);
271 uint32_t devid = mad_get_field(n->info, 0, IB_NODE_DEVID_F);
278 uint32_t devid = mad_get_field(n->info, 0, IB_NODE_DEVID_F);
284 uint32_t devid = mad_get_field(n->info, 0, IB_NODE_DEVID_F);
290 uint32_t devid = mad_get_field(n->info,
[all...]
/freebsd-11-stable/contrib/ofed/libibcm/
H A Dcm.c572 void *info,
591 if (info && info_length) {
592 cmd->info = (uintptr_t) info;
617 void *info,
623 info, info_length,
737 if (param->info && param->info_length) {
738 cmd->info = (uintptr_t) param->info;
807 void *info local
569 cm_send_status(struct ib_cm_id *cm_id, uint32_t type, int status, void *info, uint8_t info_length, void *private_data, uint8_t private_data_len) argument
615 ib_cm_send_apr(struct ib_cm_id *cm_id, enum ib_cm_apr_status status, void *info, uint8_t info_length, void *private_data, uint8_t private_data_len) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dlow_level.c307 svn_fs_path_change2_t *info; local
319 info = &change->info;
328 SVN_ERR(svn_fs_fs__id_parse(&info->node_rev_id, str, result_pool));
329 if (info->node_rev_id == NULL)
341 info->node_kind = svn_node_unknown;
349 info->node_kind = svn_node_file;
351 info->node_kind = svn_node_dir;
359 info->change_kind = svn_fs_path_change_modify;
363 info
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c2158 #define elf32_arm_link_hash_traverse(table, func, info) \
2162 (info)))
2165 #define elf32_arm_hash_table(info) \
2166 ((struct elf32_arm_link_hash_table *) ((info)->hash))
2303 create_got_section (bfd *dynobj, struct bfd_link_info *info) argument
2307 htab = elf32_arm_hash_table (info);
2312 if (! _bfd_elf_create_got_section (dynobj, info))
2338 elf32_arm_create_dynamic_sections (bfd *dynobj, struct bfd_link_info *info) argument
2342 htab = elf32_arm_hash_table (info);
2343 if (!htab->sgot && !create_got_section (dynobj, info))
2389 elf32_arm_copy_indirect_symbol(struct bfd_link_info *info, struct elf_link_hash_entry *dir, struct elf_link_hash_entry *ind) argument
2632 bfd_elf32_arm_allocate_interworking_sections(struct bfd_link_info * info) argument
2992 bfd_elf32_arm_add_glue_sections_to_bfd(bfd *abfd, struct bfd_link_info *info) argument
3070 bfd_elf32_arm_get_bfd_for_interworking(bfd *abfd, struct bfd_link_info *info) argument
4029 elf32_thumb_to_arm_stub(struct bfd_link_info * info, const char * name, bfd * input_bfd, bfd * output_bfd, asection * input_section, bfd_byte * hit_data, asection * sym_sec, bfd_vma offset, bfd_signed_vma addend, bfd_vma val, char **error_message) argument
4137 elf32_arm_create_thumb_stub(struct bfd_link_info * info, const char * name, bfd * input_bfd, bfd * output_bfd, asection * sym_sec, bfd_vma val, asection *s, char **error_message) argument
4230 elf32_arm_to_thumb_stub(struct bfd_link_info * info, const char * name, bfd * input_bfd, bfd * output_bfd, asection * input_section, bfd_byte * hit_data, asection * sym_sec, bfd_vma offset, bfd_signed_vma addend, bfd_vma val, char **error_message) argument
4290 struct bfd_link_info * info = (struct bfd_link_info *) inf; local
4376 dtpoff_base(struct bfd_link_info *info) argument
4388 tpoff(struct bfd_link_info *info, bfd_vma address) argument
4494 elf32_arm_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, bfd * output_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma value, struct bfd_link_info * info, asection * sym_sec, const char * sym_name, int sym_flags, struct elf_link_hash_entry * h, bfd_boolean * unresolved_reloc_p, char **error_message) argument
6357 elf32_arm_relocate_section(bfd * output_bfd, struct bfd_link_info * info, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * relocs, Elf_Internal_Sym * local_syms, asection ** local_sections) argument
7380 elf32_arm_gc_mark_hook(asection *sec, struct bfd_link_info *info, Elf_Internal_Rela *rel, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
7400 elf32_arm_gc_sweep_hook(bfd * abfd, struct bfd_link_info * info, asection * sec, const Elf_Internal_Rela * relocs) argument
7526 elf32_arm_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
7872 elf32_arm_gc_mark_extra_sections(struct bfd_link_info *info, elf_gc_mark_hook_fn gc_mark_hook) argument
8053 elf32_arm_adjust_dynamic_symbol(struct bfd_link_info * info, struct elf_link_hash_entry * h) argument
8179 struct bfd_link_info *info; local
8512 struct bfd_link_info *info = (struct bfd_link_info *) inf; local
8524 bfd_elf32_arm_set_byteswap_code(struct bfd_link_info *info, int byteswap_code) argument
8536 elf32_arm_size_dynamic_sections(bfd * output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info * info) argument
8792 elf32_arm_finish_dynamic_symbol(bfd * output_bfd, struct bfd_link_info * info, struct elf_link_hash_entry * h, Elf_Internal_Sym * sym) argument
9081 elf32_arm_finish_dynamic_sections(bfd * output_bfd, struct bfd_link_info * info) argument
9592 struct bfd_link_info *info; member in struct:__anon214
9710 elf32_arm_output_arch_local_syms(bfd *output_bfd, struct bfd_link_info *info, void *finfo, bfd_boolean (*func) (void *, const char *, Elf_Internal_Sym *, asection *, struct elf_link_hash_entry *)) argument
10405 elf32_arm_symbian_modify_segment_map(bfd *abfd, struct bfd_link_info *info) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c460 dtrace_proginfo_t info; local
472 if (dtrace_program_exec(g_dtp, prog, &info) == -1)
509 prsyminfo_t info; local
512 int info; /* XXX unused */ local
517 &sym, &info) != 0) {
522 if (info.prs_object == NULL)
523 info.prs_object = "<unknown>";
525 if (info.prs_lmid != LM_ID_BASE) {
526 len = snprintf(buf, size, "LM%lu`", info.prs_lmid);
531 len = snprintf(buf, size, "%s`%s", info
[all...]
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_api.c294 cfe_getfwinfo(cfe_fwinfo_t *info) argument
309 info->fwi_version = xiocb.plist.xiocb_fwinfo.fwi_version;
310 info->fwi_totalmem = xiocb.plist.xiocb_fwinfo.fwi_totalmem;
311 info->fwi_flags = xiocb.plist.xiocb_fwinfo.fwi_flags;
312 info->fwi_boardid = xiocb.plist.xiocb_fwinfo.fwi_boardid;
313 info->fwi_bootarea_va = xiocb.plist.xiocb_fwinfo.fwi_bootarea_va;
314 info->fwi_bootarea_pa = xiocb.plist.xiocb_fwinfo.fwi_bootarea_pa;
315 info->fwi_bootarea_size = xiocb.plist.xiocb_fwinfo.fwi_bootarea_size;
317 info->fwi_reserved1 = xiocb.plist.xiocb_fwinfo.fwi_reserved1;
318 info
[all...]

Completed in 347 milliseconds

<<11121314151617181920>>