/illumos-gate/usr/src/uts/common/io/mii/ |
H A D | mii_other.c | 65 #define ID(MFG, MODEL, DESC) \ macro 79 ID(ALTIMA, AC101, "AC101/Am79C874"), 80 ID(ALTIMA, AC101L, "AC101L"), 81 ID(ALTIMA, AM79C875, "Am79C875"), 86 ID(AMD, AM79C901, "Am79C901"), 87 ID(AMD, AM79C972, "Am79C792"), 88 ID(AMD, AM79C973, "Am79C793"), 96 ID(DAVICOM, DM9101, "DM9101"), 97 ID(DAVICOM, DM9102, "DM9102"), 98 ID(DAVICO [all...] |
/illumos-gate/usr/src/boot/sys/boot/efi/include/ |
H A D | efi_nii.h | 45 UINT64 ID; member in struct:__anon131
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | ruserpass.c | 68 #define ID 10 macro 179 if (token() != ID || strcmp(host, d->tokval)) 267 return (ID);
|
/illumos-gate/usr/src/lib/libbc/libc/net/ |
H A D | ruserpass.c | 50 #define ID 10 macro 155 if (token() != ID || strcmp(host, d->tokval)) 237 return (ID);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ruserpass.c | 64 #define ID 10 macro 110 if (token() != ID || strcmp(host, tokval)) 307 return (ID);
|
/illumos-gate/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_kcf.c | 131 /* Manufacturer ID */ 329 char ID[64]; local 351 (void) sprintf(ID, "%s/%d %s", 354 n2rng_prov_info.pi_provider_description = ID;
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | filehdr.c | 513 uint32_t ID; local 545 * We start each loop by reading the chunk ID. 548 AUDIO_AIFF_FILE2HOST_INT(&tmp, &ID); 549 switch (ID) { 615 * the ID. Then seek past it to get to the next chunk. 679 uint32_t ID; local 696 AUDIO_WAV_FILE2HOST_INT(&fhdr.wav_type_ID, &ID); 697 if (ID != AUDIO_WAV_TYPE_ID) { 703 AUDIO_WAV_FILE2HOST_INT(&fhdr.wav_fmt_ID, &ID); 704 if (ID ! [all...] |
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11keys.c | 704 GetIDFromSPKI(KMF_X509_SPKI *spki, KMF_DATA *ID) argument 712 if (ID == NULL || spki == NULL) 715 ID->Data = (uchar_t *)malloc(SHA1_HASH_LENGTH); 716 if (ID->Data == NULL) 719 ID->Length = SHA1_HASH_LENGTH; 731 create_id_hash(&KeyParts[KMF_RSA_MODULUS], ID); 733 create_id_hash(&KeyParts[KMF_DSA_PUBLIC_VALUE], ID); 736 create_id_hash(&KeyParts[KMF_ECDSA_POINT], ID); 747 if (rv != KMF_OK && ID->Data != NULL) { 748 free(ID [all...] |
H A D | certgetsetop.c | 1636 kmf_get_cert_id_data(const KMF_DATA *SignedCert, KMF_DATA *ID) argument 1641 if (SignedCert == NULL || ID == NULL) 1648 ret = GetIDFromSPKI(&cert->certificate.subjectPublicKeyInfo, ID); 1659 KMF_DATA ID = { 0, NULL }; local 1666 ret = kmf_get_cert_id_data(SignedCert, &ID); 1668 kmf_free_data(&ID); 1673 for (i = 0; i < ID.Length; i++) { 1676 "%02x", (uchar_t)ID.Data[i]); 1677 if ((i+1) < ID.Length) 1684 kmf_free_data(&ID); [all...] |
/illumos-gate/usr/src/uts/common/io/tpm/ |
H A D | tpm.c | 2079 char ID[64]; local 2084 (void) snprintf(ID, sizeof (ID), "tpmrng %s", IDENT_TPMRNG); 2086 tpmrng_prov_info.pi_provider_description = ID;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | winlockio.c | 313 #define ID(sdp) ((sdp)->tag) macro 799 ASSERT(ID(sdp) == CURPROC_ID); 1005 if (ID(sdp) == tag) 1034 ID(sdp) = tag; 1304 ASSERT(ID(sdp) == CURPROC_ID); 1450 ASSERT(ID(sdp) == CURPROC_ID); 1511 (void *)lp, (void *)ID(lp->owner), trash)); 1556 if (ID(owner) == CURPROC_ID) { 1609 cmn_err(CE_CONT, "ID\tKEY\tNALLOC\tATTCH\tOWNED\tLOCK\tWAITER\n"); 1659 (void *)sdp->lp, sdp->flag, (void *)ID(sd [all...] |
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 159 #define ID ast.id macro 176 if (cat != (const char*)ID && D(msg)) 177 cat = (const char*)ID; 183 static char ID[] = "ast"; variable 578 x = T(NiL, ID, t); 874 p->catalog = ID; 1409 o = T(NiL, ID, "options"); 1421 sfprintf(sp, "%*.*s%s%s%s[%s%s%s]", OPT_USAGE - 1, OPT_USAGE - 1, T(NiL, ID, "Or:"), b, a, b, b, o, b); 1671 par = item(sp, e, about, level, style, ip, version, id, ID); 1826 sfprintf(sp, " %s ", T(NiL, ID, "I [all...] |
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 98 typedef int ID; typedef 102 ID id; /* unique ID of lit expression */ 105 ID *follow; /* Array of IDs of following lit expressions */ 119 ID id; /* Lit Expression id */ 125 ID last; /* ID of last lit exp in position set */ 129 /* n (>0) is ID of prev member of position set. */ 137 int maxid; /* Number of (also maximum ID of) lit expressions */ 617 ID [all...] |
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | dca.c | 573 char ID[64]; local 806 (void) sprintf(ID, "%s/%d %s", 808 dca_prov_info1.pi_provider_description = ID; 820 (void) sprintf(ID, "%s/%d %s", 822 dca_prov_info2.pi_provider_description = ID; 4766 /* Manufacturer ID */
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 283 #define ID 1 macro 1606 for (proceed = TRUE, ptr = shcmd, state = ID, lastc = '\0'; 1638 if (state == ID && c == '#' && ptr == shcmd) { 1651 case ID : 4361 * (Re)start svc.startd(1M). old_ctid should be the contract ID of the old
|