Searched defs:Base (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexutils.c73 UINT32 Base);
297 * Base - Base of representation
302 * in the given Base (Radix)
309 UINT32 Base)
332 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL);
307 AcpiExDigitsNeeded( UINT64 Value, UINT32 Base) argument
H A Dexconvrt.c58 UINT16 Base,
300 * Base - ACPI_STRING_DECIMAL or ACPI_STRING_HEX
313 UINT16 Base,
330 switch (Base)
444 UINT16 Base = 16; local
469 Base = 10;
495 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth);
514 Base = 10;
584 (UINT64) ObjDesc->Buffer.Pointer[i], Base, NewBuf, 1);
311 AcpiExConvertToAscii( UINT64 Integer, UINT16 Base, UINT8 *String, UINT8 DataWidth) argument
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutnonansi.c248 * Base - Radix of the string: 16 or 10 or
277 UINT32 Base,
293 switch (Base)
303 /* Invalid Base */
320 if (Base == ACPI_ANY_BASE)
323 * Base equal to ACPI_ANY_BASE means 'Either decimal or hex'.
329 Base = 16;
336 Base = 10;
344 if (Base == ACPI_ANY_BASE)
371 else if (Base
275 AcpiUtStrtoul64( char *String, UINT32 Base, UINT32 MaxIntegerByteWidth, UINT64 *RetInteger) argument
490 strtoul64( char *String, UINT32 Base, UINT64 *RetInteger) argument
[all...]
H A Dutprint.c78 UINT8 Base,
87 UINT8 Base,
160 * Base - Base of the integer
174 UINT8 Base,
193 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex);
278 * Base - Base of the integer
294 UINT8 Base,
310 if (Base <
171 AcpiUtPutNumber( char *String, UINT64 Number, UINT8 Base, BOOLEAN Upper) argument
290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
439 UINT8 Base; local
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutnonansi.c248 * Base - Radix of the string: 16 or 10 or
277 UINT32 Base,
293 switch (Base)
303 /* Invalid Base */
320 if (Base == ACPI_ANY_BASE)
323 * Base equal to ACPI_ANY_BASE means 'Either decimal or hex'.
329 Base = 16;
336 Base = 10;
344 if (Base == ACPI_ANY_BASE)
371 else if (Base
275 AcpiUtStrtoul64( char *String, UINT32 Base, UINT32 MaxIntegerByteWidth, UINT64 *RetInteger) argument
490 strtoul64( char *String, UINT32 Base, UINT64 *RetInteger) argument
[all...]
H A Dutclib.c544 * Base - Radix of the string
557 UINT32 Base)
598 * If the input parameter Base is zero, then we need to
601 if (Base == 0)
607 Base = 16;
612 Base = 8;
617 Base = 10;
620 else if (Base < 2 || Base > 36)
623 * The specified Base paramete
554 strtoul( const char *String, char **Terminator, UINT32 Base) argument
[all...]
H A Dutprint.c78 UINT8 Base,
87 UINT8 Base,
160 * Base - Base of the integer
174 UINT8 Base,
193 (void) AcpiUtDivide (Number, Base, &Number, &DigitIndex);
278 * Base - Base of the integer
294 UINT8 Base,
310 if (Base <
171 AcpiUtPutNumber( char *String, UINT64 Number, UINT8 Base, BOOLEAN Upper) argument
290 AcpiUtFormatNumber( char *String, char *End, UINT64 Number, UINT8 Base, INT32 Width, INT32 Precision, UINT8 Type) argument
439 UINT8 Base; local
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c5013 wr->Base.handle = (acc_handle_t)gw.handle;
6027 * XXX Base - pointer to XXX
6034 * When either of these two flags are set, *Base
6044 cs_setup_io_win(uint32_t sn, uint32_t wn, baseaddru_t *Base, uint32_t *NumPorts, argument
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
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c55 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,
2634 mb->un.varLdSM.dl_to_adr = Base;
5372 uint32_t Base,
5386 mb->un.varLdArea.dl_to_adr = Base;
2610 emlxs_format_prog_flash(MAILBOXQ *mbq, uint32_t Base, uint32_t DlByteCount, uint32_t Function, uint32_t Complete, uint32_t BdeAddress, uint32_t BdeSize, PROG_ID *ProgId, uint32_t keep) argument
5371 emlxs_format_load_area_cmd(MAILBOXQ * mbq, uint32_t Base, uint32_t DlByteCount, uint32_t Function, uint32_t Complete, uint32_t DataOffset, uint32_t AreaId, uint8_t MbxCmd, uint32_t StepCmd) argument
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c779 KMF_DATA Modulus, Exponent, Prime, Subprime, Base, Value; local
803 (void) memset(&Base, 0, sizeof (Base));
893 SETATTR(dsaTemplate, 4, CKA_BASE, Base.Data,
894 Base.Length);
918 Base.Length = dsaTemplate[4].ulValueLen;
919 Base.Data = malloc(Base.Length);
920 if (Base.Data == NULL) {
931 free(Base
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2664 uInt Base; /* literal, length base, or distance base */ member in union:inflate_huft_s::__anon131
3413 c = h->more.Base;
3607 #define base more.Base
4077 #define base more.Base
4395 #define base more.Base
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h403 } Base; member in struct:win_req_t
441 #define WIN_BAR_MASK 0x00007000 /* Base Address Register mask */
442 #define WIN_BAR_1 0x00001000 /* Base Address Register 1 */
443 #define WIN_BAR_2 0x00002000 /* Base Address Register 2 */
444 #define WIN_BAR_3 0x00003000 /* Base Address Register 3 */
445 #define WIN_BAR_4 0x00004000 /* Base Address Register 4 */
446 #define WIN_BAR_5 0x00005000 /* Base Address Register 5 */
447 #define WIN_BAR_6 0x00006000 /* Base Address Register 6 */
448 #define WIN_BAR_7 0x00007000 /* Base Address Register 7 */
811 * CONFIG_IOBASE_REG_MASK - mask of IO Base Por
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Dpe.h220 #define IMAGE_DIRECTORY_ENTRY_BASERELOC 5 // Base Relocation Table
554 UINT32 Base; member in struct:_IMAGE_EXPORT_DIRECTORY
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Dpe.h220 #define IMAGE_DIRECTORY_ENTRY_BASERELOC 5 // Base Relocation Table
554 UINT32 Base; member in struct:_IMAGE_EXPORT_DIRECTORY

Completed in 188 milliseconds