Searched refs:base (Results 226 - 250 of 363) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_lookup.c267 char *a, *dn, *base; local
357 base = nce_to_dn(ncelist[i]);
362 if (ldap_search_s(ld, base, LDAP_SCOPE_SUBTREE,
505 free(base);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.c263 uint64_t mask, match, base, size; local
393 if (md_get_prop_val(mdp, listp[idx], "base", &base) < 0)
394 base = 0;
404 smp->sm_base = base;
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Duhci.c189 grub_uint32_t base; local
211 /* Determine IO base address. */
213 base = grub_pci_read (addr);
214 /* Stop if there is no IO space base address defined. */
215 if (! (base & 1))
223 u->iobase = base & GRUB_UHCI_IOMASK;
243 grub_dprintf ("uhci", "class=0x%02x 0x%02x interface 0x%02x base=0x%x framelist=%p\n",
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dconsole.c71 addch (c->base | grub_console_attr);
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/pc/
H A Dconsole.c132 grub_console_putchar_real (c->base);
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddl.h143 void *base; member in struct:grub_dl
/osnet-11/usr/src/lib/libc/i386/sys/
H A Ddoor.s129 pushl %esi / base of user stack
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystore.c595 * base_len + base + value_len + value
615 * prime_len + prime + base_len + base +
628 * prime_len + prime + base_len + base +
674 * base_len + base + value_len + value
688 * value_bits + prime_len + prime + base_len + base +
709 * prime_len + prime + base_len + base +
838 /* base_len + base */
890 /* base_len + base */
930 /* base_len + base */
1108 /* base_len + base */
1346 biginteger_t base; local
[all...]
H A DsoftAttributeUtil.c1346 biginteger_t base; local
1365 (void) memset(&base, 0x0, sizeof (biginteger_t));
1508 rv = get_bigint_attr_from_template(&base,
1726 copy_bigint_attr(&base, KEY_PUB_DSA_BASE(pbk));
1760 copy_bigint_attr(&base, KEY_PUB_DH_BASE(pbk));
1793 copy_bigint_attr(&base, KEY_PUB_DH942_BASE(pbk));
1856 bigint_attr_cleanup(&base);
1922 biginteger_t base; local
1943 (void) memset(&base, 0x0, sizeof (biginteger_t));
2159 rv = get_bigint_attr_from_template(&base,
3242 biginteger_t base; local
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c610 int i, first_bin, last_bin, base; local
622 base = DTRACE_LQUANTIZE_BASE(arg);
665 base / (uint32_t)normal);
669 base + (levels * step));
673 base + (i - 1) * step);
1194 dt_normalize(dtrace_hdl_t *dtp, caddr_t base, dtrace_recdesc_t *rec) argument
1203 addr = base + rec->dtrd_offset;
1218 addr = base + rec->dtrd_offset;
1301 dt_trunc(dtrace_hdl_t *dtp, caddr_t base, dtrace_recdesc_t *rec) argument
1313 addr = base
[all...]
H A Ddt_decl.c515 ctf_id_t base; local
547 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type);
548 kind = ctf_type_kind(dtt.dtt_ctfp, base);
549 size = ctf_type_size(dtt.dtt_ctfp, base);
563 * a new integer type of the same name and attributes as the base type
587 if (ctf_type_kind(dtt.dtt_ctfp, base) != CTF_K_INTEGER ||
588 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR ||
881 * If the decl is an array, we must find the base type and then call
922 * If the array base type is not defined in the target
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c857 char *base; local
867 base = p;
874 if ((p-base) >= sizeof (optname))
877 (void) strncpy(optname, base, p-base);
878 optname[p-base] = '\0';
882 base = p;
889 if ((p-base) >= sizeof (optval))
892 (void) strncpy(optval, base, p-base);
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c660 /* Initialize default base */
661 __nisdb_get_tsd()->searchBase = t->objectDN->read.base;
1082 objectDN->read.base;
1092 "for base %s",
1094 objectDN->read.base);
1118 "for %s (%s) for base %s. "
1121 objectDN->read.base);
1135 "for %s (%s) for base %s", myself,
1137 t->dbId, map, objectDN->read.base);
1150 "for base
[all...]
/osnet-11/usr/src/head/
H A Dldap.h512 int LDAP_CALL ldap_search(LDAP *ld, const char *base, int scope,
514 int LDAP_CALL ldap_search_s(LDAP *ld, const char *base, int scope,
516 int LDAP_CALL ldap_search_st(LDAP *ld, const char *base, int scope,
605 int LDAP_CALL ldap_search_ext(LDAP *ld, const char *base,
609 int LDAP_CALL ldap_search_ext_s(LDAP *ld, const char *base,
1007 ldap_entry2text_search(LDAP *ld, char *dn, char *base, LDAPMessage *entry,
1017 unsigned long opts, char *urlprefix, char *base);
1027 ldap_entry2html_search(LDAP *ld, char *dn, char *base, LDAPMessage *entry,
/osnet-11/usr/src/cmd/hal/addons/network-devices/
H A Dcommon.c167 add_network_printer(LibHalContext *ctx, char *base, char *hostaddr, argument
185 network_device_name_to_udi(udi, sizeof (udi), base, serial, NULL);
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h299 char* base; member in struct:Stk_pos_s
354 unsigned char* base; member in struct:String_s
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c1398 unsigned long long base = 10; local
1411 base = 16;
1413 base = 8;
1417 /* isxdigit() let's in too much, depending on base */
1418 if (base == 8 && (*s < '0' || *s > '7'))
1420 else if (base == 10 && !isdigit(*s))
1430 * multiply our big integer by base,
1434 if (bitv_mul(bv, base) < 0 ||
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c189 int id, ac, n, base, ofs; local
222 base = 0;
226 base += count[i];
229 data->huff_maxval[id][i] = base;
230 data->huff_offset[id][i] = ofs - base;
232 base <<= 1;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c170 /* Offsets from base I/O address. */
199 u32 base; member in struct:pcnet32_rx_head
207 u32 base; member in struct:pcnet32_tx_head
221 /* Receive and transmit ring base, along with extra bits. */
412 rx_ring[i].base = (u32) virt_to_le32desc(&rxb[i]);
420 tx_ring[i].base = 0;
610 tx_ring[entry].base = (u32) virt_to_le32desc(ptxb);
630 tx_ring[entry].base = 0;
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c755 db_indx_t base, indx, lim, save_indx; local
853 base = F_ISSET(dbc, DBC_CONTINUE) ? *indxp : 0;
854 for (lim = NUM_ENT(h) - base; lim != 0; lim >>= 1) {
855 indx = base + (lim >> 1);
866 base = indx + 1;
875 *indxp = base;
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1551 int extra_base; /* base index for extra_bits */
1856 int base = desc->stat_desc->extra_base; local
1883 if (n >= base) xbits = extra[n-base];
2664 uInt Base; /* literal, length base, or distance base */
3182 cannot be used though, since there is no length base or extra bits
3607 #define base more.Base macro
3617 uIntf *, /* list of base values for non-simple codes */
3695 uIntf *d; /* list of base value
4077 #define base macro
4395 #define base macro
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c1401 serverconn->sparams->props = serverconn->base.props;
1499 s_conn->base.sun_reg = mech->sun_reg;
1670 if (_sasl_getcallback(&s_conn->base, SASL_CB_PROXY_POLICY,
1672 INTERROR(&s_conn->base, SASL_NOAUTHZ);
1675 ret = authproc(&(s_conn->base), auth_context,
1676 s_conn->base.oparams.user, s_conn->base.oparams.ulen,
1677 s_conn->base.oparams.authid, s_conn->base.oparams.alen,
1682 RETURN(&s_conn->base, re
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c489 char* base = 0; local
618 if (!base)
620 if (base = strrchr(file, '/'))
621 base++;
623 base = (char*)file;
625 p = base;
1043 char* base; local
1253 base = (t1 = strrchr(file, '/')) ? t1 + 1 : (char*)file;
1254 suff = (t1 = strrchr(base, '.')) ? t1 + 1 : "";
1259 if (match(base, "*
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c741 dprintf("mapping base %llx filesz %llu memsz %llu offset %llu\n",
830 off64_t off, base; local
856 base = sizeof (b->ehdr) + sizeof (b->shdr);
857 size = base + symtab->sh_size + strtab->sh_size;
876 b->shdr[1].sh_offset = off + base;
894 b->shdr[2].sh_offset = off + base;
922 base = sizeof (b->ehdr) + sizeof (b->shdr);
923 size = base + symtab->sh_size + strtab->sh_size;
942 b->shdr[1].sh_offset = off + base;
959 b->shdr[2].sh_offset = off + base;
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_ruleval.c635 * Establish appropriate search base. For rnative == mit_nis,
637 * words, we're writing to LDAP, and should use the write.base value.
640 t->objectDN->write.base : t->objectDN->read.base;
691 slen(litem[i].searchSpec.triple.base) > 0 &&
698 t->objectDN->write.base,
751 * comma, append the appropriate search base.
761 t->objectDN->write.base, &rval->val[j],

Completed in 152 milliseconds

1234567891011>>