Home
last modified time | relevance | path

Searched refs:rinfo (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/sys/arch/zaurus/dev/
H A Dw100.c73 struct rasops_info *rinfo,
199 ri = &scr->rinfo; in w100_attach_subr()
256 w100_setup_rasops(struct w100_softc *sc, struct rasops_info *rinfo, in w100_setup_rasops() argument
260 rinfo->ri_flg = descr->flags | RI_CLEAR | RI_ENABLE_ALPHA; in w100_setup_rasops()
261 rinfo->ri_depth = descr->depth; in w100_setup_rasops()
262 rinfo->ri_width = sc->display_width; in w100_setup_rasops()
263 rinfo->ri_height = sc->display_height; in w100_setup_rasops()
264 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8; in w100_setup_rasops()
266 rinfo->ri_wsfcookie = -1; /* XXX */ in w100_setup_rasops()
271 rinfo->ri_rnum = 5; in w100_setup_rasops()
[all …]
H A Dw100var.h17 struct rasops_info rinfo; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o-x86-64.c242 bfd_mach_o_x86_64_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo) in bfd_mach_o_x86_64_swap_reloc_out() argument
244 rinfo->r_address = rel->address; in bfd_mach_o_x86_64_swap_reloc_out()
245 rinfo->r_scattered = 0; in bfd_mach_o_x86_64_swap_reloc_out()
249 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
250 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
251 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
254 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
255 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
256 rinfo->r_length = 3; in bfd_mach_o_x86_64_swap_reloc_out()
259 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
[all …]
H A Dmach-o-i386.c208 bfd_mach_o_i386_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo) in bfd_mach_o_i386_swap_reloc_out() argument
210 rinfo->r_address = rel->address; in bfd_mach_o_i386_swap_reloc_out()
218 rinfo->r_scattered = 0; in bfd_mach_o_i386_swap_reloc_out()
219 rinfo->r_type = BFD_MACH_O_GENERIC_RELOC_VANILLA; in bfd_mach_o_i386_swap_reloc_out()
220 rinfo->r_pcrel = rel->howto->pc_relative; in bfd_mach_o_i386_swap_reloc_out()
221 rinfo->r_length = bfd_log2 (bfd_get_reloc_size (rel->howto)); in bfd_mach_o_i386_swap_reloc_out()
224 rinfo->r_extern = 0; in bfd_mach_o_i386_swap_reloc_out()
225 rinfo->r_value = in bfd_mach_o_i386_swap_reloc_out()
230 rinfo->r_extern = 1; in bfd_mach_o_i386_swap_reloc_out()
231 rinfo->r_value = (*rel->sym_ptr_ptr)->udata.i; in bfd_mach_o_i386_swap_reloc_out()
[all …]
H A Delf32-m68hc11.c966 const struct m68hc11_direct_relax *rinfo; in m68hc11_elf_relax_section() local
1005 rinfo = find_relaxable_insn (code); in m68hc11_elf_relax_section()
1006 if (rinfo == 0) in m68hc11_elf_relax_section()
1025 bfd_put_8 (abfd, rinfo->direct_code, in m68hc11_elf_relax_section()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o-x86-64.c242 bfd_mach_o_x86_64_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo) in bfd_mach_o_x86_64_swap_reloc_out() argument
244 rinfo->r_address = rel->address; in bfd_mach_o_x86_64_swap_reloc_out()
245 rinfo->r_scattered = 0; in bfd_mach_o_x86_64_swap_reloc_out()
249 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
250 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
251 rinfo->r_length = 2; in bfd_mach_o_x86_64_swap_reloc_out()
254 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
255 rinfo->r_pcrel = 0; in bfd_mach_o_x86_64_swap_reloc_out()
256 rinfo->r_length = 3; in bfd_mach_o_x86_64_swap_reloc_out()
259 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED; in bfd_mach_o_x86_64_swap_reloc_out()
[all …]
H A Dmach-o-i386.c208 bfd_mach_o_i386_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo) in bfd_mach_o_i386_swap_reloc_out() argument
210 rinfo->r_address = rel->address; in bfd_mach_o_i386_swap_reloc_out()
218 rinfo->r_scattered = 0; in bfd_mach_o_i386_swap_reloc_out()
219 rinfo->r_type = BFD_MACH_O_GENERIC_RELOC_VANILLA; in bfd_mach_o_i386_swap_reloc_out()
220 rinfo->r_pcrel = rel->howto->pc_relative; in bfd_mach_o_i386_swap_reloc_out()
221 rinfo->r_length = bfd_log2 (bfd_get_reloc_size (rel->howto)); in bfd_mach_o_i386_swap_reloc_out()
224 rinfo->r_extern = 0; in bfd_mach_o_i386_swap_reloc_out()
225 rinfo->r_value = in bfd_mach_o_i386_swap_reloc_out()
230 rinfo->r_extern = 1; in bfd_mach_o_i386_swap_reloc_out()
231 rinfo->r_value = (*rel->sym_ptr_ptr)->udata.i; in bfd_mach_o_i386_swap_reloc_out()
[all …]
H A Delf32-m68hc11.c965 const struct m68hc11_direct_relax *rinfo; in m68hc11_elf_relax_section() local
1004 rinfo = find_relaxable_insn (code); in m68hc11_elf_relax_section()
1005 if (rinfo == 0) in m68hc11_elf_relax_section()
1024 bfd_put_8 (abfd, rinfo->direct_code, in m68hc11_elf_relax_section()
/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c279 ri = &scr->rinfo; in pxa2x0_lcd_attach_sub()
642 pxa2x0_lcd_setup_rasops(struct pxa2x0_lcd_softc *sc, struct rasops_info *rinfo, in pxa2x0_lcd_setup_rasops() argument
647 rinfo->ri_flg = descr->flags | RI_ENABLE_ALPHA; in pxa2x0_lcd_setup_rasops()
648 rinfo->ri_depth = descr->depth; in pxa2x0_lcd_setup_rasops()
649 rinfo->ri_width = geom->panel_width; in pxa2x0_lcd_setup_rasops()
650 rinfo->ri_height = geom->panel_height; in pxa2x0_lcd_setup_rasops()
651 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8; in pxa2x0_lcd_setup_rasops()
653 rinfo->ri_wsfcookie = -1; /* XXX */ in pxa2x0_lcd_setup_rasops()
658 rinfo->ri_rnum = 5; in pxa2x0_lcd_setup_rasops()
659 rinfo->ri_rpos = 11; in pxa2x0_lcd_setup_rasops()
[all …]
H A Dpxa2x0_lcd.h72 struct rasops_info rinfo; member
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c541 scr->rinfo.ri_flg = 0; in s3c24x0_lcd_alloc_screen()
542 scr->rinfo.ri_depth = type->depth; in s3c24x0_lcd_alloc_screen()
543 scr->rinfo.ri_bits = scr->buf_va; in s3c24x0_lcd_alloc_screen()
544 scr->rinfo.ri_width = width; in s3c24x0_lcd_alloc_screen()
545 scr->rinfo.ri_height = height; in s3c24x0_lcd_alloc_screen()
546 scr->rinfo.ri_stride = scr->stride; in s3c24x0_lcd_alloc_screen()
561 if (wsfont_lock(cookie, &scr->rinfo.ri_font)) in s3c24x0_lcd_alloc_screen()
562 scr->rinfo.ri_wsfcookie = cookie; in s3c24x0_lcd_alloc_screen()
566 rasops_init(&scr->rinfo, type->c.nrows, type->c.ncols); in s3c24x0_lcd_alloc_screen()
568 (* scr->rinfo.ri_ops.allocattr)(&scr->rinfo, 0, 0, 0, attrp); in s3c24x0_lcd_alloc_screen()
[all …]
H A Ds3c24x0_lcd.h55 struct rasops_info rinfo; member
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y319 if (cur_symbol->info.rinfo->valid_bitmask == 0)
320 cur_symbol->info.rinfo->valid_bitmask = 0xFF;
322 if (cur_symbol->info.rinfo->size == 0)
323 cur_symbol->info.rinfo->size = 1;
329 if (cur_symbol->info.rinfo->address == 0)
330 cur_symbol->info.rinfo->address =
333 cur_symbol->info.rinfo->size;
364 cur_symbol->info.rinfo->address = $2;
371 cur_symbol->info.rinfo->size = $2;
376 max_addr = scb_or_sram_symbol->info.rinfo->address
[all …]
H A Daicasm_symbol.c101 if (symbol->info.rinfo != NULL) in symbol_delete()
102 free(symbol->info.rinfo); in symbol_delete()
262 || (!field && (curnode->symbol->info.rinfo->address > in symlist_add()
263 newnode->symbol->info.rinfo->address))) { in symlist_add()
283 && (cursymbol->info.rinfo->address > in symlist_add()
284 symbol->info.rinfo->address))) { in symlist_add()
418 regnode->symbol->info.rinfo->address); in aic_print_reg_dump_end()
436 regnode->symbol->info.rinfo->address); in aic_print_reg_dump_end()
548 fields = &curnode->symbol->info.rinfo->fields; in symtable_dump()
605 value = curnode->symbol->info.rinfo->address; in symtable_dump()
[all …]
H A Daicasm_symbol.h132 struct reg_info *rinfo; member
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dvalidate_repo.in412 my( $finfo, $rinfo ) = get_history( $file );
414 unless( defined $rinfo )
423 $all_revisions ? keys %$rinfo
424 : find_interesting_revisions( keys %$rinfo );
429 if( !check_revision( $file, $revision, $finfo, $rinfo ) )
501 $rinfo{$revision} =
539 for (keys %rinfo)
542 verbose( join( ", ", %{$rinfo{$_}} ) );
551 return( \%finfo, %rinfo ? \%rinfo : undef );
597 my( $file, $revision, $finfo, $rinfo ) = @_;
H A DChangeLog305 (get_history): Use `cvs rlog' instead of rlog. Return undef for $rinfo
306 when %rinfo is empty.
347 archives %finfo. Store revision data in %rinfo.
348 (process_file): Get new %$finfo and %$rinfo arguments from get_history.
349 Use %$rinfo rather than @$revisions. Pass $finfo and $rinfo to
351 (check_revision): Receive new %$finfo and %$rinfo arguments for
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dreq.c248 CertificationRequestInfo *rinfo; in _hx509_request_parse() local
282 rinfo = &r.certificationRequestInfo; in _hx509_request_parse()
285 &rinfo->subjectPKInfo); in _hx509_request_parse()
292 ret = _hx509_name_from_Name(&rinfo->subject, &subject); in _hx509_request_parse()
H A Dcert.c1165 ProxyCertInfo *rinfo) in is_proxy_cert() argument
1173 if (rinfo) in is_proxy_cert()
1174 memset(rinfo, 0, sizeof(*rinfo)); in is_proxy_cert()
1195 if (rinfo == NULL) in is_proxy_cert()
1198 *rinfo = info; in is_proxy_cert()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Drequest.c1109 LDAPreqinfo rinfo; in ldap_chase_v3referrals() local
1276 sref, srv, &rinfo.ri_request ); in ldap_chase_v3referrals()
1289 rinfo.ri_msgid = origreq->lr_origid; in ldap_chase_v3referrals()
1290 rinfo.ri_url = refarray[i]; in ldap_chase_v3referrals()
1292 origreq, &srv, NULL, &rinfo, 0, 1 ); in ldap_chase_v3referrals()
1374 LDAPreqinfo rinfo; in ldap_chase_referrals() local
1466 id, sref, srv, &rinfo.ri_request ); in ldap_chase_referrals()
1474 rinfo.ri_url = LDAP_STRDUP( ref ); in ldap_chase_referrals()
1476 rinfo.ri_msgid = origreq->lr_origid; in ldap_chase_referrals()
1479 lr, &srv, NULL, &rinfo, 0, 1 ); in ldap_chase_referrals()
[all …]
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dipv6nd.c1126 struct routeinfo *rinfo; in ipv6nd_handlera() local
1550 rinfo = routeinfo_findalloc(rap, &ri.nd_opt_ri_prefix, ri.nd_opt_ri_prefixlen); in ipv6nd_handlera()
1551 if(rinfo == NULL) { in ipv6nd_handlera()
1557 rinfo->flags = ri.nd_opt_ri_flags_reserved; in ipv6nd_handlera()
1558 rinfo->lifetime = ntohl(ri.nd_opt_ri_lifetime); in ipv6nd_handlera()
1559 rinfo->acquired = rap->acquired; in ipv6nd_handlera()
1868 struct routeinfo *rinfo, *rinfob; in ipv6nd_expirera() local
1946 TAILQ_FOREACH_SAFE(rinfo, &rap->rinfos, next, rinfob) { in ipv6nd_expirera()
1947 if (rinfo->lifetime == ND6_INFINITE_LIFETIME && in ipv6nd_expirera()
1951 &rinfo->acquired, NULL); in ipv6nd_expirera()
[all …]
H A Dipv6.c2321 const struct routeinfo *rinfo; in inet6_raroutes() local
2333 TAILQ_FOREACH (rinfo, &rap->rinfos, next) { in inet6_raroutes()
2334 if(rinfo->lifetime == 0) in inet6_raroutes()
2339 in6_addr_fromprefix(&netmask, rinfo->prefix_len); in inet6_raroutes()
2341 sa_in6_init(&rt->rt_dest, &rinfo->prefix); in inet6_raroutes()
2345 rt->rt_pref = ipv6nd_rtpref(rinfo->flags); in inet6_raroutes()
/netbsd-src/sbin/fsck_ffs/
H A Dpass2.c69 struct inostat *rinfo, *info; in pass2() local
78 rinfo = inoinfo(UFS_ROOTINO); in pass2()
79 switch (rinfo->ino_state) { in pass2()
131 errexit("BAD STATE %d FOR ROOT INODE", rinfo->ino_state); in pass2()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dnm.c1276 struct get_relocs_info rinfo; in print_symbol() local
1284 rinfo.secs = secs; in print_symbol()
1285 rinfo.relocs = relocs; in print_symbol()
1286 rinfo.relcount = relcount; in print_symbol()
1287 rinfo.syms = syms; in print_symbol()
1288 bfd_map_over_sections (abfd, get_relocs, (void *) &rinfo); in print_symbol()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_device_info.c874 const struct intel_runtime_info *rinfo = RUNTIME_INFO(i915); in intel_device_info_subplatform_init() local
875 const unsigned int pi = __platform_mask_index(rinfo, info->platform); in intel_device_info_subplatform_init()
876 const unsigned int pb = __platform_mask_bit(rinfo, info->platform); in intel_device_info_subplatform_init()

12