Searched refs:package (Results 126 - 150 of 452) sorted by last modified time

1234567891011>>

/haiku/src/system/kernel/arch/ppc/
H A Darch_system_info.cpp74 node->data.package.vendor = sCPUVendor;
75 node->data.package.cache_line_size = CACHE_LINE_SIZE;
/haiku/src/system/kernel/arch/m68k/
H A Darch_system_info.cpp34 node->data.package.vendor = B_CPU_VENDOR_MOTOROLA;
35 node->data.package.cache_line_size = CACHE_LINE_SIZE;
/haiku/src/system/kernel/arch/arm/
H A Darch_system_info.cpp37 //TODO node->data.package.vendor = sCPUVendor;
38 node->data.package.cache_line_size = CACHE_LINE_SIZE;
/haiku/data/bin/
H A Dinstall-wifi-firmwares.sh290 license to use the package unless these terms are agreed to."
319 package create -C system -i .PackageInfo wifi_firmwares-1-any.hpkg
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.cpp14 #include <package/Context.h>
15 #include <package/manager/Exceptions.h>
16 #include <package/PackageRoster.h>
17 #include <package/RefreshRepositoryRequest.h>
H A DLocalRepositoryUpdateProcess.h18 #include <package/Context.h>
19 #include <package/PackageRoster.h>
20 #include <package/RepositoryCache.h>
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.h12 #include <package/solver/Solver.h>
13 #include <package/solver/SolverProblemSolution.h>
102 Id _GetSolvable(BSolverPackage* package) const;
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp29 #include <package/manager/Exceptions.h>
30 #include <package/solver/SolverPackage.h>
31 #include <package/solver/SolverProblem.h>
32 #include <package/solver/SolverProblemSolution.h>
61 "for package updates.");
162 "install {0, plural, one{# updated package} "
H A DUpdateManager.h15 #include <package/DaemonClient.h>
16 #include <package/manager/PackageManager.h>
H A DUpdateAction.cpp14 #include <package/manager/Exceptions.h>
H A DCheckAction.cpp14 #include <package/manager/Exceptions.h>
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp17 #include <package/RepositoryCache.h>
18 #include <package/manager/Exceptions.h>
19 #include <package/manager/RepositoryBuilder.h>
20 #include <package/solver/Solver.h>
21 #include <package/solver/SolverPackageSpecifier.h>
22 #include <package/solver/SolverPackageSpecifierList.h>
23 #include <package/solver/SolverProblem.h>
24 #include <package/solver/SolverProblemSolution.h>
25 #include <package/solver/SolverRepository.h>
26 #include <package/solve
155 BSolverPackage* package = element->Package(); local
[all...]
/haiku/src/kits/package/
H A DRepositoryConfig.cpp11 #include <package/RepositoryConfig.h>
H A DActivateRepositoryConfigJob.cpp11 #include <package/ActivateRepositoryConfigJob.h>
13 #include <package/Context.h>
14 #include <package/RepositoryConfig.h>
15 #include <package/RepositoryInfo.h>
H A DRefreshRepositoryRequest.cpp10 #include <package/RefreshRepositoryRequest.h>
18 #include <package/ActivateRepositoryCacheJob.h>
19 #include <package/ChecksumAccessors.h>
20 #include <package/ValidateChecksumJob.h>
21 #include <package/RepositoryCache.h>
22 #include <package/RepositoryConfig.h>
23 #include <package/PackageRoster.h>
/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp15 #include <package/RepositoryConfig.h>
16 #include <package/RepositoryInfo.h>
/haiku/src/bin/pkgman/
H A Dcommand_list_repos.cpp18 #include <package/RepositoryCache.h>
19 #include <package/RepositoryConfig.h>
20 #include <package/PackageInfo.h>
21 #include <package/PackageRoster.h>
22 #include <package/RepositoryInfo.h>
41 "Lists all configured package repositories.\n"
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp14 #include <package/hpkg/PackageInfoAttributeValue.h>
15 #include <package/hpkg/RepositoryContentHandler.h>
16 #include <package/hpkg/RepositoryReader.h>
17 #include <package/hpkg/StandardErrorOutput.h>
18 #include <package/PackageInfo.h>
19 #include <package/RepositoryInfo.h>
47 printf("package-attributes:\n");
53 printf("*** Invalid package attribute section: unexpected "
54 "package attribute id %d encountered\n", value.attributeID);
/haiku/headers/os/package/
H A DRepositoryInfo.h14 #include <package/PackageArchitecture.h>
/haiku/src/apps/installer/
H A DPackageViews.cpp20 #include <package/PackageInfo.h>
65 Package *package = new Package(path);
66 package->fName = info.Name();
67 package->fDescription = info.Summary();
94 package->SetGroupName(group);
95 package->SetSize(size);
96 package->SetAlwaysOn(alwaysOn);
97 package->SetOnByDefault(onByDefault);
106 package->SetIcon(new BBitmap(&msg));
109 return package;
247 Package* package = static_cast<Package*>(item); local
[all...]
/haiku/src/system/boot/platform/openfirmware/
H A Dnetwork.cpp106 intptr_t package = of_instance_to_package(fHandle); local
109 int bytesRead = of_getprop(package, "local-mac-address", &fMACAddress,
184 intptr_t package = of_finddevice("/options"); local
185 bytesRead = of_getprop(package, "default-client-ip",
H A Dsupport.cpp24 /** given the package provided, get the number of cells
29 of_address_cells(intptr_t package) { argument
31 if (of_getprop(package, "#address-cells",
40 of_size_cells(intptr_t package) { argument
42 if (of_getprop(package, "#size-cells",
/haiku/src/system/boot/platform/u-boot/arch/ppc/
H A Darch_mmu.cpp80 int32 of_address_cells(int package);
81 int32 of_size_cells(int package);
191 int package; local
194 package = of_finddevice("/memory");
196 package = of_instance_to_package(memory);
197 if (package == OF_FAILED)
225 int count = of_getprop(package, "reg", regions, sizeof(regions));
255 int count = of_getprop(package, "reg", regions, sizeof(regions));
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp83 int package = of_instance_to_package(memory); local
110 int count = of_getprop(package, "reg", regions, sizeof(regions));
140 int count = of_getprop(package, "reg", regions, sizeof(regions));
/haiku/src/system/boot/loader/
H A Dpackage_support.h32 status_t SetSystemPackage(const char* package);

Completed in 105 milliseconds

1234567891011>>