Searched refs:base (Results 751 - 775 of 1511) sorted by relevance

<<31323334353637383940>>

/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar2425.c37 RF_HAL_FUNCS base; /* public state, must be first */ member in struct:ar2425State
698 priv->base.rfDetach = ar2425RfDetach;
699 priv->base.writeRegs = ar2425WriteRegs;
700 priv->base.getRfBank = ar2425GetRfBank;
701 priv->base.setChannel = ar2425SetChannel;
702 priv->base.setRfRegs = ar2425SetRfRegs;
703 priv->base.setPowerTable = ar2425SetPowerTable;
704 priv->base.getChannelMaxMinPower = ar2425GetChannelMaxMinPower;
705 priv->base.getNfAdjust = ar5212GetNfAdjust;
709 ahp->ah_rfHal = &priv->base;
[all...]
H A Dar5112.c36 RF_HAL_FUNCS base; /* public state, must be first */ member in struct:ar5112State
868 priv->base.rfDetach = ar5112RfDetach;
869 priv->base.writeRegs = ar5112WriteRegs;
870 priv->base.getRfBank = ar5112GetRfBank;
871 priv->base.setChannel = ar5112SetChannel;
872 priv->base.setRfRegs = ar5112SetRfRegs;
873 priv->base.setPowerTable = ar5112SetPowerTable;
874 priv->base.getChannelMaxMinPower = ar5112GetChannelMaxMinPower;
875 priv->base.getNfAdjust = ar5212GetNfAdjust;
879 ahp->ah_rfHal = &priv->base;
[all...]
H A Dar5413.c36 RF_HAL_FUNCS base; /* public state, must be first */ member in struct:ar5413State
781 priv->base.rfDetach = ar5413RfDetach;
782 priv->base.writeRegs = ar5413WriteRegs;
783 priv->base.getRfBank = ar5413GetRfBank;
784 priv->base.setChannel = ar5413SetChannel;
785 priv->base.setRfRegs = ar5413SetRfRegs;
786 priv->base.setPowerTable = ar5413SetPowerTable;
787 priv->base.getChannelMaxMinPower = ar5413GetChannelMaxMinPower;
788 priv->base.getNfAdjust = ar5212GetNfAdjust;
792 ahp->ah_rfHal = &priv->base;
[all...]
/freebsd-9.3-release/tools/regression/geom_eli/
H A Dinit-J.t4 base=`basename $0`
7 keyfile0=`mktemp /tmp/$base.XXXXXX` || exit 1
8 keyfile1=`mktemp /tmp/$base.XXXXXX` || exit 1
9 passfile0=`mktemp /tmp/$base.XXXXXX` || exit 1
10 passfile1=`mktemp /tmp/$base.XXXXXX` || exit 1
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dscan.l454 icon(int base)
473 if (base == 16) {
506 ul = strtoul(cp, &eptr, base);
508 uq = strtouq(cp, &eptr, base);
525 } else if (ul <= (unsigned)UINT_MAX && base != 10) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dncache.c223 rdata[next].data = r.base;
327 rdata.data = remaining.base;
459 r.base = raw;
572 rdataset->private3 = remaining.base;
635 raw = remaining.base;
641 sigregion.base = raw;
671 rdataset->private3 = remaining.base;
726 raw = remaining.base;
732 sigregion.base = raw;
745 rdataset->private3 = remaining.base;
[all...]
H A Dopensslecdsa_link.c104 if (!EVP_DigestUpdate(evp_md_ctx, data->base, data->length))
159 BN_bn2bin_fixed(ecdsasig->r, r.base, siglen / 2);
161 BN_bn2bin_fixed(ecdsasig->s, r.base, siglen / 2);
178 unsigned char *cp = sig->base;
372 memmove(r.base, buf + 1, len);
415 memmove(buf + 1, r.base, len);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dlex.c448 c = *((char *)buffer->base +
592 int base; local
594 base = 8;
596 base = 0;
598 base = 10;
603 base);
615 v->as_textregion.base =
660 tokenp->value.as_textregion.base = lex->data;
744 tokenp->value.as_textregion.base =
895 r->base
[all...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dexpr.c391 unsigned int base = 10, c = 0; local
396 base = 8;
401 base = 16;
406 base = 2;
415 max = (max - base + 1) / base + 1;
421 if (ISDIGIT (c) || (base == 16 && ISXDIGIT (c)))
428 result.low = result.low * base + c;
431 result = append_digit (result, c, base, precision);
449 if (base
461 append_digit(cpp_num num, int digit, int base, size_t precision) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Djv-exp.c1699 int base = expout_ptr - last_exp_size - 3;
1700 if (base < 0 || expout->elts[base+2].opcode != OP_TYPE)
1702 type = expout->elts[base+1].type;
1706 expout->elts[base + i] = expout->elts[base + i + 3];
2069 int base = input_radix;
2115 /* Handle base-switching prefixes 0x, 0t, 0d, 0 */
2124 base = 16;
2136 base
1696 int base = expout_ptr - last_exp_size - 3; local
2065 int base = input_radix; local
[all...]
H A Df-exp.y653 int base = input_radix;
675 /* Handle base-switching prefixes 0x, 0t, 0d, 0 */
684 base = 16;
696 base = 10;
702 base = 8;
724 if (i >= base)
725 return ERROR; /* Invalid digit in this base */
726 n *= base;
H A Dia64-tdep.c31 #include "frame-base.h"
221 CORE_ADDR base; /* frame pointer base for frame */ member in struct:ia64_frame_cache
781 /* Fetch predicate register rename base from current frame
891 /* Fetch predicate register rename base from current frame
1022 cache->base = 0;
1417 frame and the register rename base from the current
1505 cache.base = 0;
1557 cache->base = cache->saved_sp + cache->mem_stack_frame_size;
1570 if (cache->base
[all...]
H A Di386-tdep.c32 #include "frame-base.h"
285 CORE_ADDR base;
309 cache->base = 0;
779 which holds the base address for the current stack frame.
788 cache->base = extract_unsigned_integer (buf, 4);
789 if (cache->base == 0)
801 /* We didn't find a valid frame, which means that CACHE->base
805 setup yet. Try to reconstruct the base address for the stack
810 cache->base = extract_unsigned_integer (buf, 4) + cache->sp_offset;
813 /* Now that we have the base addres
282 CORE_ADDR base; member in struct:i386_frame_cache
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dphysical.c201 p->name.base = p->name.full;
309 (res = ID0uu_lock(p->name.base)) != UU_LOCK_OK) {
325 ID0uu_unlock(p->name.base) == -1)
327 p->name.base);
373 snprintf(fn, sizeof fn, "%s%s.if", _PATH_VARRUN, p->name.base);
386 p->name.base = p->name.full;
752 return p->name.base;
763 if ((res = ID0uu_lock_txfr(p->name.base, newpid)) != UU_LOCK_OK)
912 if (p->type == PHYS_DIRECT && *p->name.base && !p->Utmp) {
924 strncpy(ut.ut_host, p->name.base, sizeo
[all...]
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_display.c475 list_for_each_entry(encoder, &mode_config->encoder_list, base.head)
476 if (encoder->base.crtc == crtc && encoder->type == type)
1763 dev_priv->cfb_fb = work->crtc->fb->base.id;
1930 if (intel_fb->obj->base.size > dev_priv->cfb_size) {
1971 dev_priv->cfb_fb == fb->base.id &&
2138 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
2224 DRM_DEBUG_KMS("Writing base %08lX %08lX %d %d %d\n",
2235 /* Assume fb object is pinned & idle & fenced and just update base pointers */
2258 struct drm_device *dev = obj->base.dev;
2335 DRM_ERROR("failed to update base addres
6374 i845_update_cursor(struct drm_crtc *crtc, u32 base) argument
6404 i9xx_update_cursor(struct drm_crtc *crtc, u32 base) argument
6427 I915_WRITE(CURBASE(pipe), base); local
6430 ivb_update_cursor(struct drm_crtc *crtc, u32 base) argument
6452 I915_WRITE(CURBASE_IVB(pipe), base); local
6465 u32 base, pos; local
9432 u32 base; member in struct:intel_display_error_state::intel_cursor_error_state
[all...]
/freebsd-9.3-release/sys/kern/
H A Dlink_elf_obj.c968 Elf_Addr base = 0; local
972 base = (Elf_Addr)ef->progtab[i].addr;
976 return base;
990 Elf_Addr base; local
999 base = findbase(ef, ef->reltab[i].sec);
1000 if (base == 0)
1001 panic("lost base for reltab");
1010 if (elf_reloc(&ef->lf, base, rel, ELF_RELOC_REL,
1026 base = findbase(ef, ef->relatab[i].sec);
1027 if (base
1299 Elf_Addr base; local
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c183 maintain-ixfr-base no;\n\
354 DE_CONST(cfg_obj_asstring(classobj), r.base);
355 r.length = strlen(r.base);
359 "unknown class '%s'", r.base);
373 DE_CONST(cfg_obj_asstring(typeobj), r.base);
374 r.length = strlen(r.base);
378 "unknown type '%s'", r.base);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drclex.c706 rc_uint_type base = 10; local
713 base = 8;
718 base = 8;
723 base = 16;
740 if (! warned && val >= base)
743 rcparse_warning ("digit exceeds base");
745 ret *= base;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetcap.c1049 int base, digit; local
1060 * Look at value and determine numeric base:
1069 base = 16;
1071 base = 8;
1073 base = 10;
1089 if (digit >= base)
1092 n = n * base + digit;
/freebsd-9.3-release/lib/libc/gen/
H A Dgetcap.c982 int base, digit; local
993 * Look at value and determine numeric base:
1002 base = 16;
1004 base = 8;
1006 base = 10;
1022 if (digit >= base)
1025 n = n * base + digit;
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm.c373 u_int base, idle; local
375 base = sc->mmap->tst1base;
383 sc->tst_jump[0] = base + sc->mmap->tst_size - 1;
385 sc->tst_base[0] = base;
390 patm_sram_write(sc, base + i, IDT_TST_VBR);
391 patm_sram_write(sc, sc->tst_jump[0], IDT_TST_BR | (base << 2));
/freebsd-9.3-release/sys/amd64/amd64/
H A Dsys_machdep.c143 update_gdt_gsbase(struct thread *td, uint32_t base) argument
152 sd->sd_lobase = base & 0xffffff;
153 sd->sd_hibase = (base >> 24) & 0xff;
158 update_gdt_fsbase(struct thread *td, uint32_t base) argument
167 sd->sd_lobase = base & 0xffffff;
168 sd->sd_hibase = (base >> 24) & 0xff;
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwres_gnba.c52 void *base;
321 gnba->base = NULL;
412 if (gnba->base != NULL)
413 CTXFREE(gnba->base, gnba->baselen);
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-crt3.c392 struct atexit_routine_list * base = NULL; local
400 base = g->l;
412 g = run_routines (g, base);
/freebsd-9.3-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c56 # define __RELOC_POINTER(ptr, base) ((ptr) + (base))
101 /* Like base_of_encoded_value, but take the base from a struct
308 # error What is DW_EH_PE_datarel base on this platform?
320 as base, not the processor specific DW_EH_PE_datarel. */

Completed in 410 milliseconds

<<31323334353637383940>>