Searched refs:base (Results 501 - 525 of 1511) sorted by relevance

<<21222324252627282930>>

/freebsd-9.3-release/sys/dev/fdt/
H A Dfdt_common.c70 u_long base, size; local
114 base = 0;
118 base = fdt_data_get((void *)rangesptr, addr_cells);
120 base += fdt_data_get((void *)rangesptr, par_addr_cells);
124 fdt_immr_pa = base;
383 fdt_regsize(phandle_t node, u_long *base, u_long *size) argument
398 *base = fdt_data_get(&reg[0], addr_cells);
404 fdt_reg_to_rl(phandle_t node, struct resource_list *rl, u_long base) argument
434 /* Calculate address range relative to base. */
436 start = base
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Daaaa_28.c54 memmove(region.base, addr, 16);
93 memmove(tregion.base, sregion.base, 16);
112 memmove(region.base, rdata->data, rdata->length);
168 memmove(aaaa->in6_addr.s6_addr, r.base, 16);
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dtraditional.c107 size_t size = pfile->out.cur - pfile->out.base;
110 pfile->out.base = XRESIZEVEC (unsigned char, pfile->out.base, new_size);
111 pfile->out.limit = pfile->out.base + new_size;
112 pfile->out.cur = pfile->out.base + size;
322 macro->offset = start - pfile->out.base;
361 pfile->out.cur = pfile->out.base;
509 out = pfile->out.base;
537 out = pfile->out.base + fmacro.offset;
550 save_argument (&fmacro, out - pfile->out.base);
[all...]
/freebsd-9.3-release/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp90 return (uint8_t*)MB.base();
100 return (uint8_t*)MB.base();
105 sys::Memory::InvalidateInstructionCache(FunctionMemory[i].base(),
109 sys::Memory::InvalidateInstructionCache(DataMemory[i].base(),
226 sys::Memory::InvalidateInstructionCache(Data.base(), Data.size());
/freebsd-9.3-release/lib/libc/gen/
H A Dsyslog.c91 char *base; /* start of buffer */ member in struct:bufcookie
111 (void)memcpy(h->base, buf, len); /* `write' it. */
112 h->base += len;
167 tbuf_cookie.base = tbuf;
198 fmt_cookie.base = fmt_cpy;
/freebsd-9.3-release/sys/amd64/pci/
H A Dpci_cfgreg.c256 pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus) argument
268 printf("PCIe: Memory Mapped configuration base @ 0x%lx\n",
269 base);
272 pcie_base = (vm_offset_t)pmap_mapdev(base, (maxbus + 1) << 20);
305 #define PCIE_VADDR(base, reg, bus, slot, func) \
306 ((base) + \
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_lock.c248 struct ttm_base_object *base = *p_base; local
249 struct ttm_lock *lock = container_of(base, struct ttm_lock, base);
299 * Add a base-object, the destructor of which will
304 ret = ttm_base_object_init(tfile, &lock->base, false,
317 lock->base.hash.key, TTM_REF_USAGE);
/freebsd-9.3-release/usr.sbin/lpr/pac/
H A Dpac.c255 struct hent **base; local
263 base = (struct hent **) calloc(sizeof hp, hcount);
264 for (ap = base, c = hcount; c--; ap++) {
270 qsort(base, hcount, sizeof hp, qucmp);
274 for (ap = base, c = hcount; c--; ap++) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_pair.c93 bufferevent_pair_elt_new(struct event_base *base, argument
99 if (bufferevent_init_common_(&bufev->bev, base, &bufferevent_ops_pair,
115 bufferevent_pair_new(struct event_base *base, int options, argument
124 bufev1 = bufferevent_pair_elt_new(base, options);
127 bufev2 = bufferevent_pair_elt_new(base, tmp_options);
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin.c278 (char *) ggc_alloc_string ("<pic base>", sizeof ("<pic base>"));
285 /* Return a SYMBOL_REF for the PIC function base. */
574 rtx base, result; local
579 base = machopic_indirect_data_reference (XEXP (XEXP (orig, 0), 0),
582 (base == reg ? 0 : reg));
588 result = plus_constant (base, INTVAL (orig));
590 result = gen_rtx_PLUS (Pmode, base, orig);
592 if (MACHOPIC_JUST_INDIRECT && GET_CODE (base) == MEM)
611 compiler's ignorance on how to move the PIC base registe
887 rtx base; local
1383 const char *base; local
1547 darwin_asm_output_dwarf_offset(FILE *file, int size, const char * lab, section *base) argument
[all...]
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_overlay.c202 regs = pmap_mapdev_attr(overlay->dev->agp->base +
262 crtc_funcs = crtc->base.helper_private;
270 if (!drm_crtc_helper_set_mode(&crtc->base, mode,
271 crtc->base.x, crtc->base.y,
272 crtc->base.fb))
275 crtc_funcs->dpms(&crtc->base, DRM_MODE_DPMS_ON);
376 drm_gem_object_unreference(&obj->base);
389 drm_gem_object_unreference(&obj->base);
684 switch (overlay->crtc->base
1489 unsigned long base; member in struct:intel_overlay_error_state
[all...]
H A Dintel_tv.c51 struct intel_encoder base; member in struct:intel_tv
784 return container_of(encoder, struct intel_tv, base.base);
791 base);
1119 struct drm_encoder *encoder = &intel_tv->base.base;
1162 intel_wait_for_vblank(intel_tv->base.base.dev,
1163 to_intel_crtc(intel_tv->base.base
[all...]
/freebsd-9.3-release/contrib/dtc/
H A Ddtc-parser.y36 static unsigned long long eval_literal(const char *s, int base, int bits);
306 static unsigned long long eval_literal(const char *s, int base, int bits)
312 val = strtoull(s, &e, base);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsparc64nbsd-tdep.c165 cache->base = addr;
170 addr = cache->base + BIAS + 128 + 8;
184 (*this_id) = frame_id_build (cache->base, cache->pc);
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DSectionMemoryManager.cpp54 Addr = (uintptr_t)MB.base();
89 Addr = (uintptr_t)MB.base();
163 sys::Memory::InvalidateInstructionCache(CodeMem.AllocatedMem[i].base(),
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Datombios_i2c.c53 unsigned char *base; local
58 base = (unsigned char *)rdev->mode_info.atom_context->scratch;
84 memcpy(buf, base, num);
H A Dradeon_display.c308 ((vpos >= (99 * rdev->mode_info.crtcs[crtc_id]->base.hwmode.crtc_vdisplay)/100) ||
338 list_add_tail(&e->base.link, &e->base.file_priv->event_list);
339 drm_event_wakeup(&e->base);
363 u64 base; local
413 ASIC_IS_AVIVO(rdev) ? 0 : 1 << 27, &base);
424 /* crtc offset is from display base addr not FB location */
425 base -= radeon_crtc->legacy_display_base_addr;
430 base &= ~0x7ff;
434 base
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dbios.c114 printf("pcibios: PCI BIOS entry at 0x%x+0x%x\n", PCIbios.base, PCIbios.entry);
180 ent->base = args.ebx;
183 ent->ventry = BIOS_PADDRTOVADDR(ent->base + ent->entry);
197 * to start the search from the base of the BIOS.
257 0, /* segment base address (overwritten) */
274 ssd.ssd_base = seg->code32.base;
280 ssd.ssd_base = seg->code16.base;
287 ssd.ssd_base = seg->data.base;
293 ssd.ssd_base = seg->util.base;
299 ssd.ssd_base = seg->args.base;
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_module.c114 preload_search_next_name(caddr_t base) argument
123 if (base) {
125 curp = base;
/freebsd-9.3-release/tools/tools/ncpus/
H A Dbiosmptable.c53 static mpfps_t biosmptable_search_mpfps(off_t base, int length);
186 biosmptable_search_mpfps(off_t base, int length) argument
199 if (!memread(base + ofs, mpfps, sizeof(*mpfps)))
/freebsd-9.3-release/usr.sbin/IPXrouted/
H A Dsap_output.c120 struct sap_hash *base = sap_head; local
131 for (sh = base; sh < &base[SAPHASHSIZ]; sh++)
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan_sta.c75 struct ieee80211_scan_entry base; member in struct:sta_entry
217 ieee80211_ies_cleanup(&se->base.se_ies);
250 if (IEEE80211_ADDR_EQ(se->base.se_macaddr, macaddr))
260 IEEE80211_ADDR_COPY(se->base.se_macaddr, macaddr);
264 ise = &se->base;
436 /* check base channel */
833 PREFER(a->base.se_capinfo, b->base.se_capinfo,
849 rssia = MIN(a->base.se_rssi, STA_RSSI_MAX);
850 rssib = MIN(b->base
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dmclex.c132 rc_uint_type base = 10, v = 0, c; local
136 base = 8;
139 case 'x': case 'X': base = 16; input_stream_pos++; break;
140 case 'o': case 'O': base = 8; input_stream_pos++; break;
141 case 'b': case 'B': base = 2; input_stream_pos++; break;
157 v *= base;
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhptrr_os_bsd.c104 hba->pcibar[index].base = (char *)rman_get_virtual(hba->pcibar[index].res) + offset;
105 return hba->pcibar[index].base;
108 void os_unmap_pci_bar(void *osext, void *base) argument
114 if (hba->pcibar[index].base==base) {
117 hba->pcibar[index].base = 0;
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dtick.c361 u_long base, div, fdiv; local
384 base = rd_tick();
387 base = roundup(base, div);
389 PCPU_SET(tickref, base);
390 wr_tick_cmpr(base + fdiv);

Completed in 320 milliseconds

<<21222324252627282930>>