| /titanic_54/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_54/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_54/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_54/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_54/usr/src/test/util-tests/tests/libsff/ |
| H A D | libsff_compliance.out | 2 0 10G Base-SR 3 1 10G Base-LR 4 2 10G Base-LRM 5 3 10G Base-ER
|
| /titanic_54/usr/src/pkg/manifests/ |
| H A D | driver-network-atge.mf | 36 value="Atheros/Attansic L1E Gigabit Ethernet 10/100/1000 Base (AR8121/AR8113)" 57 name="Atheros/Attansic L1E Gigabit Ethernet 10/100/1000 Base (AR8121/AR8113)"
|
| /titanic_54/usr/src/uts/intel/sys/acpi/ |
| H A D | acclib.h | 133 UINT32 Base);
|
| H A D | acutils.h | 227 UINT32 Base,
|
| /titanic_54/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_54/usr/src/boot/sys/boot/i386/gptzfsboot/ |
| H A D | sio.S | 18 .set SIO_PRT,SIOPRT # Base port
|
| /titanic_54/usr/src/uts/common/pcmcia/sys/ |
| H A D | cs_priv.h | 287 #define IOADDR_FROBNITZ(Base, IOAddrLines) (Base&((1<<IOAddrLines)-1)) argument
|
| /titanic_54/usr/src/boot/sys/boot/i386/pxeldr/ |
| H A D | pxeldr.S | 293 .long gdt # Base
|
| /titanic_54/usr/src/boot/sys/boot/i386/btx/btxldr/ |
| H A D | btxldr.S | 78 movl %eax,%ebp # Base of user stack
|
| /titanic_54/usr/src/common/ficl/softcore/ |
| H A D | classes.fr | 54 \ Base class for pointers to scalars (not objects).
|
| /titanic_54/usr/src/cmd/mandoc/ |
| H A D | st.in | 66 LINE("-xbd5", "X/Open Base Definitions Issue\\~5 (\\(LqXBD5\\(Rq)")
|
| /titanic_54/usr/src/boot/sys/boot/efi/include/amd64/ |
| H A D | pe.h | 554 UINT32 Base; member
|
| /titanic_54/usr/src/boot/sys/boot/i386/cdboot/ |
| H A D | cdboot.S | 564 .long gdt # Base
|
| /titanic_54/usr/src/boot/sys/boot/efi/include/i386/ |
| H A D | pe.h | 554 UINT32 Base; member
|
| /titanic_54/usr/src/cmd/refer/papers/ |
| H A D | Rbstjissue | 155 a Base for Applications
|
| /titanic_54/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_54/usr/src/boot/sys/boot/i386/btx/btx/ |
| H A D | btx.S | 486 leal 0x44(%esp,1),%esi # Base of frame 634 leal 0x44(%esp,1),%esi # Base of frame
|