Searched refs:base (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c222 grub_uint32_t base;
228 /* Determine IO base address. */
242 base = (basereg & GRUB_CS5536_MSR_USB_BASE_ADDR_MASK);
266 base = grub_pci_read (addr);
269 /* Stop if there is no IO space base address defined. */
270 if (! (base & 1))
283 o->iobase = grub_pci_device_map_range (dev, base, 0x800);
285 grub_dprintf ("ohci", "base=%p\n", o->iobase);
221 grub_uint32_t base; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c635 gcry_mpi_t base[3];
658 base[0] = pkey->g; ex[0] = u1;
659 base[1] = pkey->y; ex[1] = u2;
660 base[2] = NULL; ex[2] = NULL;
661 mpi_mulpowm( v, base, ex, pkey->p );
634 gcry_mpi_t base[3]; local
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c635 gcry_mpi_t base[3];
658 base[0] = pkey->g; ex[0] = u1;
659 base[1] = pkey->y; ex[1] = u2;
660 base[2] = NULL; ex[2] = NULL;
661 mpi_mulpowm( v, base, ex, pkey->p );
634 gcry_mpi_t base[3]; local
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dgfxterm.c826 if (c->base == '\a')
834 if (c->base == '\b' || c->base == '\n' || c->base == '\r')
836 switch (c->base)
H A Dterminfo.c345 switch (c->base)
378 data->put (term, c->base);
/osnet-11/usr/src/common/crypto/ecc/
H A Dec.c78 * the curve whose parameters are encoded in params with base point G.
170 CHECK_MPI_OK( mp_read_unsigned_octets(&Gx, params->base.data + 1,
172 CHECK_MPI_OK( mp_read_unsigned_octets(&Gy, params->base.data + 1 + len,
238 * point multiplication of that value with the curve's base point.
298 CHECK_SEC_OK(SECITEM_CopyItem(arena, &key->ecParams.base,
299 &ecParams->base, kmflag));
349 * the curve's base point.
422 * of that value with the curve's base point.
639 unsigned olen; /* length in bytes of the base point order */
877 unsigned olen; /* length in bytes of the base poin
[all...]
H A Decc_impl.h178 SECItem base; member in struct:ECParamsStr
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c688 printf("\n%s base %#hx", brd->name, eth_asic_base);
742 static unsigned short base[] = { local
748 for (idx = 0; (eth_nic_base = base[idx]) != 0; ++idx) {
760 /* Check our base address. iobase and membase should */
797 if (base[idx] == 0) /* not found */
819 printf("\n3Com 3c503 base %#hx, ", eth_nic_base);
869 static unsigned short base[] = { local
876 probe_addrs = base;
924 printf("\nNE%c000 base %#hx, addr %!\n",
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c774 strncasecmp((const char *) a->base,
775 (const char *) b->base, a->len) != 0)
785 /* Build an array of <base,len> tuples from an nname, top-down order.
830 map[l].base = nname;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c63 grub_byte_checksum (void *base, grub_size_t size) argument
67 for (ptr = (grub_uint8_t *) base; ptr < ((grub_uint8_t *) base) + size;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1588 strtol(str, base = 0)
1590 int base
1595 num = strtol(str, &unparsed, base);
1611 strtoul(str, base = 0)
1613 int base
1618 num = strtoul(str, &unparsed, base);
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtrigger.c455 int base; local
470 base = sqliteVdbeAddOpList(v, ArraySize(dropTrigger), dropTrigger);
471 sqliteVdbeChangeP3(v, base+1, pTrigger->name, 0);
H A Dselect.c1852 int base; local
1924 base = pSrc->a[0].iCursor;
1928 sqliteVdbeOp3(v, OP_OpenRead, base, pTab->tnum, pTab->zName, 0);
1932 sqliteVdbeAddOp(v, seekOp, base, 0);
1935 sqliteVdbeOp3(v, OP_OpenRead, base+1, pIdx->tnum, pIdx->zName, P3_STATIC);
1942 sqliteVdbeAddOp(v, seekOp, base+1, 0);
1943 sqliteVdbeAddOp(v, OP_IdxRecno, base+1, 0);
1944 sqliteVdbeAddOp(v, OP_Close, base+1, 0);
1945 sqliteVdbeAddOp(v, OP_MoveTo, base, 0);
1953 sqliteVdbeAddOp(v, OP_Close, base,
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c1054 biginteger_t base; local
1067 (void) memset(&base, 0x0, sizeof (biginteger_t));
1190 rv = get_bigint_attr_from_template(&base,
1311 copy_bigint_attr(&base, KEY_PUB_DSA_BASE(pbk));
1325 copy_bigint_attr(&base, KEY_PUB_DH_BASE(pbk));
1372 bigint_attr_cleanup(&base);
1438 biginteger_t base; local
1457 (void) memset(&base, 0x0, sizeof (biginteger_t));
1650 rv = get_bigint_attr_from_template(&base,
1779 copy_bigint_attr(&base, KEY_PRI_DSA_BAS
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_handle.c394 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old; local
409 uintptr_t naddr = base + _dt_droptab[i].dtdrt_offset;
H A Ddt_parser.c241 * or its base (that is, we try both "foo_t *" and "struct foo *"), and also
250 ctf_id_t base = ctf_type_resolve(ctfp, type); local
256 (ptr = ctf_type_pointer(ctfp, base)) != CTF_ERR) {
355 * which we define as having a larger base ctf_id_t. If rank is
656 ctf_id_t base = ctf_type_resolve(fp, type); local
657 uint_t kind = ctf_type_kind(fp, base);
663 if (kind == CTF_K_INTEGER && ctf_type_encoding(fp, base, &e) == 0) {
673 if (kind == CTF_K_FLOAT && ctf_type_encoding(fp, base, &e) == 0) {
935 ctf_id_t base; local
940 base
2853 ctf_id_t type, base; local
[all...]
H A Ddt_link.c116 size_t base; local
204 base = strtabsz;
233 sym->st_name = base + dofr[j].dofr_name - 1;
296 size_t base; local
380 base = strtabsz;
405 sym->st_name = base + dofr[j].dofr_name - 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c59 #define Perl_PerlIO_or_Base(f, callback, base, failure, args) \
65 return PerlIOBase_ ## base args; \
84 #define Perl_PerlIO_or_Base_void(f, callback, base, args) \
90 PerlIOBase_ ## base args; \
1913 * "Methods" of the "base class"
2275 struct _PerlIO base; /* The generic part */ member in struct:__anon95
2597 struct _PerlIO base; member in struct:__anon96
2999 STDCHAR *base = PerlIO_get_base(f); local
3002 SSize_t avail = ptr - base;
3019 /* We can get pointer to buffer but not its base
3226 STDCHAR *base = (STDCHAR*)PerlSIO_get_base(stdio); local
4017 PerlIOBuf base; /* PerlIOBuf stuff */ member in struct:__anon97
4346 PerlIOBuf base; /* PerlIOBuf stuff */ member in struct:__anon98
[all...]
H A Dpp_ctl.c1275 /* Note: we don't need to restore the base context info till the end. */
3562 register char *base = Nullch; local
3579 for (base = s; s <= send; s++) {
3583 s = base;
3584 base = Nullch;
3593 base = s;
3619 arg = s - base;
3650 base = s;
3664 arg = (s - base) - 1;
3670 base
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c804 if (new_here >= env->base + dict_size)
806 new_here, env->base + dict_size);
1020 base(fcode_env_t *env) function
1041 char base; local
1044 base = '0' + (num_base-1);
1046 base = 'a' + (num_base - 10);
1051 if (((digit < '0') || (digit > base)) ||
1102 fstack_t base; local
1106 base = POP(DS);
1107 if (is_digit(TOS, base,
[all...]
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-int.h195 BerElement *ldap_build_search_req( LDAP *ld, char *base, int scope,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmethod.t271 use base qw(Amajor);
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c871 unsigned long base; local
935 base = ((getuid() & 0xffff) << 16) | (time(NiL) & 0xffff);
937 snprintf(tmp, sizeof(tmp), deleted, drive, base, suffix);
981 snprintf(tmp, sizeof(tmp), deleted, drive, base, suffix);
/osnet-11/usr/src/lib/libzpool/common/
H A Dkernel.c920 ddi_strtoul(const char *hw_serial, char **nptr, int base, unsigned long *result) argument
924 *result = strtoul(hw_serial, &end, base);
931 ddi_strtoull(const char *str, char **nptr, int base, u_longlong_t *result) argument
935 *result = strtoull(str, &end, base);
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c68 * Given a base service FMRI and the names of a property group and property,
69 * assemble_fmri() merges them into a property FMRI. Note that if the base
70 * FMRI is NULL, assemble_fmri() gets the base FMRI from scf_myname().
74 assemble_fmri(scf_handle_t *h, const char *base, const char *pg, argument
91 if (base == NULL) {
95 baselen = strlen(base);
107 if (base == NULL) {
113 (void) strcpy(fmri_buf, base);
2525 scf_type_t base = type; local
2528 type = base;
[all...]

Completed in 100 milliseconds

<<1112131415