Searched refs:Name (Results 201 - 225 of 841) sorted by relevance

1234567891011>>

/haiku/src/servers/app/font/
H A DFontFamily.h31 const char* Name() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsmethod.c3 * Module Name: dsmethod - Parser/Interpreter interface - control method parsing
226 AcpiPsSetName (Op, Node->Name.Integer);
305 WalkState->MethodNode->Name.Ascii, WalkState->MethodNode,
306 WalkState->OpInfo->Name, WalkState->Opcode));
336 ACPI_NAME Name = 0; local
367 Name = WalkState->MethodNode->Name.Integer;
371 Name = WalkState->DeferredNode->Name.Integer;
374 Status = AcpiGbl_ExceptionHandler (Status, Name,
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp75 PRINT("Index: `%s', type: %" B_PRIx32 "\n", Name().Data(), Type());
80 node->Name().Data(), node->Parent()->ID());
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.cpp27 fThreadNameView = AddDataView("Name:");
54 fThreadNameView->SetText(fThread->Name());
62 fTeamView->SetText(thread->GetTeam()->Name());
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPDevice.cpp63 if (Name())
64 strncpy(info->name, Name(), PPP_HANDLER_NAME_LENGTH_LIMIT);
H A DKPPPOptionHandler.cpp21 \param name Name of the handler.
72 if (Name())
73 strncpy(info->name, Name(), PPP_HANDLER_NAME_LENGTH_LIMIT);
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DVolume.h44 const char* Name() const function in class:Volume
45 { return fSuperBlock.Name(); }
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageManager.cpp157 package->Name().String());
161 package->Name().String());
165 package->Name().String());
200 message.AddString(KEY_PACKAGE_NAME, package->Name());
214 message.AddString(KEY_PACKAGE_NAME, package->Name());
235 message.AddString(KEY_PACKAGE_NAME, package->Name());
466 return window->AddLocationChanges(repository.Name(),
493 status_t result = Solver()->FindPackages(package->Name(), flags, packages);
497 if (solverPackage->Name() != package->Name())
[all...]
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp42 if (left.Name() != right.Name())
43 return left.Name() < right.Name();
108 const BString& name = fPackageInfo.Name();
355 printf("keeping '%s-%s'\n", infoIter->first.Name().String(),
374 printf("dropped '%s-%s'\n", infoIter->first.Name().String(),
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp118 directory->Name(),directory->BlockRun().allocation_group,directory->BlockRun().start,
243 strcpy(key,inode->Name());
280 if (*inode->Name())
281 fprintf(stderr," inode at (%ld, %d) name \"%s\" is not in index!\n",runs[i].allocation_group,runs[i].start,inode->Name());
301 fprintf(stderr," inode at (%ld, %d) name \"%s\" was obviously deleted, but the parent \"%s\" still contains it!\n",runs[i].allocation_group,runs[i].start,name,directory->Name());
307 fprintf(stderr," inode at (%ld, %d) was obviously deleted, and the parent \"%s\" obviously doesn't contain it anymore!\n",runs[i].allocation_group,runs[i].start,directory->Name());
310 fprintf(stderr," inode at (%ld, %d) was obviously deleted, but the parent \"%s\" is invalid and still contains it!\n",runs[i].allocation_group,runs[i].start,directory->Name());
325 fprintf(stderr," offset in index and inode offset doesn't match for inode \"%s\" at (%ld, %d)\n",inode->Name(),runs[i].allocation_group,runs[i].start);
353 printf(" inode \"%s\" at (%ld, %d) not found in duplicates!\n",inode->Name(),runs[i].allocation_group,runs[i].start);
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/parser/
H A Dpsargs.c3 * Module Name: psargs - Parse AML opcode arguments
275 * (Name is consumed from the AML.)
386 Arg->Common.Value.Name = Path;
429 Node->Name.Ascii, Node, MethodDesc, Path));
440 NameOp->Common.Value.Name = Path;
516 Arg->Common.Value.Name = Path;
608 Arg->Common.Value.Name = AcpiPsGetNextNamestring (ParserState);
643 UINT32 Name; local
709 ACPI_MOVE_32_TO_32 (&Name, ParserState->Aml);
710 AcpiPsSetName (Field, Name);
[all...]
/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp50 return HashKey(value->type->Name());
55 return key == value->type->Name();
196 const BString& name = type->Name();
223 if (type->Name().Length() > 0)
242 if (typeEntry->type->Name().Length() > 0)
/haiku/src/preferences/network/
H A DInterfaceAddressView.cpp173 fSettings.GetInterface(fInterface.Name(), settings);
183 if (interface == NULL || strcmp(interface, fInterface.Name()) != 0)
213 fSettings.GetInterface(fInterface.Name(), interfaceSettings);
274 fSettings.GetInterface(fInterface.Name(), interface);
277 settings.SetName(fInterface.Name());
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp67 fErrorName(repository.Name()),
90 fErrorName(fRepository.Name()),
103 fErrorName(errorName.IsEmpty() ? cache.Info().Name() : errorName),
109 fErrorName = fRepository.Name();
130 : (BString("package ") << info.Name()).String(),
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp157 HDTRACE("did populate data for [%s] (%s)", pkg->Name()->String(),
182 const BString packageName = *(pkg->Name());
228 ServerPkgDataUpdateProcess::Name() const function in class:ServerPkgDataUpdateProcess
295 "in (%6.3g secs)", Name(), itemListener->Count(), secs);
336 Name(), fDepotName.String());
H A DServerRepositoryDataUpdateProcess.cpp94 depot->Name().String(),
101 depot->Name().String(),
175 ServerRepositoryDataUpdateProcess::Name() const function in class:ServerRepositoryDataUpdateProcess
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp631 BNetworkDevice::Name() const function in class:BNetworkDevice
641 return do_request(request, Name(), SIOCGIFINDEX) == B_OK;
649 if (do_request(request, Name(), SIOCGIFINDEX) != B_OK)
660 if (do_request(request, Name(), SIOCGIFFLAGS) != B_OK)
678 if (do_request(request, Name(), SIOCGIFMEDIA) != B_OK)
690 return do_request(request, Name(), SIOCSIFMEDIA);
698 status_t status = do_request(request, Name(), SIOCGIFADDR);
784 listener = new ScanListener(Name());
797 status_t status = set_80211(Name(), IEEE80211_IOC_SCAN_REQ, &request,
804 status = set_80211(Name(), IEEE80211_IOC_HAIKU_COMPAT_WLAN_U
[all...]
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp90 expression.SetTo(expression.Name(), newOperator, bestProvides->Version());
125 ProvidesList& providesList = providesMap[resolvable->Name()];
148 ProvidesMap::iterator foundIt = providesMap.find(expression.Name());
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h49 const String& Name() const { return fName; } function in class:Node
158 return value->Name().Hash();
163 return key == value->Name();
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDriver.cpp77 ERROR("Skipped:%s [%#06x:%#06x]\n", cardInfos[idx].Name(),
101 cardInfos[idx].Name(), gNumCards);
105 TRACE("Found:%s [%#06x:%#06x]\n", cardInfos[idx].Name(),
/haiku/src/bin/
H A Deject.cpp32 fName = device->Name();
36 inline const char* Name() { return fName.String(); } function in class:RemovableDevice
119 printf(" %s\t\"%s\"\n", item->Path(), item->Name());
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp86 fileState.dwarfFile->Name());
98 fileState.dwarfFile->Name(), requiredPackage.String());
172 _packageName = package->Name();
/haiku/src/kits/debugger/value/value_nodes/
H A DBListValueNode.cpp38 virtual const BString& Name() const { return fName; }; function in class:BListValueNode::BListElementNodeChild
106 virtual const BString& Name() const { return fName; }; function in class:BListValueNode::BListItemCountNodeChild
228 if (baseType == NULL || baseType->Name() != "_PointerList_")
236 if (baseType == NULL || baseType->Name() != "BList")
243 if (strcmp(member->Name(), "fObjectList") == 0) {
259 } else if (strcmp(member->Name(), "fItemCount") == 0) {
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinator.cpp226 node->Process()->Name());
287 ProcessCoordinator::Name() const function in class:ProcessCoordinator
405 "[%s] not started", node->Process()->Name());
409 node->Process()->Name());
443 predecessorNode->Process()->Name(), process->Name());
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsaccess.c3 * Module Name: nsaccess - Top-level functions for accessing ACPI namespace
237 for (InitVal = AcpiGbl_PreDefinedNames; InitVal->Name; InitVal++)
243 if (!strcmp (InitVal->Name, "_OSI") && !AcpiGbl_CreateOsiMethod)
254 NewNode = AcpiNsCreateNode (*ACPI_CAST_PTR (UINT32, InitVal->Name));
277 * Name entered successfully. If entry in PreDefinedNames[] specifies
287 InitVal->Name));
361 if (strcmp (InitVal->Name, "_GL_") == 0)
537 * Name pointer is valid (and must be in internal name format)
579 /* Name is fully qualified, no search rules apply */
772 /* Name no
[all...]

Completed in 195 milliseconds

1234567891011>>