Home
last modified time | relevance | path

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

12345678910>>...44

/titanic_52/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
[all...]
/titanic_52/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_52/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()
130 * Want to align base[i] on a 2B boundary -- allows updates in arcfour_crypt()
137 tmp0 = base[i]; in arcfour_crypt()
139 tmp1 = base[ in arcfour_crypt()
[all...]
/titanic_52/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
345 caddr_t base; global() member
[all...]
/titanic_52/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)
54 CSRA_FR(base,off,index,bit) global() argument
58 CSR_FS(base,off,bit,val) global() argument
64 CSRA_FS(base,off,index,bit,val) global() argument
70 CSR_FC(base,off,bit) global() argument
75 CSRA_FC(base,off,index,bit) global() argument
81 CSR_BR(base,off,bit) global() argument
85 CSRA_BR(base,off,index,bit) global() argument
89 CSR_BS(base,off,bit) global() argument
94 CSRA_BS(base,off,index,bit) global() argument
99 CSR_BC(base,off,bit) global() argument
104 CSRA_BC(base,off,index,bit) global() argument
[all...]
/titanic_52/usr/src/uts/common/io/
H A Dpci_cap.c51 * pci_cap_probe: returns the capid and base based upon a given index
58 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)) ! in pci_cap_probe()
128 uint16_t status, base; pci_lcap_locate() local
170 uint16_t status, base; pci_xcap_locate() local
210 uint16_t status, base; pci_htcap_locate() local
253 pci_cap_get(ddi_acc_handle_t h,pci_cap_config_size_t size,uint32_t id,uint16_t base,uint16_t offset) pci_cap_get() argument
294 pci_cap_put(ddi_acc_handle_t h,pci_cap_config_size_t size,uint32_t id,uint16_t base,uint16_t offset,uint32_t data) pci_cap_put() argument
329 pci_cap_read(ddi_acc_handle_t h,uint32_t id,uint16_t base,uint32_t * buf_p,uint32_t nwords) pci_cap_read() argument
[all...]
/titanic_52/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 in mii_rw()
453 u8 *base = (u8 *) BASE; start_rx() local
469 u8 *base = (u8 *) BASE; stop_rx() local
483 u8 *base = (u8 *) BASE; start_tx() local
492 u8 *base = (u8 *) BASE; stop_tx() local
507 u8 *base = (u8 *) BASE; txrx_reset() local
603 u8 *base = (u8 *) BASE; set_multicast() local
638 u8 *base = (u8 *) BASE; forcedeth_reset() local
845 u8 *base = (u8 *) BASE; forcedeth_transmit() local
890 u8 *base = (u8 *) BASE; forcedeth_disable() local
933 u8 *base; forcedeth_probe() local
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrtoi.h47 * if basep!=0 it points to the default base on input and
48 * will point to the explicit base on return
49 * a default base of 0 will determine the base from the input
50 * a default base of 1 will determine the base from the input using bb#*
51 * a base prefix in the string overrides *b
52 * *b will not be set if the string has no base prefix
55 * if a base arg or prefix is specified then multiplier is not consumed
59 * [sign][base][numbe
241 register int base; global() local
[all...]
/titanic_52/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
[all...]
H A Dcanadian_bilingual30 key 53 base / shift | caps / ctrl ^\ altg '\\'
31 key 30 base 1 shift ! caps 1 ctrl 1 altg �
32 key 31 base 2 shift @ caps 2 ctrl 2 altg nop
33 key 32 base 3 shift # caps 3 ctrl 3 altg �
34 key 33 base 4 shift $ caps 4 ctrl 4 altg �
35 key 34 base 5 shift % caps 5 ctrl 5 altg �
36 key 35 base 6 shift ? caps 6 ctrl 6 altg �
37 key 36 base 7 shift & caps 7 ctrl 7 altg {
38 key 37 base 8 shift * caps 8 ctrl 8 altg }
39 key 38 base
[all...]
/titanic_52/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) ckint_val() argument
71 ckint_err(short base,char * error) ckint_err() argument
80 ckint_hlp(short base,char * help) ckint_hlp() argument
89 ckint(long * intval,short base,char * defstr,char * error,char * help,char * prompt) ckint() argument
[all...]
/titanic_52/usr/src/cmd/loadkeys/type_101/
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
[all...]
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
[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 � shif
[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
[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
[all...]
/titanic_52/usr/src/cmd/sendmail/libsm/
H A Dstrto.c35 ** base -- numeric base that 'nptr' number is based in
46 sm_strtoll(nptr, endptr, base)
49 register int base; variable
59 ** If base is 0, allow 0x for hex and 0 for octal, else
60 ** assume decimal; if base is already 16, allow 0x.
79 if ((base == 0 || base == 16) &&
84 base = 16;
86 if (base
187 sm_strtoull(nptr,endptr,base) sm_strtoull() argument
[all...]
/titanic_52/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
[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 ! shif
[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
[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
[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
[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
[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
[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
[all...]

12345678910>>...44