Searched refs:done (Results 126 - 150 of 171) sorted by relevance

1234567

/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp459 bool done; local
461 done = true;
467 done = false;
471 } while (!done);
559 TRACE("MemoryManager::Allocate() done: %p (meta chunk: %d, chunk %d)\n",
685 TRACE("MemoryManager::AllocateRaw() done: %p (meta chunk: %d, chunk %d)\n",
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp2262 // previous run. So, we can't rely on any updates done to the cookie by that function.
2926 bool done; local
2929 status_t error = iterator.LockNext(&done, &volumeUnlocked);
2941 } while (!done);
3065 bool done; local
3068 status_t error = iterator.LockNext(&done, &volumeUnlocked);
3096 } while (!done);
3106 bool done; local
3109 status_t error = iterator.LockNext(&done, &volumeUnlocked);
3141 } while (!done);
[all...]
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c650 goto done;
918 done:
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_qpair.c378 goto done;
406 done:
/haiku/src/apps/tv/
H A DMainWin.cpp374 goto done;
397 done:
398 printf("MainWin::SelectInterface done:\n");
/haiku/src/system/kernel/
H A Delf.cpp1591 goto done;
1597 goto done;
1608 done:
2113 TRACE(("elf_load: done!\n"));
2161 goto done;
2400 done:
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c698 goto done;
725 done:
762 * operations will be done with 64-bit transfers, which will fail
864 goto done;
893 goto done;
916 done:
2473 * This is done in case the transmitter has gone idle.
2830 * attempt. This is according to testing done with an 8169
3012 * 'TX done' interrupts are disabled. Instead, we reset the
3924 /* Config register write done
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c190 * access to /Users/Public should be done by defining interactive users
829 * (should probably be done for other SIDs)
1142 BOOL done; local
1154 done = TRUE;
1163 done = FALSE;
1172 } while (!done);
1177 done = TRUE;
1188 done = FALSE;
1198 } while (!done);
H A Dattrib.c664 BOOL done; local
680 done = FALSE;
708 done = TRUE;
715 done = TRUE;
717 } while (rl && !done && (needed < last_vcn));
725 if (done && newrunlist && (needed < last_vcn)) {
996 /* Sanity checking arguments is done in ntfs_attr_pread(). */
1507 * No cluster allocation is needed, this will be done later in
1953 * new allocations have to be done before proceeding,
2243 * This is done eve
[all...]
H A Dindex.c829 goto done;
868 goto done;
891 done:
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c694 goto done;
711 goto done;
867 done:
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_sta.c414 case IEEE80211_S_AUTH: /* when join is done in fw */
1029 * on so that configuration of these can be done
1257 goto done;
1277 goto done;
1312 done:
1324 * this is only done to start the scan. We assume that any
H A Dieee80211_ht.c1728 * required channel change is done (e.g. in sta mode when
1749 goto done;
1788 goto done;
1829 done:
2009 * This is done after a call to ieee80211_ht_updateparams()
2230 * If software aggregation and per-TID queue management was done here,
3516 * Eventually (once the protection modes are done per-channel
H A Dieee80211_output.c527 * NB: This must be done before ieee80211_classify as
838 * NB: This must be done before ieee80211_classify as
1215 goto done;
1244 goto done;
1251 goto done;
1333 done:
1341 * Drivers and cipher modules assume we have done the necessary work
1356 * When crypto is being done in the host we must insure
2005 * need only clear it on the last fragment (done below).
2375 * Handle lazy construction of ie. This is done o
[all...]
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp342 // this nodes operates in recording mode, so set it (will be done
524 * - after we are done, the format may still contain wildcards.
2106 // printf("GetNextAudioChunk: done start_time %lld\n", mh->start_time);
2148 goto done;
2153 goto done;
2158 goto done;
2161 done:
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp1691 bool done = false; local
1698 done = true;
1717 PRINT("ReadDir done: volume: %" B_PRId32 ", "
1728 reply.done = (result != B_OK || done);
1985 bool done = true; local
1991 &countRead, &done);
/haiku/src/kits/interface/
H A DTextView.cpp4026 bool done = false; local
4035 while (offset < limit && !done) {
4056 // found a newline, we're done!
4057 done = true;
4070 done ? delta - 1 : delta, &ascent, &descent);
4075 done = true;
/haiku/src/build/libgnuregex/
H A Dregex.c91 static int done = 0; local
93 if (done)
109 done = 1;
1822 we're all done, the pattern will look like:
2224 appropriate translation is done in the bit-setting loop below. */
2361 of 0 + -1 isn't done as unsigned. */ \
2568 bufp->fastmap_accurate = 1; /* It will be when we're done. */
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c724 goto done;
766 goto done;
778 done:
1286 TRACE("open_query: request_open done\n");
1291 TRACE("open_query: request_process done\n");
1320 qn->qcompleted = 1; /* tell other cookies we're done */
/haiku/headers/cpp/
H A Dropeimpl.h113 goto done;
133 done:
/haiku/src/add-ons/kernel/busses/scsi/53c8xx/
H A D53c8xx.c416 kp("sym: done %08x\n",s->active);
512 goto done;
706 done:
1296 sprintf(name,"sym%ld:%02d:done",s->num,i);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h859 visitor->Visit(this, done);
864 bool done; member in struct:ReadDirReply
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp401 // wait for warmup (Can be done anytime before enabling port)
405 // 3. If enabling CPU embedded DisplayPort A: (Can be done anytime
414 // 4. If enabling port on PCH: (Must be done before enabling CPU pipe
429 // (Can be done anytime before enabling CPU pipe)
435 // (Can be done anytime before enabling CPU pipe)
457 c. Configure and enable PCH DPLL, wait for PCH DPLL warmup (Can be done anytime before enabling
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c3519 /* Deaggregation is done in hardware. */
4128 goto done;
4138 done:
5998 DPRINTF(("%s: command 0x%x done\n", __func__, code));
6499 goto done;
6505 goto done;
6509 done:
6902 * copy & paste of what is done in net80211.
7615 goto done;
7620 goto done;
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp410 PRINT(("ShareVolume::PrepareToUnmount() done\n"));
882 // done for ShareAttrDir) and clear it at this point. Currently continuity
1431 // If no AttrDirInfo was supplied, we just save the cookie and be done.
1484 // if this is a local iterator, we just delete it and be done
2123 iterator->SetDone(reply->done);
2147 if (reply->done && directory->GetEntryRemovedEventRevision()

Completed in 351 milliseconds

1234567