Searched refs:KEY (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dat_keyprocess.c45 #define KEY(code) (code) macro
80 /* 01 */ KEY(110), /* Esc */
81 /* 02 */ KEY(2), /* 1 */
82 /* 03 */ KEY(3), /* 2 */
83 /* 04 */ KEY(4), /* 3 */
84 /* 05 */ KEY(5), /* 4 */
85 /* 06 */ KEY(6), /* 5 */
86 /* 07 */ KEY(7), /* 6 */
87 /* 08 */ KEY(8), /* 7 */
88 /* 09 */ KEY(
[all...]
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s705 #define KEY xmm1 /* temporary, 128 bits */ define
711 movaps (%KEYP), %KEY / key
718 pxor %KEY, %STATE / round 0
727 movaps -0x60(%KEYP), %KEY
728 aesenc %KEY, %STATE
729 movaps -0x50(%KEYP), %KEY
730 aesenc %KEY, %STATE
735 movaps -0x40(%KEYP), %KEY
736 aesenc %KEY, %STATE
737 movaps -0x30(%KEYP), %KEY
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c125 #define KEY(s) {s,sizeof(s)-1,0} macro
129 KEY("author"),
130 KEY("class"),
131 KEY("company"),
132 KEY("contributor"),
133 KEY("corporation"),
134 KEY("domain"),
135 KEY("incorporation"),
136 KEY("license"),
137 KEY("locatio
[all...]
/illumos-gate/usr/src/cmd/truss/
H A Dprint.h124 #define KEY 82 /* print key_t 0 as IPC_PRIVATE */ macro
H A Dsystable.c606 {"msgget", 3, DEC, NOV, HID, KEY, MSF}, /* 0 */
617 {"semget", 4, DEC, NOV, HID, KEY, DEC, SEF}, /* 1 */
628 {"shmget", 4, DEC, NOV, HID, KEY, UNS, SHF}, /* 3 */
1714 "KEY", /* 27 */
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dpage.h128 #define KEY(P, N) (((PAGE8 *)(P)) + KEY_OFF((P), (N))) macro
H A Dhash_page.c151 key->data = KEY(cursorp->pagep, cursorp->pgndx);
486 key.data = KEY(temp_pagep, n);
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com98 KEY= publickey.o xcrypt.o gen_dhkeys.o
101 $(NSL) $(WRAPPERS) $(RPC) $(SAF) $(YP) $(NIS) $(KEY)
/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y554 %term TABLENAME INT CHAR CHARSTRING CONSTANT FKEY KEY SAME AS SWAP WITH
573 KEY number entrylist '\n'
577 | KEY number SAME AS number '\n'
718 { "key", KEY, 0 },
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h246 }KEY; typedef in typeref:struct:__anon2571
H A Dldap_principal.c269 KEY *secretkey=NULL;
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_impl.h84 #define SKEIN_T1_BLK_TYPE_KEY SKEIN_T1_BLK_TYPE(KEY)
H A Dskein.c111 /* set tweaks: T0 = 0; T1 = KEY type */
112 Skein_Start_New_Type(ctx, KEY);
348 /* set tweaks: T0 = 0; T1 = KEY type */
349 Skein_Start_New_Type(ctx, KEY);
580 /* set tweaks: T0 = 0; T1 = KEY type */
581 Skein_Start_New_Type(ctx, KEY);
/illumos-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsm_attr.h207 uint32_t KEY; /* qkey or pkey */ member in struct:sm_trap_257_s
224 uint32_t KEY; /* qkey or pkey */ member in struct:sm_trap_257_s
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y129 GLOB IGNORE IMMEDIATE INITIALLY INSTEAD LIKE MATCH KEY
193 ccons ::= PRIMARY KEY sortorder onconf(R). {sqliteAddPrimaryKey(pParse,0,R);}
238 tcons ::= PRIMARY KEY LP idxlist(X) RP onconf(R).
243 tcons ::= FOREIGN KEY LP idxlist(FA) RP
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_nis.c45 #define KEY 0 macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c350 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE)) macro
840 key = KEY (cache);
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl309 The number of indices used to implement PRIMARY KEY or UNIQUE constraints

Completed in 517 milliseconds