Home
last modified time | relevance | path

Searched refs:targetId (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp909 Id targetId; in _AddProblem() local
914 switch (solver_ruleinfo(fSolver, ruleId, &sourceId, &targetId, in _AddProblem()
999 targetPackage = _GetPackage(targetId); in _AddProblem()
1041 Id targetId; in _AddSolution() local
1043 solutionId, elementId, &sourceId, &targetId); in _AddSolution()
1047 status_t error = _AddSolutionElement(solution, sourceId, targetId); in _AddSolution()
1057 LibsolvSolver::_AddSolutionElement(Solution* solution, Id sourceId, Id targetId) in _AddSolutionElement() argument
1065 targetId += fSolver->pooljobcnt; in _AddSolutionElement()
1067 Id how = fSolver->job.elements[targetId - 1]; in _AddSolutionElement()
1068 Id what = fSolver->job.elements[targetId]; in _AddSolutionElement()
[all …]
H A DLibsolvSolver.h112 Id sourceId, Id targetId);
/haiku/src/kits/midi2/
H A DMidiLocalConsumer.cpp367 int32 targetId = *((uint32*) (buffer + 4)); in EventThread() local
371 if (targetId == fId) { // only if we are the destination in EventThread()
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAModule.cpp92 ata_sim_reset_device(scsi_sim_cookie cookie, uchar targetId, uchar targetLun) in ata_sim_reset_device() argument