Searched refs:Id (Results 1 - 25 of 58) sorted by relevance

123

/haiku-fatelf/src/libs/ncurses/include/
H A DMKterm.h.awk36 print "/* $Id: MKterm.h.awk.in,v 1.42 2003/12/27 19:09:16 tom Exp $ */"
/haiku-fatelf/src/servers/registrar/mime/
H A DRegistrarThreadManager.cpp114 "id %ld\n", thread->Name(), thread->Id()));
132 (*i)->Id()));
161 (*i)->Id()));
166 (*i)->Id()));
199 (*i)->Id()));
200 status_t err = kill_thread((*i)->Id());
204 (*i)->Id(), err);
207 (*i)->Id()));
H A DRegistrarThread.h24 thread_id Id() const;
H A DRegistrarThread.cpp80 // Id
83 RegistrarThread::Id() const function in class:RegistrarThread
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Djpt.h44 unsigned int Id; member in struct:opj_jpt_msg_header
H A Djpt.c57 header->Id = 0; /* In-class Identifier */
73 header->Id = 0; /* In-class Identifier */
118 header->Id |= (elmt & 0x0f);
120 header->Id = jpt_read_VBAS_info(cio, header->Id);
/haiku-fatelf/src/apps/haiku3d/
H A DTexture.cpp31 Texture::Id() function in class:Texture
H A DTexture.h21 GLuint Id();
/haiku-fatelf/src/servers/bluetooth/
H A DHCIControllerAccessor.cpp24 if (Id() < 0)
H A DHCIDelegate.h29 hci_id Id(void) const function in class:HCIDelegate
H A DHCITransportAccessor.cpp48 if (Id() < 0 || fDescriptor < 0)
/haiku-fatelf/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.cpp82 return (*a)->Id() - (*b)->Id();
105 if (s->Id() == sound) return s;
159 (int)instr->Id(),
165 (int)sound->Id(),
170 (int)range->Sound()->Id(),
183 printf("Id=%d name='%s'\n", (int)sound->Id(), sound->Name());
H A DSynthFile.h50 uint16 Id() const { return fId; } function in class:SSound
96 uint8 Id() const { return fId; } function in class:SInstrument
/haiku-fatelf/3rdparty/proj2make/
H A Dproj2make.cpp57 uint32 Id() { return function in struct:hdr
139 uint32 u = child->Id();
170 uint32 u = current->Id();
178 switch(current->Id()) {
201 if (parent->Id() == 'Fil1') {
204 } else if (parent->Id() == 'Link') {
207 } else if (parent->Id() == 'PLnk') {
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DMIIBus.cpp75 uint32 Id = CARDID(_Read(MII_PHYID0, addr), _Read(MII_PHYID1, addr)); local
78 addr, Id, MII_OUI(Id), MII_MODEL(Id), MII_REV(Id));
83 if (info.fId != UnknownPHY && info.fId != (Id & 0xfffffff0))
H A DDriver.cpp52 if (CARDID(info.vendor_id, info.device_id) == cardInfos[idx].Id()) {
54 cardInfos[idx].Description(), cardInfos[idx].Id());
130 cardInfos[idx].Description(), cardInfos[idx].Id());
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.h37 inline uint32 Id() { return fId; } function in class:Device::Info
40 uint32 HardwareId() { return fInfo.Id(); }
H A DMixer.cpp624 int32 Id= Info->values[i].id; local
625 uint8 Reg = (Id >> regShift) & 0xFF;
634 if ((Id & MIX_Check) == MIX_Check) {
635 uint16 mask = 1 << ((Id >> baseShift) & 0xff);
642 if ((Id & MIX_MUX) == MIX_MUX) {
649 float mult = 0.1 * (int8)(Id >> stepShift);
650 float base = mult * ((Id >> baseShift) & 0xff);
652 if ((Id & MIX_RGain) == MIX_RGain) {
660 if ((Id & MIX_LGain) == MIX_LGain) {
677 int32 Id local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DDirectoryIterator.cpp40 *id = Parent()->Id();
H A DVolume.h57 nspace_id Id() const { return fId; } function in class:Udf::Volume
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h273 UINT8 Id; /* Processor ID */ member in struct:acpi_cpep_polling
294 UINT8 Id[1]; /* Full namepath of the EC in the ACPI namespace */ member in struct:acpi_table_ecdt
856 UINT8 Id; /* Processor's local APIC id */ member in struct:acpi_madt_local_apic
867 UINT8 Id; /* I/O APIC ID */ member in struct:acpi_madt_io_apic
927 UINT8 Id; /* I/O SAPIC ID */ member in struct:acpi_madt_io_sapic
941 UINT8 Id; /* SAPIC ID */ member in struct:acpi_madt_local_sapic
958 UINT8 Id; /* Processor ID */ member in struct:acpi_madt_interrupt_source
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dbusinesscard.php2 /* $Id: businesscard.php 14574 2005-10-29 16:27:43Z bonefish $
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATWindow.h85 uint64 Id();
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutmisc.c169 * PARAMETERS: Id - The HID/CID in string format
171 * RETURN: TRUE if the Id is a match for a PCI/PCI-Express Root Bridge
179 char *Id)
186 if (!(ACPI_STRCMP (Id,
189 !(ACPI_STRCMP (Id,
178 AcpiUtIsPciRootBridge( char *Id) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DVolume.cpp289 TRACE(("Volume::Mount: Root Node id = %Ld\n", fRootIcb->Id()));
291 status = publish_vnode(fFSVolume, fRootIcb->Id(), fRootIcb,
302 TRACE(("Volume::Mount: Root vnode published. Id = %Ld\n",
303 fRootIcb->Id()));

Completed in 145 milliseconds

123