/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utnonansi.c | 277 UINT32 Base, in AcpiUtStrtoul64() argument 293 switch (Base) in AcpiUtStrtoul64() 320 if (Base == ACPI_ANY_BASE) in AcpiUtStrtoul64() 329 Base = 16; in AcpiUtStrtoul64() 336 Base = 10; in AcpiUtStrtoul64() 344 if (Base == ACPI_ANY_BASE) in AcpiUtStrtoul64() 371 else if (Base == 10) in AcpiUtStrtoul64() 394 if (Base == ACPI_ANY_BASE) in AcpiUtStrtoul64() 426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL); in AcpiUtStrtoul64() 430 if (Base == ACPI_ANY_BASE) in AcpiUtStrtoul64() [all …]
|
H A D | utprint.c | 78 UINT8 Base, 87 UINT8 Base, 174 UINT8 Base, in AcpiUtPutNumber() argument 193 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex); in AcpiUtPutNumber() 294 UINT8 Base, in AcpiUtFormatNumber() argument 310 if (Base < 2 || Base > 16) in AcpiUtFormatNumber() 320 NeedPrefix = ((Type & ACPI_FORMAT_PREFIX) && Base != 10) ? TRUE : FALSE; in AcpiUtFormatNumber() 349 if (Base == 16) in AcpiUtFormatNumber() 357 Pos = AcpiUtPutNumber (ReversedString, Number, Base, Upper); in AcpiUtFormatNumber() 385 if (Base == 16) in AcpiUtFormatNumber() [all …]
|
H A D | utclib.c | 557 UINT32 Base) in strtoul() argument 601 if (Base == 0) in strtoul() 607 Base = 16; in strtoul() 612 Base = 8; in strtoul() 617 Base = 10; in strtoul() 620 else if (Base < 2 || Base > 36) in strtoul() 633 if (Base == 8 && *String == '0') in strtoul() 638 if (Base == 16 && in strtoul() 667 if (index >= Base) in strtoul() 677 (UINT32) Base)) in strtoul() [all …]
|
/titanic_41/usr/src/cmd/acpi/common/ |
H A D | utnonansi.c | 277 UINT32 Base, in AcpiUtStrtoul64() argument 293 switch (Base) in AcpiUtStrtoul64() 320 if (Base == ACPI_ANY_BASE) in AcpiUtStrtoul64() 329 Base = 16; in AcpiUtStrtoul64() 336 Base = 10; in AcpiUtStrtoul64() 344 if (Base == ACPI_ANY_BASE) in AcpiUtStrtoul64() 371 else if (Base == 10) in AcpiUtStrtoul64() 394 if (Base == ACPI_ANY_BASE) in AcpiUtStrtoul64() 426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL); in AcpiUtStrtoul64() 430 if (Base == ACPI_ANY_BASE) in AcpiUtStrtoul64() [all …]
|
H A D | utprint.c | 78 UINT8 Base, 87 UINT8 Base, 174 UINT8 Base, in AcpiUtPutNumber() argument 193 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex); in AcpiUtPutNumber() 294 UINT8 Base, in AcpiUtFormatNumber() argument 310 if (Base < 2 || Base > 16) in AcpiUtFormatNumber() 320 NeedPrefix = ((Type & ACPI_FORMAT_PREFIX) && Base != 10) ? TRUE : FALSE; in AcpiUtFormatNumber() 349 if (Base == 16) in AcpiUtFormatNumber() 357 Pos = AcpiUtPutNumber (ReversedString, Number, Base, Upper); in AcpiUtFormatNumber() 385 if (Base == 16) in AcpiUtFormatNumber() [all …]
|
/titanic_41/usr/src/uts/intel/io/acpica/executer/ |
H A D | exconvrt.c | 58 UINT16 Base, 313 UINT16 Base, in AcpiExConvertToAscii() argument 330 switch (Base) in AcpiExConvertToAscii() 444 UINT16 Base = 16; in AcpiExConvertToString() local 469 Base = 10; in AcpiExConvertToString() 495 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth); in AcpiExConvertToString() 514 Base = 10; in AcpiExConvertToString() 584 (UINT64) ObjDesc->Buffer.Pointer[i], Base, NewBuf, 1); in AcpiExConvertToString()
|
H A D | exutils.c | 73 UINT32 Base); 309 UINT32 Base) in AcpiExDigitsNeeded() argument 332 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL); in AcpiExDigitsNeeded()
|
/titanic_41/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 53 my $Base = "/opt/signing"; 62 open(AUDIT, ">>$Base/audit/log"); 92 $dir = "$Base/cred/$2";
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | driver-network-atge.mf | 36 value="Atheros/Attansic L1E Gigabit Ethernet 10/100/1000 Base (AR8121/AR8113)" 58 name="Atheros/Attansic L1E Gigabit Ethernet 10/100/1000 Base (AR8121/AR8113)"
|
/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 133 UINT32 Base);
|
H A D | acutils.h | 227 UINT32 Base,
|
/titanic_41/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 779 KMF_DATA Modulus, Exponent, Prime, Subprime, Base, Value; in KMFPK11_EncodePubKeyData() local 803 (void) memset(&Base, 0, sizeof (Base)); in KMFPK11_EncodePubKeyData() 893 SETATTR(dsaTemplate, 4, CKA_BASE, Base.Data, in KMFPK11_EncodePubKeyData() 894 Base.Length); in KMFPK11_EncodePubKeyData() 918 Base.Length = dsaTemplate[4].ulValueLen; in KMFPK11_EncodePubKeyData() 919 Base.Data = malloc(Base.Length); in KMFPK11_EncodePubKeyData() 920 if (Base.Data == NULL) { in KMFPK11_EncodePubKeyData() 931 free(Base.Data); in KMFPK11_EncodePubKeyData() 938 SETATTR(dsaTemplate, 4, CKA_BASE, Base.Data, in KMFPK11_EncodePubKeyData() 939 Base.Length); in KMFPK11_EncodePubKeyData() [all …]
|
/titanic_41/usr/src/uts/common/pcmcia/sys/ |
H A D | cs_priv.h | 287 #define IOADDR_FROBNITZ(Base, IOAddrLines) (Base&((1<<IOAddrLines)-1)) argument
|
H A D | cs.h | 403 } Base; member
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | st.in | 72 LINE("-xbd5", "X/Open Base Definitions Issue\\~5 (\\(lqXBD5\\(rq)")
|
/titanic_41/usr/src/cmd/refer/papers/ |
H A D | Rbstjissue | 155 a Base for Applications
|
/titanic_41/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 5013 wr->Base.handle = (acc_handle_t)gw.handle; in cs_modify_mem_window() 6044 cs_setup_io_win(uint32_t sn, uint32_t wn, baseaddru_t *Base, uint32_t *NumPorts, 6092 Base->base = 0; 6094 Base->base = IOADDR_FROBNITZ(Base->base, IOAddrLines); 6099 set_window.base = Base->base; 6109 Base->base = set_window.base; 6110 Base->handle = set_window.handle; 8051 win_req.Base.base = 0;
|
/titanic_41/usr/src/cmd/file/ |
H A D | magic | 610 >8 string isom Base Media v1 [IS0 14496-12:2003] 611 >8 string iso2 Base Media v2 [ISO 14496-12:2005]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 2664 uInt Base; /* literal, length base, or distance base */ member 3413 c = h->more.Base; 3607 #define base more.Base 4077 #define base more.Base 4395 #define base more.Base
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 55 static void emlxs_format_load_area_cmd(MAILBOXQ *mbq, uint32_t Base, 65 static void emlxs_format_prog_flash(MAILBOXQ *mbq, uint32_t Base, 2611 uint32_t Base, in emlxs_format_prog_flash() argument 2634 mb->un.varLdSM.dl_to_adr = Base; in emlxs_format_prog_flash() 5372 uint32_t Base, in emlxs_format_load_area_cmd() argument 5386 mb->un.varLdArea.dl_to_adr = Base; in emlxs_format_load_area_cmd()
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 3819 103c 125a 10/100Base-TX (PCI) [A5506B] 3848 1498 000a TPMC880-10 10/100Base-T and 10Base2 PMC Ethernet Adapter 3849 1498 000b TPMC880-11 Single 10/100Base-T PMC Ethernet Adapter 3851 14cb 0100 LNDL-100N 100Base-TX Ethernet PC Card 4056 0311 FC 5740/1954 4-Port 10/100/1000 Base-TX PCI-X Adapter for POWER 4910 47c1 Solios (dual-Base/single-Medium) CL frame grabber 4913 102b 4b81 Solios eCL/XCL (dual-Base) frame grabber 4915 102b 4d81 Solios eV-CL (dual-Base) frame grabber 4917 102b 4e81 Solios eM-CL (dual-Base) frame grabber 8037 1700 3c940 10/100/1000Base-T [Marvell] [all …]
|
/titanic_41/usr/src/data/zoneinfo/ |
H A D | antarctica | 200 # Scott Base, Ross Island, since 1957-01.
|
/titanic_41/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 131 2 Base DN to setup : $LDAP_BASEDN$SUFFIX_INFO$DB_INFO 155 Sorry, suffix ${LDAP_SUFFIX} is not suitable for Base DN ${LDAP_BASEDN}
|
/titanic_41/usr/src/cmd/ssh/ |
H A D | README.altprivsep | 671 Base user authentication spec for SSHv2 (includes none, password,
|
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 332 * should mark that chip-select as TestFail in the CS Base register.
|