Searched refs:info (Results 401 - 425 of 1698) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio_checksum.c343 abd_t *abd, uint64_t size, uint64_t offset, zio_bad_cksum_t *info)
417 if (info != NULL) {
418 info->zbc_expected = expected_cksum;
419 info->zbc_actual = actual_cksum;
420 info->zbc_checksum_name = ci->ci_name;
421 info->zbc_byteswapped = byteswap;
422 info->zbc_injected = 0;
423 info->zbc_has_cksum = 1;
433 zio_checksum_error(zio_t *zio, zio_bad_cksum_t *info) argument
446 offset, info);
342 zio_checksum_error_impl(spa_t *spa, blkptr_t *bp, enum zio_checksum checksum, abd_t *abd, uint64_t size, uint64_t offset, zio_bad_cksum_t *info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp169 MonitorInfo *info = (MonitorInfo *)arg; local
171 const Host::MonitorChildProcessCallback callback = info->callback;
172 const bool monitor_signals = info->monitor_signals;
174 assert(info->pid <= UINT32_MAX);
175 const ::pid_t pid = monitor_signals ? -1 * getpgid(info->pid) : info->pid;
177 delete info;
424 Dl_info info; local
425 if (::dladdr(host_addr, &info)) {
426 if (info
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c136 PROCESS_INFORMATION info; local
151 memset(&info, 0, sizeof(info));
155 0, NULL, NULL, &si, &info);
160 WaitForSingleObject(info.hProcess, INFINITE);
161 GetExitCodeProcess(info.hProcess, &exitcode);
162 CloseHandle(info.hProcess);
163 CloseHandle(info.hThread);
/freebsd-11-stable/contrib/gcc/
H A Dddg.h78 void *info; member in union:ddg_node::__anon1299
109 void *info; member in union:ddg_edge::__anon1300
H A Dalloc-pool.c346 struct output_info info; local
353 info.count = 0;
354 info.size = 0;
355 htab_traverse (alloc_pool_hash, print_statistics, &info);
358 "Total", info.count, info.size);
/freebsd-11-stable/contrib/libucl/src/
H A DMakefile.am18 libucl_la_LDFLAGS = -version-info @SO_VERSION@
/freebsd-11-stable/contrib/gdb/gdb/
H A Damd64obsd-tdep.c184 amd64obsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
188 amd64_init_abi (info, gdbarch);
182 amd64obsd_init_abi(struct gdbarch_info info, struct gdbarch *gdbarch) argument
/freebsd-11-stable/contrib/binutils/gas/doc/
H A DMakefile.am69 # We want install to imply install-info as per GNU standards, despite the
71 install-data-local: install-info
108 info-local: $(MANS)
122 MAINTAINERCLEANFILES += as.info
124 # Automake 1.9 will only build info files in the objdir if they are
128 DISTCLEANFILES = as.info
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c147 return rt->info[rix].phy == IEEE80211_T_HT ?
148 rt->info[rix].dot11Rate : (rt->info[rix].dot11Rate & IEEE80211_RATE_VAL) / 2;
156 return rt->info[rix].phy == IEEE80211_T_HT ? "MCS" : "Mb ";
181 (rt->info[rix].phy != IEEE80211_T_HT)) {
251 #define DOT11RATE(ix) (rt->info[ix].dot11Rate & IEEE80211_RATE_VAL)
252 #define MCS(ix) (rt->info[ix].dot11Rate | IEEE80211_RATE_MCS)
295 (rt->info[rix].phy != IEEE80211_T_HT)) {
346 #define DOT11RATE(_ix) (rt->info[(_ix)].dot11Rate & IEEE80211_RATE_VAL)
396 #define DOT11RATE(ix) (rt->info[i
[all...]
/freebsd-11-stable/usr.sbin/apm/
H A Dapm.c470 struct apm_info info; local
472 apm_getinfo(fd, &info);
474 print_all_info(fd, &info, bioscall_available);
476 printf("%d\n", info.ai_acline);
478 printf("%d\n", info.ai_batt_stat);
480 printf("%d\n", info.ai_batt_life);
482 printf("%d\n", info.ai_status);
484 printf("%d\n", info.ai_batt_time);
/freebsd-11-stable/contrib/blacklist/port/
H A DMakefile.am14 libblacklist_la_LDFLAGS = -no-undefined -version-info 0:0:0
/freebsd-11-stable/stand/i386/libi386/
H A Dsmbios.c364 caddr_t saddr, info; local
396 info = smbios_find_struct(0x00);
397 if (info != NULL) {
398 smbios.bios_vendor = smbios_getstring(info, 0x04);
400 info = smbios_find_struct(0x01);
401 if (info != NULL) {
402 smbios.maker = smbios_getstring(info, 0x04);
403 smbios.product = smbios_getstring(info, 0x05);
/freebsd-11-stable/contrib/expat/lib/
H A DMakefile.am40 -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp59 FunctionType::ExtInfo info,
63 info, {}, args);
56 arrangeFreeFunctionCall(CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs args) argument
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.c75 dev->info.p2p_device_addr)) {
86 p2p->groups[i], dev->info.p2p_device_addr))
99 MAC2STR(dev->info.p2p_device_addr));
247 os_memcpy(res.peer_device_addr, peer->info.p2p_device_addr, ETH_ALEN);
380 if (os_memcmp(dev->info.p2p_device_addr, addr, ETH_ALEN) == 0)
440 os_memcpy(dev->info.p2p_device_addr, addr, ETH_ALEN);
449 p2p_copy_filter_devname(dev->info.device_name,
450 sizeof(dev->info.device_name),
452 dev->info.dev_capab = cli->dev_capab;
453 dev->info
466 struct p2p_group_info info; local
4228 p2p_get_peer_info_txt(const struct p2p_peer_info *info, char *buf, size_t buflen) argument
[all...]
/freebsd-11-stable/contrib/binutils/bfd/doc/
H A DMakefile.in40 # Automake 1.9 will only build info files in the objdir if they are
43 @GENINSRC_NEVER_TRUE@am__append_1 = bfd.info
67 INFO_DEPS = bfd.info
342 MAINTAINERCLEANFILES = $(DOCFILES) bfd.info
387 bfd.info: bfd.texinfo $(bfd_TEXINFOS)
391 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
432 uninstall-info-am:
434 @if (install-info --version && \
435 install-info
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh55 make_hash 1 info $OPT1 <$DATA
132 return termcap ? build_names(cap) : build_names(info) ;
143 return termcap ? build_alias(cap) : build_alias(info) ;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-mep.c414 struct bfd_link_info * info,
424 if (info->relocatable)
486 struct bfd_link_info * info,
503 mep_info = info;
522 if (!info->relocatable && ELF32_R_TYPE (rel->r_info) == R_RELC)
524 bfd_elf_perform_complex_relocation (output_bfd, info,
583 else if (!info->relocatable)
585 if (! ((*info->callbacks->undefined_symbol)
586 (info, h->root.root.string, input_bfd,
588 (!info
408 mep_elf_check_relocs(bfd * abfd, struct bfd_link_info * info, asection * sec, const Elf_Internal_Rela * relocs) argument
479 mep_elf_relocate_section(bfd * output_bfd ATTRIBUTE_UNUSED, 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
[all...]
H A Delf-bfd.h214 /* Virtual table derivation info. */
405 #define elf_link_hash_traverse(table, func, info) \
409 (info)))
613 /* A function to set the type of the info field. Processor-specific
677 (bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *,
683 (struct bfd_link_info *info, const char *, Elf_Internal_Sym *,
695 (bfd *abfd, struct bfd_link_info *info);
700 (bfd *output_bfd, struct bfd_link_info *info, asection *osec);
717 (bfd *abfd, struct bfd_link_info *info, asection *o,
725 (bfd *abfd, struct bfd_link_info *info);
1254 struct bfd_link_info *info; member in struct:elf_info_failed
1266 struct bfd_link_info *info; member in struct:elf_assign_sym_version_info
1281 struct bfd_link_info *info; member in struct:elf_find_verdep_info
[all...]
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl123 local($errors, $warnings, $info) = (0, 0, 0);
156 print $file . ": $errors errors, $warnings warnings, $info info\n"
310 info("a percent sign appearing in text is a literal") if $text =~ /%/;
387 info("last character before field definition is a field type ($last)")
417 info("potential missing slash after C, D, N, L, or T with format")
690 sub info { subroutine
692 print STDERR $curfile . ": " .$curln . ": info: " . join(" ", @_) . "\n";
694 $info += 1;
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h219 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info))
220 #define LCTF_INFO_ROOT(fp, info) ((fp)->ctf_fileops->ctfo_get_root(info))
221 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info))
262 ECTF_NOFUNCDAT, /* no func info available for function */
264 ECTF_NOTYPEDAT, /* no type info available for object */
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dindex_hash.c126 hash_append(lzma_index_hash_info *info, lzma_vli unpadded_size, argument
129 info->blocks_size += vli_ceil4(unpadded_size);
130 info->uncompressed_size += uncompressed_size;
131 info->index_list_size += lzma_vli_size(unpadded_size)
133 ++info->count;
136 lzma_check_update(&info->check, LZMA_CHECK_BEST,
158 // Validate the properties of *info are still in allowed limits.
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfiutil.h147 const char *mfi_pd_inq_string(struct mfi_pd_info *info);
158 int mfi_ctrl_get_info(int fd, struct mfi_ctrl_info *info, uint8_t *statusp);
159 int mfi_ld_get_info(int fd, uint8_t target_id, struct mfi_ld_info *info,
162 int mfi_pd_get_info(int fd, uint16_t device_id, struct mfi_pd_info *info,
170 void print_ld(struct mfi_ld_info *info, int state_len);
171 void print_pd(struct mfi_pd_info *info, int state_len);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstdio.c48 ** info -- pathname of the file to be opened
60 sm_stdopen(fp, info, flags, rpool)
62 const void *info;
66 char *path = (char *) info;
293 ** fp -- file to set info for
294 ** what -- type of info to set
323 ** fp -- file to get info for
324 ** what -- type of info to get
325 ** valp -- location to place found info
328 ** Success: may or may not place info i
[all...]
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis_usb.c121 if ((uaa->info.idVendor == t->ndis_vid) &&
122 (uaa->info.idProduct == t->ndis_did)) {
140 if (uaa->info.bConfigIndex != NDISUSB_CONFIG_NO)
142 if (uaa->info.bIfaceIndex != NDISUSB_IFACE_INDEX)
187 if ((uaa->info.idVendor == t->ndis_vid) &&
188 (uaa->info.idProduct == t->ndis_did)) {

Completed in 329 milliseconds

<<11121314151617181920>>