Lines Matching refs:B_PRId32

47 	TRACE("RegisterBuffer team = %" B_PRId32 ", bufferid = %" B_PRId32 "\n",
52 ERROR("failed to register buffer! team = %" B_PRId32 ", bufferid = %"
53 B_PRId32 "\n", team, bufferID);
73 TRACE("RegisterBuffer team = %" B_PRId32 ", area = %"
74 B_PRId32 ", offset = %" B_PRIuSIZE ", size = %" B_PRIuSIZE "\n",
80 ", team = %" B_PRId32 ", area = %" B_PRId32 ", offset = %"
102 TRACE("RegisterBuffer: done, bufferID = %" B_PRId32 "\n", info.id);
113 TRACE("UnregisterBuffer: team = %" B_PRId32 ", bufferID = %" B_PRId32 "\n",
119 B_PRId32 ", bufferID = %" B_PRId32 "\n", team, bufferID);
124 ERROR("UnregisterBuffer: failed to find team = %" B_PRId32 " belonging"
125 " to bufferID = %" B_PRId32 "\n", team, bufferID);
131 TRACE("UnregisterBuffer: team = %" B_PRId32 " removed from bufferID = %"
132 B_PRId32 "\n", team, bufferID);
138 TRACE("UnregisterBuffer: bufferID = %" B_PRId32 " removed\n", bufferID);
150 TRACE("BufferManager::CleanupTeam: team %" B_PRId32 "\n", team);
160 B_PRId32 " that has no teams\n", entry.key.GetHashCode());
179 printf(" buffer-id %" B_PRId32 ", area-id %" B_PRId32 ", offset %ld, "
186 printf("%" B_PRId32 ", ", *teamIterator);
201 TRACE("BufferManager::_CloneArea() area %" B_PRId32 " has already"
202 " been cloned (id %" B_PRId32 ")\n", area, info->clone);
213 TRACE("BufferManager::_CloneArea() cloned area %" B_PRId32 ", clone id %"
214 B_PRId32 "\n", area, clonedArea);
243 "for id %" B_PRId32 " (clone %" B_PRId32 ")\n", source, clone);
249 B_PRId32 " (source %" B_PRId32 ")\n", clone, source);
256 B_PRId32 " (source %" B_PRId32 ")\n", clone, source);