Searched refs:signature (Results 226 - 250 of 262) sorted by relevance

1234567891011

/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp665 /*! Fetches signature of the MIME type's preferred application for the
668 The string pointed to by \c signature must be long enough to
676 preferred application's signature is copied. If the function fails,
685 DatabaseLocation::GetPreferredApp(const char* type, char* signature, argument
690 ssize_t result = ReadAttribute(type, kPreferredAppAttr, signature,
H A DDatabase.cpp230 that should be used when launching an application with this signature.
552 /*! \brief Sets the signature of the preferred application for the given app verb
556 \param signature Pointer to a NULL-terminated string containing the MIME signature
561 Database::SetPreferredApp(const char *type, const char *signature, app_verb verb) argument
568 kPreferredAppType, B_MIME_TYPE_LENGTH, signature);
1152 type for the given application signature.
1187 type for the given application signature.
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp.cpp125 if (config->signature != MP_CONFIG_TABLE_SIGNATURE) {
126 TRACE(("smp: invalid config table signature, aborting\n"));
184 cpuFamily[(processor->signature & 0xf00) >> 8],
H A Dvideo.cpp440 info->signature = VBE2_SIGNATURE;
452 if (info->signature != VESA_SIGNATURE)
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp412 bs->signature = B_HOST_TO_LENDIAN_INT16(0xAA55);
443 bs->signature = B_HOST_TO_LENDIAN_INT16(0xAA55);
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp221 if (mappedRegs->signature != kVirtioSignature) {
222 ERROR("bad signature: 0x%08" B_PRIx32 ", should be 0x%08" B_PRIx32 "\n",
223 mappedRegs->signature, (uint32)kVirtioSignature);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp833 get_table(const char* signature, uint32 instance, void** tableHeader) argument
835 return AcpiGetTable((char*)signature, instance,
/haiku/src/apps/switcher/
H A DLaunchButton.cpp133 BMessenger messenger(appInfo.signature,
270 fprintf(stderr, "no MIME signature for '%s'\n", fRef->name);
/haiku/headers/os/support/
H A DArchivable.h165 const char* signature);
/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.cpp131 @case Invalid class name and signature
133 and "add_on", containing invalid class name and signature,
155 @case Invalid class name, valid signature
158 signature, respectively
253 signature of the defining add-on
277 signature
280 containing invalid signature
302 by this team, but with an invalid signature
305 containing invalid signature
332 signature
[all...]
/haiku/src/apps/screenshot/
H A DScreenshot.cpp261 BMessenger messenger(appInfo.signature, appInfo.team);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_manage.c169 /* If either the checksums or signature don't match, then
173 if ((hdr_csum != csum) || (hdr->signature != E1000_IAMT_SIGNATURE)) {
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp310 DEFINE_DEBUG_INFO_ENTRY_ATTR_SETTER(signature)
H A DDwarfFile.cpp1105 uint64 signature = dataReader.Read<uint64>(0); local
1115 "signature: %#" B_PRIx64 ", type offset: %" B_PRIu64 "\n",
1117 signature, typeOffset);
1136 signature, dwarf64);
1148 if (fTypeUnits.Lookup(signature) == NULL) {
1150 TypeUnitTableEntry(signature, unit);
3126 TRACE_DIE("Resolving signature %#" B_PRIx64 "\n", offset);
3332 DwarfFile::_GetTypeUnit(uint64 signature) const
3334 return fTypeUnits.Lookup(signature);
H A DAttributeClasses.cpp135 { ENTRY(signature), AC_REFERENCE },
/haiku/headers/os/drivers/
H A DACPI.h294 status_t (*get_table)(const char *signature, uint32 instance,
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp215 uint16 signature = taskFile.lba.lba_8_15 local
217 TRACE_ALWAYS("signature of device %d: 0x%04x\n", i, signature);
220 if (signature == ATA_SIGNATURE_ATAPI)
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3725 AppMimeTestFile(string name, string type, string signature,
3730 signature(signature),
3778 // signature
3780 error = WriteStringAttr(file, "BEOS:APP_SIG", signature);
3814 // signature (ignored)
3817 signature.c_str(),
3818 signature.length() + 1,
3855 error = type.SetTo(signature.c_str());
3864 string signature;
[all...]
/haiku/src/apps/mail/
H A DContent.cpp712 // Do not add the signature until the reader thread
731 char *signature = (char *)malloc(size);
732 if (signature == NULL)
734 ssize_t bytesRead = file.Read(signature, size);
736 free (signature);
743 // reserve some empty lines before the signature
752 // append the signature
754 fTextView->Insert(signature, bytesRead);
761 free (signature);
766 "signature
[all...]
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp135 BMessenger messenger(appInfo.signature,
312 fprintf(stderr, "no MIME signature for '%s'\n", fRef->name);
/haiku/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp779 RosterLaunchApp::RosterLaunchApp(const char *signature) argument
780 : BApplication(signature),
/haiku/src/kits/media/
H A DMediaTrack.cpp925 if (strcmp(ainfo.signature, "application/x-vnd.marcone-soundplay") == 0) {
930 if (strcmp(ainfo.signature, "application/x-vnd.Be.MediaPlayer") == 0) {
/haiku/src/apps/packageinstaller/
H A DPackageItem.cpp862 const BString &signature, uint32 mode)
869 fSignature(signature)
938 // Set the mimetype and application signature if present
859 PackageFile(BFile *parent, const BString &path, uint8 type, uint32 ctime, uint32 mtime, uint64 offset, uint64 size, uint64 originalSize, uint32 platform, const BString &mime, const BString &signature, uint32 mode) argument
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1009 uint32 signature = cpuid.regs.eax;
1061 if (signature == header->processor_signature
1076 if (signature == extended_signature[i].processor_signature
1125 uint32 signature = cpuid.regs.eax;
1156 if (signature == table[i].equiv_cpu) {
/haiku/src/apps/deskbar/
H A DStatusView.cpp949 const char* signature; local
951 status_t status = archive->FindString("add_on", &signature);
954 status = roster.FindApp(signature, &ref);

Completed in 162 milliseconds

1234567891011