Searched refs:info (Results 351 - 375 of 1698) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.c373 struct lio_droq_info *info; local
378 info = (struct lio_droq_info *)droq->recv_buf_list[idx].data;
385 recv_pkt->rh = info->rh;
386 recv_pkt->length = (uint32_t)info->length;
391 bytes_left = (uint32_t)info->length;
526 union octeon_rh *rh, struct lio_droq_info *info)
532 cnt = lio_droq_get_bufcount(droq->buffer_size, (uint32_t)info->length);
563 struct lio_droq_info *info; local
567 info = (struct lio_droq_info *)
570 lio_swap_8B_data((uint64_t *)info,
525 lio_droq_dispatch_pkt(struct octeon_device *oct, struct lio_droq *droq, union octeon_rh *rh, struct lio_droq_info *info) argument
592 struct lio_droq_info *info; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-ppc.c1987 struct bfd_link_info *info ATTRIBUTE_UNUSED)
2388 must_be_dyn_reloc (struct bfd_link_info *info,
2408 return !info->executable;
2593 ppc_elf_create_got (bfd *abfd, struct bfd_link_info *info)
2599 if (!_bfd_elf_create_got_section (abfd, info))
2602 htab = ppc_elf_hash_table (info);
2638 ppc_elf_create_dynamic_sections (bfd *abfd, struct bfd_link_info *info)
2644 htab = ppc_elf_hash_table (info);
2647 && !ppc_elf_create_got (abfd, info))
2650 if (!_bfd_elf_create_dynamic_sections (abfd, info))
2383 must_be_dyn_reloc(struct bfd_link_info *info, enum elf_ppc_reloc_type r_type) argument
2588 ppc_elf_create_got(bfd *abfd, struct bfd_link_info *info) argument
2633 ppc_elf_create_dynamic_sections(bfd *abfd, struct bfd_link_info *info) argument
2693 ppc_elf_copy_indirect_symbol(struct bfd_link_info *info, struct elf_link_hash_entry *dir, struct elf_link_hash_entry *ind) argument
2817 ppc_elf_add_symbol_hook(bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
2873 ppc_elf_create_linker_section(bfd *abfd, struct bfd_link_info *info, flagword flags, elf_linker_section_t *lsect) argument
3080 ppc_elf_check_relocs(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
3832 ppc_elf_select_plt_layout(bfd *output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info *info, enum ppc_elf_plt_type plt_style, int emit_stub_syms) argument
3908 ppc_elf_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
3929 ppc_elf_gc_sweep_hook(bfd *abfd, struct bfd_link_info *info, asection *sec, const Elf_Internal_Rela *relocs) argument
4064 ppc_elf_tls_setup(bfd *obfd, struct bfd_link_info *info) argument
4123 ppc_elf_tls_optimize(bfd *obfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) argument
4337 ppc_elf_adjust_dynamic_symbol(struct bfd_link_info *info, struct elf_link_hash_entry *h) argument
4493 add_stub_sym(struct plt_entry *ent, struct elf_link_hash_entry *h, struct bfd_link_info *info) argument
4580 struct bfd_link_info *info = inf; local
4884 readonly_dynrelocs(struct elf_link_hash_entry *h, void *info) argument
4914 ppc_elf_size_dynamic_sections(bfd *output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info *info) argument
5031 elf_link_hash_traverse (elf_hash_table (info), allocate_dynrelocs, info); local
5222 info); local
5776 ppc_elf_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
7061 ppc_elf_finish_dynamic_symbol(bfd *output_bfd, struct bfd_link_info *info, struct elf_link_hash_entry *h, Elf_Internal_Sym *sym) argument
7405 ppc_elf_finish_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info) argument
7881 ppc_elf_vxworks_add_symbol_hook(bfd *abfd, struct bfd_link_info *info, Elf_Internal_Sym *sym, const char **namep ATTRIBUTE_UNUSED, flagword *flagsp ATTRIBUTE_UNUSED, asection **secp, bfd_vma *valp) argument
[all...]
H A Dcoff-ppc.c868 ppc_record_toc_entry(abfd, info, sec, sym, toc_kind)
870 struct bfd_link_info *info ATTRIBUTE_UNUSED;
995 coff_ppc_relocate_section (output_bfd, info, input_bfd, input_section,
998 struct bfd_link_info *info;
1017 if (info->relocatable)
1100 if (! ((*info->callbacks->undefined_symbol)
1101 (info, h->root.root.root.string, input_bfd, input_section,
1236 if (fixit && info->base_file)
1250 fwrite (&addr, 1,4, (FILE *) info->base_file);
1347 myh = coff_link_hash_lookup (coff_hash_table (info),
[all...]
/freebsd-11-stable/crypto/openssh/
H A Daudit-bsm.c301 struct AuditInfoStruct info; local
310 info.ai_auid = the_authctxt->pw->pw_uid;
312 info.ai_auid = -1;
313 info.ai_asid = getpid();
319 info.ai_mask.am_success = mask.am_success;
320 info.ai_mask.am_failure = mask.am_failure;
322 info.ai_termid = ssh_bsm_tid;
324 rc = SetAuditFunc(&info, sizeof(info));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp77 const siginfo_t *info) {
87 if (info) {
93 const auto reason = GetCrashReason(*info);
94 m_stop_description = GetCrashReasonString(reason, *info);
162 struct ptrace_lwpstatus info = {}; local
163 info.pl_lwpid = m_tid;
165 PT_LWPSTATUS, static_cast<int>(m_process.GetID()), &info, sizeof(info));
169 return info.pl_name;
177 LLDB_LOG(log, "sysctl() for LWP info siz
76 SetStoppedBySignal(uint32_t signo, const siginfo_t *info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp321 const dfsan_label_info *info = dfsan_get_label_info(label); local
322 if (info->l1 != 0) {
323 return dfsan_has_label(info->l1, elem) || dfsan_has_label(info->l2, elem);
331 const dfsan_label_info *info = dfsan_get_label_info(label); local
332 if (info->l1 != 0) {
333 return dfsan_has_label_with_desc(info->l1, desc) ||
334 dfsan_has_label_with_desc(info->l2, desc);
336 return internal_strcmp(desc, info->desc) == 0;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dalphanbsd-tdep.c197 alphanbsd_init_abi (struct gdbarch_info info, argument
203 alpha_dwarf2_init_abi (info, gdbarch);
206 alpha_mdebug_init_abi (info, gdbarch);
/freebsd-11-stable/tests/sys/mqueue/
H A Dmqtest5.c35 siginfo_t info; local
81 status = sigwaitinfo(&set, &info);
84 if (info.si_value.sival_int != 2)
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c203 node->guid, node->numports, mad_get_field(node->info, 0,
205 mad_get_field(node->info, 0, IB_NODE_VENDORID_F), nodename);
223 mad_get_field64(node->info, 0, IB_NODE_SYSTEM_GUID_F);
226 mad_get_field(node->info, 0, IB_NODE_VENDORID_F));
228 mad_get_field(node->info, 0, IB_NODE_DEVID_F));
282 mad_get_field64(node->info, 0, IB_NODE_PORT_GUID_F));
363 uint32_t iwidth = mad_get_field(port->info, 0,
365 uint32_t ispeed = mad_get_field(port->info, 0,
367 uint32_t vlcap = mad_get_field(port->info, 0,
392 cap_mask = mad_get_field(port->node->ports[0]->info,
703 uint8_t *info = NULL; local
[all...]
H A Dibdiag_common.c513 IBEXIT("port info query failed");
520 IBWARN("port info capability mask2 = 0x%x doesn't"
525 IBWARN("port info capability mask2 not supported");
775 uint8_t *info = NULL; local
777 uint32_t max_width = get_max_width(mad_get_field(port->info, 0,
779 & mad_get_field(port->remoteport->info, 0,
781 if ((max_width & mad_get_field(port->info, 0,
791 info = (uint8_t *)&port->node->ports[0]->info;
794 info
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_busdma.c763 struct usb_xfer_root *info; local
766 /* get info */
767 info = USB_DMATAG_TO_XROOT(pc->tag_parent);
770 if (info == NULL) {
913 struct usb_xfer_root *info; local
918 info = xfer->xroot;
920 mtx_assert(info->xfer_mtx, MA_OWNED);
924 USB_BUS_LOCK(info->bus);
926 USB_BUS_UNLOCK(info->bus);
938 info
1040 struct usb_xfer_root *info; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzcp_iter.c486 zcp_list_info_t *info = lua_touserdata(state, lua_upvalueindex(1)); local
488 zcp_parse_args(state, info->name, info->pargs, info->kwargs);
490 return (info->func(state));
509 zcp_list_info_t *info = zcp_list_funcs[i]; local
511 if (info->gc != NULL) {
517 (void) luaL_newmetatable(state, info->name);
519 lua_pushcfunction(state, info->gc);
524 lua_pushlightuserdata(state, info);
[all...]
/freebsd-11-stable/usr.sbin/periodic/
H A Dperiodic.sh98 success=YES info=YES badconfig=NO empty_output=YES # Defaults when ${run}_* aren't YES/NO
99 for var in success info badconfig empty_output; do
134 1) [ $info = NO ] && output=FALSE;;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer.h53 AddressInfo info; member in struct:__sanitizer::SymbolizedStack
118 bool SymbolizeData(uptr address, DataInfo *info);
119 bool SymbolizeFrame(uptr address, FrameInfo *info);
139 // does the actual file/line info fetching. Specific sanitizers may need this
H A Dsanitizer_symbolizer.cpp42 SymbolizedStack::SymbolizedStack() : next(nullptr), info() {}
47 res->info.address = addr;
52 info.Clear();
/freebsd-11-stable/contrib/sendmail/src/
H A Dbf.c84 ** internal, file-type-specific info setup.
88 ** info -- information about file being opened
98 sm_bfopen(fp, info, flags, rpool)
100 const void *info;
112 filename = ((struct bf_info *) info)->bi_filename;
113 fmode = ((struct bf_info *) info)->bi_fmode;
114 bsize = ((struct bf_info *) info)->bi_bsize;
115 sflags = ((struct bf_info *) info)->bi_flags;
230 struct bf_info info; local
245 info
[all...]
/freebsd-11-stable/contrib/binutils/binutils/doc/
H A DMakefile.in64 INFO_DEPS = binutils.info
266 MAINTAINERCLEANFILES = binutils.info
268 # Automake 1.9 will only build info files in the objdir if they are
271 @GENINSRC_NEVER_TRUE@DISTCLEANFILES = binutils.info
315 binutils.info: binutils.texi
319 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \
360 uninstall-info-am:
362 @if (install-info --version && \
363 install-info
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c463 static void update_adapter_info(video_adapter_t *adp, video_info_t *info);
557 video_info_t info; local
565 if (vga_get_info(adp, i, &info))
567 if ((info.vi_flags & V_INFO_COLOR) != color)
851 update_adapter_info(video_adapter_t *adp, video_info_t *info) argument
855 (info->vi_flags & V_INFO_COLOR) ? V_ADP_COLOR : 0;
858 adp->va_window = BIOS_PADDRTOVADDR(info->vi_window);
859 adp->va_window_size = info->vi_window_size;
860 adp->va_window_gran = info->vi_window_gran;
863 adp->va_buffer = info
938 video_info_t info; local
1411 vga_get_info(video_adapter_t *adp, int mode, video_info_t *info) argument
1461 vga_query_mode(video_adapter_t *adp, video_info_t *info) argument
1536 video_info_t info; local
2104 video_info_t info; local
3004 video_info_t info; local
[all...]
/freebsd-11-stable/sys/netgraph/netflow/
H A Dnetflow.c153 ip6_masklen(struct in6_addr *saddr, struct rt_addrinfo *info) argument
158 if (info->rti_addrs & RTA_NETMASK)
328 struct rt_addrinfo info; local
362 bzero(&info, sizeof(info));
364 info.rti_info[RTAX_GATEWAY] = (struct sockaddr *)&rt_gateway;
365 info.rti_info[RTAX_NETMASK] = (struct sockaddr *)&sin_mask;
368 &info) == 0) {
369 fle->f.fle_o_ifx = info.rti_ifp->if_index;
371 if (info
423 struct rt_addrinfo info; local
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_config.c290 parse_array(int fd, int raid_type, char *array_str, struct array_info *info) argument
344 info->drives = calloc(count, sizeof(struct mfi_pd_info));
345 if (info->drives == NULL) {
349 info->drive_count = count;
350 for (pinfo = info->drives; (cp = strsep(&array_str, ",")) != NULL;
354 free(info->drives);
355 info->drives = NULL;
361 warn("Failed to fetch drive info for drive %s", cp);
362 free(info->drives);
363 info
848 struct mfi_ld_info info; local
925 struct mfi_pd_info info; local
1055 struct mfi_pd_info info; local
[all...]
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c402 struct l_user_desc info; local
407 error = copyin(desc, &info, sizeof(struct l_user_desc));
412 info.entry_number = GUGS32_SEL;
413 error = copyout(&info, desc, sizeof(struct l_user_desc));
417 a[0] = LINUX_LDT_entry_a(&info);
418 a[1] = LINUX_LDT_entry_b(&info);
433 pcb->pcb_gsbase = (register_t)info.base_addr;
732 struct l_user_desc info; local
738 error = copyin(args->desc, &info, sizeof(struct l_user_desc));
745 "%i, %i, %i"), info
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_taskdeps.cpp305 kmp_dephash_entry_t *info = local
307 kmp_depnode_t *last_out = info->last_out;
308 kmp_depnode_list_t *last_ins = info->last_ins;
309 kmp_depnode_list_t *last_mtxs = info->last_mtxs;
313 if (info->last_flag == ENTRY_LAST_INS) { // INS were last
322 info->last_ins = NULL;
323 info->last_mtxs = NULL;
333 info->last_out = NULL;
335 info->last_out = __kmp_node_ref(node);
343 info
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddiff_editor.c663 struct svn_wc__db_info_t *info = item->value;
684 if (NOT_PRESENT(info->status))
687 assert(info->status == svn_wc__db_status_normal
688 || info->status == svn_wc__db_status_added
689 || info->status == svn_wc__db_status_deleted);
698 if (!info->have_base)
702 if (info->status == svn_wc__db_status_deleted)
705 else if (info->status == svn_wc__db_status_normal)
708 base_kind = info->kind;
710 else if (info
662 struct svn_wc__db_info_t *info = item->value; local
1165 struct svn_wc__db_info_t *info = item->value; local
1282 const struct svn_wc__db_info_t *info; local
1487 struct svn_wc__db_base_info_t *info = item->value; local
1641 struct svn_wc__db_info_t *info; local
1701 struct svn_wc__db_info_t *info; local
1946 struct svn_wc__db_info_t *info; local
2003 struct svn_wc__db_info_t *info; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigmask.c83 upcalls_not_started_handler1(int sig, siginfo_t *info, void *ctx) argument
95 upcalls_not_started_handler2(int sig, siginfo_t *info, void *ctx) argument
130 respected_while_running_handler1(int sig, siginfo_t *info, void *ctx) argument
143 respected_while_running_handler2(int sig, siginfo_t *info, void *ctx) argument
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_pst.c199 char info[14]; /* "frdzycchhSSFT" clock info */ local
240 &daychar, junque, &pp->day, info, &ltemp) != 10) {
253 if (info[9] != '8')
255 if (info[12] == 'H')

Completed in 306 milliseconds

<<11121314151617181920>>