Searched refs:type (Results 501 - 525 of 2123) sorted by relevance

<<21222324252627282930>>

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cancel.cpp91 pthread_setcanceltype(int type, int *_oldType) argument
97 // set the new type
99 if (type == PTHREAD_CANCEL_DEFERRED) {
103 } else if (type == PTHREAD_CANCEL_ASYNCHRONOUS) {
109 // return the old type
/haiku/src/apps/cortex/addons/NullFilter/
H A DNullFilterAddOn.cpp69 if(ioFormat.type != B_MEDIA_RAW_AUDIO)
136 pFormat->type = B_MEDIA_RAW_AUDIO;
142 pFormat->type = B_MEDIA_RAW_AUDIO;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_elf.cpp67 int type = ELF64_R_TYPE(rel[i].r_info); local
93 switch (type) {
106 "relocation type %d\n", type);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h35 const block_run* parent, mode_t type,
53 const char* type = NULL,
56 const char* type = NULL);
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Ddevice.cpp25 uint8 pathID, targetID, targetLUN, type; local
37 && gDeviceManager->get_attr_uint8(node, SCSI_DEVICE_TYPE_ITEM, &type, true) == B_OK) {
42 type == scsi_dev_CDROM ? "pi" : "", channel,
/haiku/src/system/runtime_loader/arch/riscv64/
H A Darch_relocate.cpp23 int type = ELF64_R_TYPE(rel[i].r_info); local
48 switch (type) {
66 TRACE(("unhandled relocation type %d\n", type));
/haiku/headers/private/storage/
H A DMutablePartition.h50 status_t SetType(const char* type);
53 status_t SetContentType(const char* type);
63 status_t CreateChild(int32 index, const char* type,
/haiku/src/add-ons/translators/pcx/
H A DPCXTranslator.cpp103 uint8 type; local
104 if (PCX::identify(ioExtension, *stream, type, bitsPerPixel) != B_OK)
107 info->type = PCX_IMAGE_FORMAT;
/haiku/headers/libs/print/libprint/
H A DDialogWindow.h16 window_type type,
/haiku/headers/private/kernel/arch/
H A Dvm.h35 uint32 type);
/haiku/src/add-ons/kernel/cpu/x86/
H A Dgeneric_x86.h25 extern void generic_set_mtrr(uint32 index, uint64 base, uint64 length, uint8 type);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeEvent.h21 VolumeEvent(uint32 type, vnode_id target = -1);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp24 Authenticators are identified by a type string equal to "Authenticator" and they
38 \param type Optional type string. Used by authenticators, for example.
45 const char *type, KPPPOptionHandler *optionHandler)
60 if (type)
61 fType = strdup(type);
77 //! Removes this protocol from the interface and frees the type.
114 strncpy(info->type, Type(), PPP_HANDLER_NAME_LENGTH_LIMIT);
41 KPPPProtocol(const char *name, ppp_phase activationPhase, uint16 protocolNumber, ppp_level level, int32 addressFamily, uint32 overhead, KPPPInterface& interface, driver_parameter *settings, int32 flags, const char *type, KPPPOptionHandler *optionHandler) argument
/haiku/src/libs/posix_error_mapper/
H A Dpthread_thread.cpp52 WRAPPER_FUNCTION(int, pthread_setcanceltype, (int type, int *_oldType),
53 return B_TO_POSITIVE_ERROR(sReal_pthread_setcanceltype(type, _oldType));
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/tests/add-ons/translators/
H A DTranslatorTestAddOn.h15 uint32 type, uint32 group, float quality, float capability,
/haiku/src/tests/kits/app/bmessage/
H A DMessageMessengerItemTest.h28 static status_t AddData(BMessage& msg, const char* name, type_code type, argument
30 { return msg.AddData(name, type, data, size); }
47 static status_t FindData(BMessage& msg, const char* name, type_code type, argument
49 { return msg.FindData(name, type, index, data, size); }
/haiku/src/tools/
H A Dgenerate_attribute_stores.cpp34 type_code type; member in struct:attribute_entry
95 entry.type = info.type;
104 if (node.ReadAttr(nameBuffer, info.type, offset, copyBuffer,
/haiku/src/tools/restest/
H A DResourceItem.cpp37 ResourceItem::SetIdentity(type_code type, int32 id, const char* name) argument
39 fType = type;
77 ResourceItem::SetType(type_code type) argument
79 fType = type;
201 printf(" type : '%.4s' (0x%8lx)\n", typeName, fType);
/haiku/headers/private/kernel/arch/x86/32/
H A Diframe.h13 uint32 type; // iframe type member in struct:iframe
/haiku/headers/private/file_systems/
H A DQueryParserUtils.h47 int compareKeys(uint32 type, const void* key1, size_t length1,
/haiku/src/tests/kits/locale/
H A DUnicodeCharTest.h32 int type; member in struct:UnicodeCharTest::Result
/haiku/src/add-ons/tracker/mark_as/
H A DMarkAs.cpp95 BString type; local
98 && node.ReadAttrString("BEOS:TYPE", &type) == B_OK
99 && (type == B_MAIL_TYPE || type == B_PARTIAL_MAIL_TYPE)) {
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2util.h15 #define DEVICEFIELD type
/haiku/src/kits/debugger/value/value_nodes/
H A DAddressValueNode.cpp25 AddressType* type)
28 fType(type),
61 // get the value type
78 // create the type object
144 const BString& name, Type* type)
148 fType(type)
24 AddressValueNode(ValueNodeChild* nodeChild, AddressType* type) argument
143 AddressValueNodeChild(AddressValueNode* parent, const BString& name, Type* type) argument

Completed in 374 milliseconds

<<21222324252627282930>>