Searched refs:problem (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO13 6)(???) Hang problem with DriveSetup #reproduced on clean system without SCSI...
34 27)(???) Looks like system ignores our CHECK_CONDITION (for example on handling 1e, 1b, 2a). Is it our problem?
37 #30) Try to workaround R5+patches=KDL problem. Ignore calls from 'sysinit2'?
51 44) Fix possible problem with READ_CAPACITY command. Some cameras produce "Generic OS Error" during mounting.
57 #-CDBurner's problem-50) Problems with 35h SYNCHRONIZE_CACHE command with CDBurner on FREECOM module.
60 #51) problem with SCSIProbe
/haiku/src/servers/package/
H A DProblemWindow.cpp49 Solution(BSolverProblem* problem, const BSolverProblemSolution* solution) argument
51 fProblem(problem),
231 ProblemWindow::_AddProblem(BSolverProblem* problem, argument
239 BStringView* problemView = new BStringView(NULL, problem->ToString());
247 int32 solutionCount = problem->CountSolutions();
249 const BSolverProblemSolution* solution = problem->SolutionAt(k);
271 fSolutions[solutionButton] = Solution(problem, solution);
275 "ignore problem for now"), new BMessage(kUpdateRetryButtonMessage));
H A DProblemWindow.h58 void _AddProblem(BSolverProblem* problem,
H A DVolume.cpp500 BSolverProblem* problem = solver->ProblemAt(i); local
501 INFORM(" %" B_PRId32 ": %s\n", i + 1, problem->ToString().String());
502 int32 solutionCount = problem->CountSolutions();
504 const BSolverProblemSolution* solution = problem->SolutionAt(k);
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp125 // print problem and possible solutions
126 BSolverProblem* problem = solver->ProblemAt(i); local
127 fprintf(stderr, "problem %" B_PRId32 ": %s\n", i + 1,
128 problem->ToString().String());
130 int32 solutionCount = problem->CountSolutions();
132 const BSolverProblemSolution* solution = problem->SolutionAt(k);
/haiku/src/bin/pkgman/
H A DPackageManager.cpp79 // print problem and possible solutions
80 BSolverProblem* problem = fSolver->ProblemAt(i); local
81 printf("problem %" B_PRId32 ": %s\n", i + 1,
82 problem->ToString().String());
84 int32 solutionCount = problem->CountSolutions();
86 const BSolverProblemSolution* solution = problem->SolutionAt(k);
100 printf("Please select a solution, skip the problem for now or quit.\n");
124 status_t error = fSolver->SelectProblemSolution(problem,
125 problem->SolutionAt(selected - 1));
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp149 Solution(::Id id, LibsolvSolver::Problem* problem) argument
153 fProblem(problem)
507 Problem* problem = static_cast<Problem*>(_problem);
509 problem->SetSelectedSolution(NULL);
514 if (solution->Problem() != problem)
517 problem->SetSelectedSolution(solution);
531 Problem* problem = fProblems.ItemAt(i); local
532 if (const Solution* solution = problem->SelectedSolution())
533 solver_take_solution(fSolver, problem->Id(), solution->Id(), fJobs);
1011 Problem* problem local
1030 _AddSolution(Problem* problem, Id solutionId) argument
[all...]
H A DLibsolvSolver.h69 BSolverProblem* problem,
110 status_t _AddSolution(Problem* problem, Id solutionId);
/haiku/headers/os/package/solver/
H A DSolver.h87 BSolverProblem* problem,
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp126 BSolverProblem* problem = fSolver->ProblemAt(i); local
127 printf("problem %" B_PRId32 ": %s\n", i + 1,
128 problem->ToString().String());
133 "will require a problem solution to be selected."));

Completed in 68 milliseconds