Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/common/acpica/utilities/
H A Dutstrtoul64.c235 UINT32 Base = 10; /* Default is decimal */ in AcpiUtStrtoul64() local
260 Base = 16; in AcpiUtStrtoul64()
269 Base = 8; in AcpiUtStrtoul64()
289 switch (Base) in AcpiUtStrtoul64()
459 UINT32 Base = 10; /* Default is decimal */ in AcpiUtExplicitStrtoul64() local
476 Base = 16; in AcpiUtExplicitStrtoul64()
489 switch (Base) in AcpiUtExplicitStrtoul64()
H A Dutstrsuppt.c164 UINT32 Base,
170 UINT32 Base,
492 UINT32 Base, in AcpiUtInsertDigit() argument
501 Status = AcpiUtStrtoulMultiply64 (*AccumulatedValue, Base, &Product); in AcpiUtInsertDigit()
535 UINT32 Base, in AcpiUtStrtoulMultiply64() argument
545 if (!Multiplicand || !Base) in AcpiUtStrtoulMultiply64()
558 AcpiUtShortDivide (ACPI_UINT64_MAX, Base, &Quotient, NULL); in AcpiUtStrtoulMultiply64()
564 Product = Multiplicand * Base; in AcpiUtStrtoulMultiply64()
H A Dutclib.c807 UINT32 Base) in strtoul() argument
851 if (Base == 0) in strtoul()
857 Base = 16; in strtoul()
862 Base = 8; in strtoul()
867 Base = 10; in strtoul()
870 else if (Base < 2 || Base > 36) in strtoul()
883 if (Base == 8 && *String == '0') in strtoul()
888 if (Base == 16 && in strtoul()
917 if (index >= Base) in strtoul()
927 (UINT32) Base)) in strtoul()
[all …]
/illumos-gate/usr/src/common/acpica/executer/
H A Dexconvrt.c166 UINT16 Base,
425 UINT16 Base, in AcpiExConvertToAscii() argument
442 switch (Base) in AcpiExConvertToAscii()
556 UINT16 Base = 16; in AcpiExConvertToString() local
581 Base = 10; in AcpiExConvertToString()
607 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth); in AcpiExConvertToString()
626 Base = 10; in AcpiExConvertToString()
696 (UINT64) ObjDesc->Buffer.Pointer[i], Base, NewBuf, 1); in AcpiExConvertToString()
H A Dexutils.c181 UINT32 Base);
427 UINT32 Base) in AcpiExDigitsNeeded() argument
450 (void) AcpiUtShortDivide (CurrentValue, Base, &CurrentValue, NULL); in AcpiExDigitsNeeded()
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl53 my $Base = "/opt/signing";
62 open(AUDIT, ">>$Base/audit/log");
92 $dir = "$Base/cred/$2";
/illumos-gate/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
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-network-atge.p5m35 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)"
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c803 (void) memset(&Base, 0, sizeof (Base)); in KMFPK11_EncodePubKeyData()
894 Base.Length); in KMFPK11_EncodePubKeyData()
919 Base.Data = malloc(Base.Length); in KMFPK11_EncodePubKeyData()
931 free(Base.Data); in KMFPK11_EncodePubKeyData()
939 Base.Length); in KMFPK11_EncodePubKeyData()
949 free(Base.Data); in KMFPK11_EncodePubKeyData()
964 free(Base.Data); in KMFPK11_EncodePubKeyData()
971 Base.Data, Base.Length) == -1) { in KMFPK11_EncodePubKeyData()
976 free(Base.Data); in KMFPK11_EncodePubKeyData()
984 free(Base.Data); in KMFPK11_EncodePubKeyData()
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h285 #define IOADDR_FROBNITZ(Base, IOAddrLines) (Base&((1<<IOAddrLines)-1)) argument
H A Dcs.h403 } Base; member
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dsio.S19 sio_port: .long SIOPRT # Base port
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h268 UINT32 Base);
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S293 .long gdt # Base
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S78 movl %eax,%ebp # Base of user stack
/illumos-gate/usr/src/common/ficl/softcore/
H A Dclasses.fr54 \ Base class for pointers to scalars (not objects).
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S564 .long gdt # Base
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DPeImage.h563 UINT32 Base; member
/illumos-gate/usr/src/cmd/refer/papers/
H A DRbstjissue155 a Base for Applications
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c5011 wr->Base.handle = (acc_handle_t)gw.handle; in cs_modify_mem_window()
6042 cs_setup_io_win(uint32_t sn, uint32_t wn, baseaddru_t *Base, uint32_t *NumPorts,
6090 Base->base = 0;
6092 Base->base = IOADDR_FROBNITZ(Base->base, IOAddrLines);
6097 set_window.base = Base->base;
6107 Base->base = set_window.base;
6108 Base->handle = set_window.handle;
8049 win_req.Base.base = 0;
/illumos-gate/usr/src/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
/illumos-gate/usr/src/cmd/file/
H A Dmagic612 >8 string isom Base Media v1 [IS0 14496-12:2003]
613 >8 string iso2 Base Media v2 [ISO 14496-12:2005]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2664 uInt Base; /* literal, length base, or distance base */ member
3420 c = h->more.Base;
3617 #define base more.Base
4087 #define base more.Base
4409 #define base more.Base
/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, 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()
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids9439 80eb 3c940B 10/100/1000Base-T
20312 10b7 1000 3C996-T 1000Base-T
20323 14e4 1644 BCM5700 1000Base-T
20344 14e4 0001 BCM5701 1000Base-T
20345 14e4 0005 BCM5701 1000Base-T
20760 170c BCM4401-B0 100Base-TX
21010 4401 BCM4401 100Base-T
23507 030e GRABLINK Base
24650 0b52 mE5 Abacus 4G Base
24652 0b53 mE5 Abacus 4G Base II
[all …]

12