Searched refs:instance (Results 26 - 50 of 51) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrlist.c198 ale->instance = attr->instance;
H A Dlayout.h393 /* 40*/ le16 next_attr_instance; /* The instance number that will be
398 NOTE: The first instance number is always 0.
468 /* 40*/ le16 next_attr_instance; /* The instance number that will be
473 NOTE: The first instance number is always 0.
741 /* 14*/ le16 instance; /* The instance of this attribute record. This member in struct:__anon29
1001 * name (if present), third by instance number. The extents of one
1003 * extent. They are ordered by lowest_vcn and have their instance set to zero.
1045 /* 24*/ le16 instance; /* If lowest_vcn = 0, the instance o member in struct:__anon38
[all...]
H A Dinode.c1184 ale->instance = ctx->attr->instance;
H A Dattrib.c3309 * the attribute instance numbers for example which become
3332 if (al_entry->instance != a->instance)
4166 a->instance = m->next_attr_instance;
4302 a->instance = m->next_attr_instance;
4979 nctx->attr->instance = nctx->mrec->next_attr_instance;
4989 ctx->al_entry->instance = nctx->attr->instance;
/haiku/src/kits/shared/
H A DBarberPole.cpp62 static status_t _StartSpinLoop(void* instance) argument
64 static_cast<MachineRoom*>(instance)->_SpinLoop();
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp351 FunctionInstance* instance = fSelectedFrame->Function(); local
352 if (instance != NULL) {
354 = instance->GetFunctionDebugInfo();
/haiku/headers/os/drivers/pcmcia/
H A Dds.h51 struct dev_link_t *instance; member in struct:bind_info_t
/haiku/headers/private/libroot/locale/
H A DLocaleBackend.h193 static void DestroyBackend(LocaleBackend* instance);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp272 if (UserBreakpointInstance* instance
274 data.SetToFormat("%#" B_PRIx64, instance->Address());
H A DSourceView.cpp1922 FunctionInstance* instance = fSourceView->fStackFrame->Function();
1923 if (instance == NULL)
1926 FileSourceCode* code = instance->GetFunction()->GetSourceCode();
2132 FunctionInstance* instance = fStackFrame->Function(); local
2133 if (instance == NULL)
2138 if (instance->SourceCodeState()
2140 fListener->FunctionSourceCodeRequested(instance, true);
2144 code = instance->GetSourceCode();
2146 Function* function = instance->GetFunction();
2150 fListener->FunctionSourceCodeRequested(instance, fals
[all...]
H A DVariablesView.cpp3248 FunctionInstance* instance = fStackFrame->Function(); local
3249 if (instance == NULL)
3252 FunctionID* id = instance->GetFunctionID();
/haiku/src/system/libroot/add-ons/icu/
H A DICULocaleBackend.cpp34 DestroyInstance(LocaleBackend* instance) argument
36 delete instance;
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPIPrivate.h158 status_t (*get_table)(const char *signature, uint32 instance,
255 status_t get_table(const char* signature, uint32 instance, void** tableHeader);
H A DBusManager.cpp833 get_table(const char* signature, uint32 instance, void** tableHeader) argument
835 return AcpiGetTable((char*)signature, instance,
/haiku/headers/os/interface/
H A DFont.h286 status_t LoadFont(const char* path, uint16 index, uint16 instance);
290 size_t size, size_t offset, uint16 index, uint16 instance);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp2071 TRACE_CONTROL(" function instance: %p\n", functionInstance);
2120 FunctionInstance* instance = it.Next();) {
2121 TRACE_CONTROL(" function instance %p: range: %#" B_PRIx64 " - %#"
2122 B_PRIx64 "\n", instance, instance->Address(),
2123 instance->Address() + instance->Size());
2125 // get the breakpoint address for the instance
2127 if (instance == functionInstance) {
2133 functionDebugInfo = instance
[all...]
H A DDebugReportGenerator.cpp665 FunctionInstance* instance = NULL; local
684 instance = info->FunctionAtAddress(instructionPointer);
685 if (instance == NULL) {
694 DisassembledCode* code = instance->GetSourceCode();
697 status_t error = fTeam->DebugInfo()->DisassembleFunction(instance,
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c467 int socket, instance, status; member in struct:stab_t
486 stab[nstab].driver, &stab[nstab].instance,
515 eprintf("INSTANCE", "%d", s->instance);
/haiku/headers/os/drivers/
H A DACPI.h294 status_t (*get_table)(const char *signature, uint32 instance,
/haiku/src/kits/interface/
H A DFont.cpp1467 BFont::LoadFont(const char* path, uint16 index, uint16 instance) argument
1473 link.Attach<uint16>(instance);
1497 BFont::LoadFont(const area_id fontAreaID, size_t size, size_t offset, uint16 index, uint16 instance) argument
1507 link.Attach<uint16>(instance);
/haiku/headers/cpp/
H A Dpthread_alloc105 static void _S_destructor(void *instance);
/haiku/src/kits/debugger/model/
H A DTeam.cpp454 UserBreakpointInstance* instance = it.Next();) {
455 breakpoints.AddItem(instance->GetUserBreakpoint());
594 TRACE_CODE(" -> no function instance\n");
598 // If the function instance has disassembled code attached, we can get the
656 // Get some function instance and ask its image debug info to provide us
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_media.h411 #define IFM_MAKEWORD(type, subtype, options, instance) \
412 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))
/haiku/src/servers/app/
H A DServerApp.cpp1585 // 3) uint16 - instance
1602 uint16 index, instance; local
1605 link.Read<uint16>(&instance);
1607 status_t status = fAppFontManager->AddUserFontFromFile(fontPath, index, instance,
1641 // 5) uint16 - instance
1660 uint16 index, instance; local
1666 link.Read<uint16>(&instance);
1715 status = fAppFontManager->AddUserFontFromMemory(fontData, size, index, instance,
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1252 a->instance = m->next_attr_instance;
1445 a->instance = m->next_attr_instance;
1592 a->instance = m->next_attr_instance;

Completed in 149 milliseconds

123