Home
last modified time | relevance | path

Searched refs:Base (Results 1 – 25 of 39) sorted by relevance

12

/titanic_54/usr/src/cmd/acpi/common/
H A Dutnonansi.c277 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 Dutprint.c78 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 Dutnonansi.c277 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 Dutprint.c78 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 Dutclib.c557 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 Dexconvrt.c58 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 Dexutils.c73 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 Dcodesign_server.pl53 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 Dlibsff_compliance.out2 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 Ddriver-network-atge.mf36 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 Dacclib.h133 UINT32 Base);
H A Dacutils.h227 UINT32 Base,
/titanic_54/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c779 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 Dsio.S18 .set SIO_PRT,SIOPRT # Base port
/titanic_54/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h287 #define IOADDR_FROBNITZ(Base, IOAddrLines) (Base&((1<<IOAddrLines)-1)) argument
/titanic_54/usr/src/boot/sys/boot/i386/pxeldr/
H A Dpxeldr.S293 .long gdt # Base
/titanic_54/usr/src/boot/sys/boot/i386/btx/btxldr/
H A Dbtxldr.S78 movl %eax,%ebp # Base of user stack
/titanic_54/usr/src/common/ficl/softcore/
H A Dclasses.fr54 \ Base class for pointers to scalars (not objects).
/titanic_54/usr/src/cmd/mandoc/
H A Dst.in66 LINE("-xbd5", "X/Open Base Definitions Issue\\~5 (\\(LqXBD5\\(Rq)")
/titanic_54/usr/src/boot/sys/boot/efi/include/amd64/
H A Dpe.h554 UINT32 Base; member
/titanic_54/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S564 .long gdt # Base
/titanic_54/usr/src/boot/sys/boot/efi/include/i386/
H A Dpe.h554 UINT32 Base; member
/titanic_54/usr/src/cmd/refer/papers/
H A DRbstjissue155 a Base for Applications
/titanic_54/usr/src/uts/common/pcmcia/cs/
H A Dcs.c5013 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 Dbtx.S486 leal 0x44(%esp,1),%esi # Base of frame
634 leal 0x44(%esp,1),%esi # Base of frame

12