Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/titanic_41/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.lltostrbase.d.out1 base -2 of -10: <error>
2 base -2 of -1: <error>
3 base -2 of 0: <error>
4 base -2 of 10: <error>
5 base -2 of 100: <error>
6 base -2 of 1000: <error>
7 base -2 of 4611686018427387904: <error>
8 base -1 of -10: <error>
9 base -1 of -1: <error>
10 base -1 of 0: <error>
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D577xx_int_offsets.h36 #define COMMON_SB_SIZE (IRO[0].base)
37 #define COMMON_SB_DATA_SIZE (IRO[1].base)
38 #define COMMON_SP_SB_SIZE (IRO[2].base)
39 #define COMMON_SP_SB_DATA_SIZE (IRO[3].base)
40 #define COMMON_DYNAMIC_HC_CONFIG_SIZE (IRO[4].base)
41 #define COMMON_ASM_ASSERT_MSG_SIZE (IRO[5].base)
42 #define COMMON_ASM_ASSERT_INDEX_SIZE (IRO[6].base)
43 #define COMMON_ASM_INVALID_ASSERT_OPCODE (IRO[7].base)
44 #define COMMON_RAM1_TEST_EVENT_ID (IRO[8].base)
45 #define COMMON_INBOUND_INTERRUPT_TEST_AGG_INT_EVENT_ID (IRO[9].base)
[all …]
/titanic_41/usr/src/common/crypto/arcfour/sun4v/
H A Darcfour_crypt.c66 uchar_t i, j, *base, jj, *base1, tmp; in arcfour_crypt() local
71 base = key->arr; in arcfour_crypt()
113 tmp0 = base[i]; in arcfour_crypt()
115 tmp1 = base[j]; in arcfour_crypt()
116 base[i] = (uchar_t)tmp1; in arcfour_crypt()
117 base[j] = (uchar_t)tmp0; in arcfour_crypt()
120 out[ii] = in[ii] ^ base[tmp0]; in arcfour_crypt()
137 tmp0 = base[i]; in arcfour_crypt()
139 tmp1 = base[j]; in arcfour_crypt()
141 base[i] = (uchar_t)tmp1; in arcfour_crypt()
[all …]
/titanic_41/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.h66 #define RECA_ADDR (devc->base+0x00)
67 #define RECA_SIZE (devc->base+0x04)
68 #define RECA_FRAG (devc->base+0x06)
69 #define RECB_ADDR (devc->base+0x08)
70 #define RECB_SIZE (devc->base+0x0C)
71 #define RECB_FRAG (devc->base+0x0E)
72 #define RECC_ADDR (devc->base+0x10)
73 #define RECC_SIZE (devc->base+0x14)
74 #define RECC_FRAG (devc->base+0x16)
75 #define SPDIF_ADDR (devc->base+0x18)
[all …]
/titanic_41/usr/src/uts/sun4u/io/px/
H A Dpx_csr.h37 #define CSR_XR(base, off) \ argument
38 (*(volatile uint64_t *)((base) + ((off))))
40 #define CSRA_XR(base, off, index) \ argument
41 (*(volatile uint64_t *)((base) + ((off) + ((index) * 8))))
43 #define CSR_XS(base, off, val) \ argument
44 ((*(volatile uint64_t *)((base) + ((off)))) = (val))
46 #define CSRA_XS(base, off, index, val) \ argument
47 ((*(volatile uint64_t *)((base) + ((off) + ((index) * 8)))) = (val))
50 #define CSR_FR(base, off, bit) \ argument
51 (((*(volatile uint64_t *) ((base) + ((off)))) >> \
[all …]
/titanic_41/usr/src/uts/common/io/
H A Dpci_cap.c58 uint16_t base, pcix_cmd, status; in pci_cap_probe() local
67 for (i = 0, base = pci_config_get8(h, PCI_CONF_CAP_PTR); in pci_cap_probe()
68 base && i < index; base = pci_config_get8(h, base in pci_cap_probe()
71 if ((id = pci_config_get8(h, base)) == 0xff) in pci_cap_probe()
77 if ((pcix_cmd = pci_config_get16(h, base + in pci_cap_probe()
85 if (base && i == index) { in pci_cap_probe()
86 if ((id = pci_config_get8(h, base)) != 0xff) in pci_cap_probe()
93 for (base = PCIE_EXT_CAP; base && i < index; i++) { in pci_cap_probe()
94 if ((xcaps_hdr = pci_config_get32(h, base)) == PCI_CAP_EINVAL32) in pci_cap_probe()
99 base = (xcaps_hdr >> PCIE_EXT_CAP_NEXT_PTR_SHIFT) in pci_cap_probe()
[all …]
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dforcedeth.c343 static inline void pci_push(u8 * base) in pci_push() argument
346 readl(base); in pci_push()
351 u8 *base = (u8 *) BASE; in reg_delay() local
353 pci_push(base); in reg_delay()
362 } while ((readl(base + offset) & mask) != target); in reg_delay()
395 u8 *base = (u8 *) BASE; in mii_rw() local
400 writel(NVREG_MIISTAT_MASK, base + NvRegMIIStatus); in mii_rw()
402 reg = readl(base + NvRegAdapterControl); in mii_rw()
406 base + NvRegAdapterControl); in mii_rw()
408 reg = readl(base + NvRegMIIControl); in mii_rw()
[all …]
/titanic_41/usr/src/lib/libast/common/string/
H A Dstrtoi.h203 S2I_function(const char* a, size_t size, char** e, int base)
205 S2I_function(a, size, e, base) const char* a; size_t size; char** e; int base;
217 S2I_function(const char* a, char** e, int base)
219 S2I_function(a, e, base) const char* a; char** e; int base;
238 register int base; local
249 base = basep ? *((unsigned char*)basep) : 0;
251 if (base > 36 && base <= SF_RADIX)
258 base = 1;
261 if (base && (base < 2 || base > SF_RADIX))
273 if (!base)
[all …]
/titanic_41/usr/src/lib/libadm/common/
H A Dckint.c42 setmsg(char *msg, short base) in setmsg() argument
44 if ((base == 0) || (base == 10)) in setmsg()
47 (void) sprintf(msg, "Please enter a base %d integer.", base); in setmsg()
51 setprmpt(char *prmpt, short base) in setprmpt() argument
53 if ((base == 0) || (base == 10)) in setprmpt()
56 (void) sprintf(prmpt, "Enter a base %d integer.", base); in setprmpt()
60 ckint_val(char *value, short base) in ckint_val() argument
64 (void) strtol(value, &ptr, (int)base); in ckint_val()
71 ckint_err(short base, char *error) in ckint_err() argument
75 setmsg(defmesg, base); in ckint_err()
[all …]
/titanic_41/usr/src/cmd/loadkeys/type_6/
H A Ddvorak27 key 49 base '\\' shift | caps '\\' ctrl ^\ altg nop
30 key 30 base 1 shift ! caps 1 ctrl 1 altg nop
31 key 31 base 2 shift @ caps 2 ctrl ^@ altg nop
32 key 32 base 3 shift # caps 3 ctrl 3 altg nop
33 key 33 base 4 shift $ caps 4 ctrl 4 altg nop
34 key 34 base 5 shift % caps 5 ctrl 5 altg nop
35 key 35 base 6 shift ^ caps 6 ctrl ^^ altg nop
36 key 36 base 7 shift & caps 7 ctrl 7 altg nop
37 key 37 base 8 shift * caps 8 ctrl 8 altg nop
38 key 38 base 9 shift ( caps 9 ctrl 9 altg nop
[all …]
H A Dbrazil32 key 53 base '\'' shift '"' caps '\'' ctrl '\'' altg �
33 key 30 base 1 shift ! caps 1 ctrl 1 altg �
34 key 31 base 2 shift @ caps 2 ctrl ^@ altg �
35 key 32 base 3 shift # caps 3 ctrl 3 altg �
36 key 33 base 4 shift $ caps 4 ctrl 4 altg �
37 key 34 base 5 shift % caps 5 ctrl 5 altg �
38 key 35 base 6 shift fa_umlaut caps 6 ctrl ^^ altg �
39 key 36 base 7 shift & caps 7 ctrl 7 altg {
40 key 37 base 8 shift * caps 8 ctrl ^[ altg [
41 key 38 base 9 shift ( caps 9 ctrl ^] altg ]
[all …]
/titanic_41/usr/src/cmd/loadkeys/type_101/
H A Dturkey31 key 1 base '"' shift � caps '"' ctrl '"' altg nop
32 key 2 base 1 shift ! caps 1 ctrl 1 altg nop
33 key 3 base 2 shift '\'' caps 2 ctrl 2 altg nop
34 key 4 base 3 shift fa_cflex caps 3 ctrl 3 altg #
35 key 5 base 4 shift + caps 4 ctrl 4 altg $
36 key 6 base 5 shift % caps 5 ctrl 5 altg nop
37 key 7 base 6 shift & caps 6 ctrl 6 altg nop
38 key 8 base 7 shift / caps 7 ctrl 7 altg {
39 key 9 base 8 shift ( caps 8 ctrl 8 altg [
40 key 10 base 9 shift ) caps 9 ctrl 9 altg ]
[all …]
H A Dczech31 key 1 base ; shift � caps ; ctrl ; altg nop
32 key 2 base + shift 1 caps + ctrl + altg ~
33 key 3 base nop shift 2 caps nop ctrl nop altg nop
34 key 4 base nop shift 3 caps nop ctrl nop altg fa_cflex
35 key 5 base nop shift 4 caps nop ctrl nop altg nop
36 key 6 base nop shift 5 caps nop ctrl nop altg nop
37 key 7 base nop shift 6 caps nop ctrl nop altg nop
38 key 8 base � shift 7 caps � ctrl � altg `
39 key 9 base � shift 8 caps � ctrl � altg nop
40 key 10 base � shift 9 caps � ctrl � altg fa_acute
[all …]
H A Dhungary32 key 1 base 0 shift � caps � ctrl 0 altg nop
33 key 2 base 1 shift '\'' caps 1 ctrl 1 altg ~
34 key 3 base 2 shift '"' caps 2 ctrl 2 altg nop
35 key 4 base 3 shift + caps 3 ctrl 3 altg fa_cflex
36 key 5 base 4 shift ! caps 4 ctrl 4 altg nop
37 key 6 base 5 shift % caps 5 ctrl 5 altg nop
38 key 7 base 6 shift / caps 6 ctrl 6 altg nop
39 key 8 base 7 shift = caps 7 ctrl 7 altg `
40 key 9 base 8 shift ( caps 8 ctrl 8 altg nop
41 key 10 base 9 shift ) caps 9 ctrl 9 altg fa_acute
[all …]
H A Dj310031 key 1 base ` shift ~ caps ` ctrl ` altg nop
32 key 2 base 1 shift ! caps 1 ctrl 1 altg nop
33 key 3 base 2 shift @ caps 2 ctrl 2 altg nop
34 key 4 base 3 shift # caps 3 ctrl 3 altg nop
35 key 5 base 4 shift $ caps 4 ctrl 4 altg nop
36 key 6 base 5 shift % caps 5 ctrl 5 altg nop
37 key 7 base 6 shift ^ caps 6 ctrl ^^ altg nop
38 key 8 base 7 shift & caps 7 ctrl 7 altg nop
39 key 9 base 8 shift * caps 8 ctrl 8 altg nop
40 key 10 base 9 shift ( caps 9 ctrl 9 altg nop
[all …]
H A Dpoland32 key 2 base 1 shift ! caps 1 ctrl 1 altg ~
33 key 3 base 2 shift " caps 2 ctrl 2 altg nop
34 key 4 base 3 shift # caps 3 ctrl 3 altg fa_cflex
35 key 5 base 4 shift � caps 4 ctrl 4 altg nop
36 key 6 base 5 shift % caps 5 ctrl 5 altg nop
37 key 7 base 6 shift & caps 6 ctrl 6 altg nop
38 key 8 base 7 shift / caps 7 ctrl 7 altg `
39 key 9 base 8 shift ( caps 8 ctrl 8 altg nop
40 key 10 base 9 shift ) caps 9 ctrl 9 altg fa_acute
41 key 11 base 0 shift = caps 0 ctrl 0 altg nop
[all …]
/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dstrto.c46 sm_strtoll(nptr, endptr, base)
49 register int base; variable
79 if ((base == 0 || base == 16) &&
84 base = 16;
86 if (base == 0)
87 base = c == '0' ? 8 : 10;
109 cutlim = cutoff % base;
110 cutoff /= base;
115 cutlim -= base;
128 if (c >= base)
[all …]
/titanic_41/usr/src/cmd/loadkeys/type_4/
H A Ddenmark30 key 88 base � shift � caps � ctrl � altg nop
31 key 15 base ~ shift ^ caps ~ ctrl ^^ altg nop
32 key 30 base 1 shift ! caps 1 ctrl 1 altg nop
33 key 31 base 2 shift '"' caps 2 ctrl ^@ altg @
34 key 32 base 3 shift # caps 3 ctrl 3 altg �
35 key 33 base 4 shift � caps 4 ctrl 4 altg $
36 key 34 base 5 shift % caps 5 ctrl 5 altg nop
37 key 35 base 6 shift & caps 6 ctrl 6 altg nop
38 key 36 base 7 shift / caps 7 ctrl 7 altg {
39 key 37 base 8 shift ( caps 8 ctrl ^[ altg [
[all …]
H A Dportugal30 key 88 base [ shift { caps [ ctrl ^[ altg �
31 key 15 base ] shift } caps ] ctrl ^] altg �
32 key 30 base 1 shift ! caps 1 ctrl 1 altg nop
33 key 31 base 2 shift '"' caps 2 ctrl ^@ altg @
34 key 32 base 3 shift # caps 3 ctrl 3 altg �
35 key 33 base 4 shift $ caps 4 ctrl 4 altg �
36 key 34 base 5 shift % caps 5 ctrl 5 altg nop
37 key 35 base 6 shift & caps 6 ctrl 6 altg �
38 key 36 base 7 shift / caps 7 ctrl 7 altg nop
39 key 37 base 8 shift ( caps 8 ctrl 8 altg nop
[all …]
H A Dspain_latin_america30 key 88 base [ shift { caps [ ctrl ^[ altg �
31 key 15 base ] shift } caps ] ctrl ^] altg �
32 key 30 base 1 shift ! caps 1 ctrl 1 altg nop
33 key 31 base 2 shift '"' caps 2 ctrl ^@ altg @
34 key 32 base 3 shift � caps 3 ctrl 3 altg #
35 key 33 base 4 shift $ caps 4 ctrl 4 altg nop
36 key 34 base 5 shift % caps 5 ctrl 5 altg �
37 key 35 base 6 shift & caps 6 ctrl 6 altg �
38 key 36 base 7 shift / caps 7 ctrl 7 altg nop
39 key 37 base 8 shift ( caps 8 ctrl 8 altg nop
[all …]
H A Dbelgium_france30 key 88 base [ shift { caps [ ctrl ^[ altg �
31 key 15 base ] shift } caps ] ctrl ^] altg �
32 key 30 base & shift 1 caps & ctrl & altg nop
33 key 31 base � shift 2 caps E ctrl � altg �
34 key 32 base '"' shift 3 caps '"' ctrl '"' altg �
35 key 33 base '\'' shift 4 caps '\'' ctrl '\'' altg nop
36 key 34 base ( shift 5 caps ( ctrl ( altg nop
37 key 35 base � shift 6 caps � ctrl ^^ altg ^
38 key 36 base � shift 7 caps E ctrl � altg nop
39 key 37 base ! shift 8 caps ! ctrl ! altg �
[all …]
H A Dgermany30 key 88 base [ shift { caps [ ctrl ^[ altg �
31 key 15 base ] shift } caps ] ctrl ^] altg �
32 key 30 base 1 shift ! caps 1 ctrl 1 altg nop
33 key 31 base 2 shift '"' caps 2 ctrl 2 altg �
34 key 32 base 3 shift � caps 3 ctrl 3 altg �
35 key 33 base 4 shift $ caps 4 ctrl 4 altg nop
36 key 34 base 5 shift % caps 5 ctrl 5 altg nop
37 key 35 base 6 shift & caps 6 ctrl 6 altg nop
38 key 36 base 7 shift / caps 7 ctrl 7 altg �
39 key 37 base 8 shift ( caps 8 ctrl 8 altg `
[all …]
H A Ditaly30 key 88 base [ shift { caps [ ctrl ^[ altg �
31 key 15 base ] shift } caps ] ctrl ^] altg �
32 key 30 base 1 shift ! caps 1 ctrl 1 altg nop
33 key 31 base 2 shift '"' caps 2 ctrl 2 altg �
34 key 32 base 3 shift � caps 3 ctrl 3 altg �
35 key 33 base 4 shift $ caps 4 ctrl 4 altg nop
36 key 34 base 5 shift % caps 5 ctrl 5 altg nop
37 key 35 base 6 shift & caps 6 ctrl 6 altg �
38 key 36 base 7 shift / caps 7 ctrl 7 altg nop
39 key 37 base 8 shift ( caps 8 ctrl 8 altg nop
[all …]
H A Dnetherlands30 key 88 base @ shift � caps @ ctrl ^@ altg '�'
31 key 15 base '\\' shift | caps '\\' ctrl ^\ altg nop
32 key 30 base 1 shift ! caps 1 ctrl 1 altg �
33 key 31 base 2 shift '"' caps 2 ctrl 2 altg �
34 key 32 base 3 shift # caps 3 ctrl 3 altg �
35 key 33 base 4 shift $ caps 4 ctrl 4 altg �
36 key 34 base 5 shift % caps 5 ctrl 5 altg �
37 key 35 base 6 shift & caps 6 ctrl 6 altg �
38 key 36 base 7 shift _ caps 7 ctrl ^_ altg �
39 key 37 base 8 shift ( caps 8 ctrl 8 altg {
[all …]
H A Dsweden_finland30 key 88 base � shift � caps � ctrl � altg nop
31 key 15 base ~ shift ^ caps ~ ctrl ^^ altg nop
32 key 30 base 1 shift ! caps 1 ctrl 1 altg nop
33 key 31 base 2 shift '"' caps 2 ctrl ^@ altg @
34 key 32 base 3 shift # caps 3 ctrl 3 altg �
35 key 33 base 4 shift � caps 4 ctrl 4 altg $
36 key 34 base 5 shift % caps 5 ctrl 5 altg nop
37 key 35 base 6 shift & caps 6 ctrl 6 altg nop
38 key 36 base 7 shift / caps 7 ctrl 7 altg {
39 key 37 base 8 shift ( caps 8 ctrl ^[ altg [
[all …]

12345678910>>...46