Searched refs:it (Results 1 - 25 of 325) sorted by last modified time

1234567891011>>

/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp1019 // create replicant dragger and add it as the new child 0
1287 for (PackageCreditMap::iterator it = fPackageCredits.begin();
1288 it != fPackageCredits.end(); it++) {
1290 delete it->second;
1344 // sys-info handles height because it may be a replicant
1981 .SetURL("http://www.xdp.it"));
2130 // attach it to a FILE
2205 for (PackageCreditMap::iterator it = fPackageCredits.begin();
2206 it !
[all...]
/haiku/headers/private/kernel/util/
H A DVectorMap.h183 Iterator it(*this);
185 return it;
196 Iterator it(*this);
198 return it;
275 types only the pointer is destroyed, not the object it points to.
385 one (End(), if it was the last element that has been
434 otherwise it is equal to End() and must not be dereferenced!
450 otherwise it is equal to End() and must not be dereferenced!
466 entry, i.e. it must not be dereferenced!
482 entry, i.e. it mus
[all...]
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmixer.c48 /* mute is special -- when it's 0x01, it means enable... */
92 /* mixer_dev * it = NULL; */
118 mixer_dev * it = (mixer_dev *)cookie; local
120 atomic_add(&it->open_count, -1);
261 mixer_dev * it = (mixer_dev *)cookie; local
273 gather_info(it, ((cmedia_pci_level_cmd *)data)->data,
278 disperse_info(it, ((cmedia_pci_level_cmd *)data)->data,
/haiku/src/tools/fs_shell/
H A Dfssh.cpp236 CommandMap::const_iterator it = fCommands.find(name); local
237 if (it == fCommands.end())
240 return it->second;
247 for (CommandMap::const_iterator it = fCommands.begin();
248 it != fCommands.end(); ++it) {
249 const char* name = it->first.c_str();
250 Command* command = it->second;
487 // try to create it.
960 // if it i
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp168 for (PackageSet::const_iterator it = packagesAlreadyAdded.begin();
169 it != packagesAlreadyAdded.end(); ++it) {
170 Package* package = fVolumeState->FindPackage((*it)->FileName());
174 for (PackageSet::const_iterator it = packagesAlreadyRemoved.begin();
175 it != packagesAlreadyRemoved.end(); ++it) {
176 Package* package = fVolumeState->FindPackage((*it)->FileName());
226 // processing, since it's usually an internal to package_daemon
227 // operation and there is no external client to clean it u
[all...]
H A DVolume.cpp332 // create the admin directory, if it doesn't exist yet
355 // empty transaction directory and then never have it cleaned up when
358 for (PackageNodeRefHashTable::Iterator it =
359 fActiveState->ByNodeRefIterator(); it.HasNext();) {
360 Package* package = it.Next();
379 for (PackageNodeRefHashTable::Iterator it =
380 fActiveState->ByNodeRefIterator(); it.HasNext();) {
381 Package* package = it.Next();
412 for (PackageFileNameHashTable::Iterator it
413 = fLatestState->ByFileNameIterator(); it
932 PackageSet::iterator it = fPackagesToBeDeactivated.find(package); local
977 PackageSet::iterator it = fPackagesToBeActivated.find(package); local
[all...]
/haiku/src/apps/haikudepot/model/
H A DModel.cpp272 std::vector<DepotInfoRef>::iterator it; local
273 for (it = fDepots.begin(); it != fDepots.end(); it++) {
274 DepotInfoRef depotInfoRef = *it;
322 std::vector<DepotInfoRef>::const_iterator it; local
323 for (it = fDepots.begin(); it != fDepots.end(); it++) {
324 DepotInfoRef aDepot = *it;
349 std::vector<DepotInfoRef>::iterator it; local
881 std::vector<ModelListenerRef>::const_iterator it; local
893 std::vector<ModelListenerRef>::const_iterator it; local
933 std::vector<RatingStabilityRef>::const_iterator it; local
954 std::vector<RatingStabilityRef>::const_iterator it; local
996 std::vector<CategoryRef>::const_iterator it; local
1016 std::vector<CategoryRef>::iterator it; local
1050 std::vector<ModelListenerRef>::const_iterator it; local
[all...]
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp1038 // wait for any transfers that might have made it before canceling
1042 // notify the finisher so it can clean up the canceled transfers
1186 transfer_data *it = fFirstTransfer; local
1187 while (it) {
1188 if (it->transfer && it->transfer->TransferPipe() == transfer->TransferPipe()
1189 && it->transfer->IsFragmented()) {
1197 it = it->link;
1380 // TODO: We don't consider bInterval, and assume it'
[all...]
H A Dohci.cpp460 // according to the OHCI spec, but without it some controllers don't start.
515 // otherwise it will occasionally report 0 ports.
699 // this endpoint, wait for it to finish
754 // wait for any transfers that might have made it before canceling
758 // notify the finisher so it can clean up the canceled transfers
981 // Disable the interrupt as it will otherwise be retriggered until the
983 // TODO: renable it once we use status changes instead of polling
1188 // to know, as when it was halted by another td this
1236 // it doesn't get canceled while we still process it
1578 transfer_data *it = fFirstTransfer; local
[all...]
H A Dehci.cpp1255 TRACE("isochronous created itd, filling it with phy %" B_PRIxPHYSADDR
1543 // then reset it
1673 transfer_data *it = fFirstTransfer; local
1674 while (it) {
1675 if (it->transfer && it->transfer->TransferPipe() == transfer->TransferPipe()
1676 && it->transfer->IsFragmented()) {
1684 it = it->link;
1794 // wait for any transfers that might have made it befor
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp591 for (VirtualBusMap::Iterator it = fVirtualBusMap.Begin();
592 it != fVirtualBusMap.End(); ++it) {
593 if (it->Value() == value) {
594 *virtualBus = it->Key();
1751 // when it's non zero
/haiku/src/system/kernel/vm/
H A Dvm.cpp600 // It also makes sense to move it from the inactive to the active, since
601 // otherwise the page daemon wouldn't come to keep track of it (in idle
602 // mode) -- if the page isn't touched, it will be deactivated after a
664 area, it is deleted. If it covers the beginning or the end, the area is
666 area, it is split in two; in this case the second area is returned via
700 // If no one else uses the area's cache and it's an anonymous cache, we can
701 // resize or split it, too.
856 // Don't unlock the cache yet because we might have to resize it
891 // Now we can unlock it
3714 VMAreasTree::Iterator it = VMAreas::GetIterator(); local
3751 VMAreasTree::Iterator it = VMAreas::GetIterator(); local
[all...]
/haiku/src/kits/tracker/
H A DPoseView.cpp767 // because it gets saved on the boot disk but the above checks
911 std::set<thread_id>::iterator it; local
912 for (it = addPosesThreads.begin(); it != addPosesThreads.end(); it++) {
914 wait_for_thread(*it, NULL);
1268 // the entries that it adds
1306 // Also, this class represents the entire BMessenger, not just it's
1712 // want it on the desktop or in the disks window.
1854 // the viewBounds top, it mean
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp362 // report an error (in which case we're not responsible for freeing it)
420 // We couldn't merge the fragments, so we need to add it as is
533 \return B_OK if everything went well; if it could reassemble the packet,
534 \a _buffer will point to its buffer, otherwise, it will be \c NULL.
623 // ext. headers like AuthHeader and DestOptions should go after it.
707 // we don't own the last buffer, so we don't have to free it
730 MulticastState::ValueIterator it = sMulticastState->Lookup(std::make_pair( local
733 while (it.HasNext()) {
734 IPv6GroupInterface* state = it.Next();
994 it mean
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp323 // report an error (in which case we're not responsible for freeing it)
381 // We couldn't merge the fragments, so we need to add it as is
534 \return B_OK if everything went well; if it could reassemble the packet, \a _buffer
535 will point to its buffer, otherwise, it will be \c NULL.
673 // we don't own the last buffer, so we don't have to free it
710 MulticastState::ValueIterator it = sMulticastState->Lookup(std::make_pair( local
715 while (it.HasNext()) {
716 IPv4GroupInterface* state = it.Next();
762 // buffer still has the IP header, and it won't in the
1095 it mean
[all...]
/haiku/src/system/kernel/
H A Dcondition_variable.cpp62 // care whether it is non-NULL, not what its specific value is.
115 // This section is critical because it can race with _NotifyLocked on the
116 // variable's thread, so we must not be interrupted during it.
123 // We thus cannot access fVariable, and must spin until it is cleared.
392 // Clear its variable and wait for it to acknowledge this in fEntriesCount,
393 // as it is the one responsible for decrementing that.
398 // will modify it while we are spinning, since we hold it at present.
411 // The thread is not in B_THREAD_WAITING state, so we must unblock it early,
412 // in case it trie
[all...]
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp52 won't drop to zero. A tty and the tty connected to it (master and slave)
285 for (RequestList::Iterator it = fRequests.GetIterator(); it.HasNext();) {
286 Request* request = it.Next();
297 for (RequestList::Iterator it = fRequests.GetIterator(); it.HasNext();) {
298 Request* request = it.Next();
308 RequestList::Iterator it = fRequests.GetIterator(); local
309 while (Request* request = it.Next())
505 // the writer queue of the target, it i
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp838 FUSENodeTable::Iterator it = fNodes.GetIterator(); local
839 while (FUSENode* node = it.Next()) {
843 // node is dirty -- we have to sync it
1661 // TODO do we really need it?
1745 // FIXME store this in the FileCookie for lowlevel streams, we'll need it in read, write...
1813 // but a subsequent `open` on the same node indicates that it is
1901 // no need to lock the cookie here, as no-one else uses it anymore
2260 // The request filler may or may not be used. If the filesystem decides that it has
2261 // already cached the directory, it can reply with an already filled buffer from a
2444 // attributes listing changed -- reread it
[all...]
/haiku/src/apps/haikudepot/util/
H A DStorageUtils.cpp222 std::vector<PathWithLastAccessTimestamp>::iterator it; local
225 for (it = pathAndTimestampses.begin(); it != pathAndTimestampses.end(); it++) {
226 PathWithLastAccessTimestamp pathAndTimestamp = *it;
231 for (it = pathAndTimestampses.begin(); it != pathAndTimestampses.end() - countLatestRetained; it++) {
232 PathWithLastAccessTimestamp pathAndTimestamp = *it;
288 /*! This method will check that it i
[all...]
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp359 // the process coordination has completed then it will detect this and
896 B_TRANSLATE("Would it be acceptable to send anonymous usage data to the"
951 std::vector<DepotInfoRef>::iterator it; local
955 for (it = depots.begin(); it != depots.end(); it++) {
956 DepotInfoRef depotInfoRef = *it;
1112 // if after loading everything in, it transpires that there are no
1143 /*! Sends off a message to the Window so that it can change the status view
1231 is a package to be updated. When the thread unblocks, it wil
1342 std::vector<DepotInfoRef>::iterator it; local
[all...]
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp636 // to screw up the list while iterating it.
640 std::vector<PackageInfoListenerRef>::iterator it; local
641 for (it = listeners.begin(); it != listeners.end(); it++) {
642 const PackageInfoListenerRef listener = *it;
H A DDepotInfo.cpp132 std::vector<PackageInfoRef>::const_iterator it local
138 if (it != fPackages.end()) {
139 PackageInfoRef candidate = *it;
150 std::vector<PackageInfoRef>::const_iterator it local
157 if (it != fPackages.end()) {
158 PackageInfoRef candidate = *it;
199 std::vector<PackageInfoRef>::const_iterator it; local
200 for (it = fPackages.begin(); it != fPackages.end(); it
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIControllerFDT.cpp40 for (uint32_t *it = (uint32_t*)prop; (uint8_t*)it - (uint8_t*)prop < propLen; it += 7) {
42 uint32_t type = B_BENDIAN_TO_HOST_INT32(*(it + 0));
43 uint64_t childAdr = B_BENDIAN_TO_HOST_INT64(*(uint64_t*)(it + 1));
44 uint64_t parentAdr = B_BENDIAN_TO_HOST_INT64(*(uint64_t*)(it + 3));
45 uint64_t len = B_BENDIAN_TO_HOST_INT64(*(uint64_t*)(it + 5));
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp165 for (uint32_t *it = (uint32_t*)prop; (uint8_t*)it - (uint8_t*)prop < propLen; it += 6) {
166 size_t i = (it - (uint32_t*)prop) / 6;
168 fInterruptMap[i].childAdr = B_BENDIAN_TO_HOST_INT32(*(it + 0));
169 fInterruptMap[i].childIrq = B_BENDIAN_TO_HOST_INT32(*(it + 3));
170 fInterruptMap[i].parentIrqCtrl = B_BENDIAN_TO_HOST_INT32(*(it + 4));
171 fInterruptMap[i].parentIrq = B_BENDIAN_TO_HOST_INT32(*(it + 5));
197 for (uint32_t *it = (uint32_t*)prop; (uint8_t*)it
[all...]
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp189 PackageInfoMap::iterator it = foundPackages.find( local
191 if (it != foundPackages.end())
192 modelInfo.SetTo(it->second);
207 // because then it will be possible to perform a rating on it later.
223 std::vector<DepotInfoRef>::iterator it; local
225 for (it = depots.begin(); it != depots.end(); it++) {
226 if ((*it)
290 std::vector<DepotInfoRef>::iterator it; local
356 PackageInfoMap::iterator it = systemInstalledPackages.find( local
[all...]

Completed in 157 milliseconds

1234567891011>>