Searched refs:done (Results 1 - 25 of 171) sorted by path

1234567

/haiku/headers/cpp/
H A Dropeimpl.h113 goto done;
133 done:
/haiku/headers/libs/agg/
H A Dagg_conv_adaptor_vcgen.h92 bool done = false; local
93 while(!done)
148 done = true;
/haiku/headers/tools/cppunit/cppunit/
H A DTextTestProgressListener.h27 void done();
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay.c650 goto done;
918 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/busses/scsi/buslogic/
H A Dbuslogic.c113 bl->done = 1;
130 kprintf("buslogic_irq: CCB %08x (%08x) done, cc=0x%02x\n",
134 release_sem_etc(bl_ccb->done, 1, B_DO_NOT_RESCHEDULE);
331 bl->done = 0;
335 if(bl->done) {
552 /* d_printf("buslogic/%d: CCB %08x (%08xv) waiting on done\n",
554 acquire_sem(bl_ccb->done);
555 /* d_printf("buslogic/%d: CCB %08x (%08xv) done\n",
866 bl->ccb[i].done = create_sem(0, name);
H A Dbuslogic.h68 sem_id done; /* used by ISR for completion notification */ member in struct:_bl_ccb32
140 int done; /* command complete from ISR */ member in struct:__anon1413
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_attach.c126 * This has to be done separately from the above auto_stop flag setting,
3406 int i, done = 0, i_rx_gain = 32; local
3503 done = 1;
3512 if (done == 1)
H A Dar9300_eeprom.c3003 /* PAPRD is not done yet, Scale down the EEP power */
3013 /* PAPRD is done yet, so Scale down Power for PAPRD Rates*/
3988 goto done;
3996 goto done;
4018 goto done;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.c102 u_int ix, int done)
114 !done ? "" : (rs->rs_status == 0) ? " *" : " !",
138 u_int qnum, u_int ix, int done)
167 !done ? "" : (ts->ts_status == 0) ? " *" : " !");
201 u_int qnum, u_int ix, int done)
221 !done ? "" : (ts->ts_status == 0) ? " *" : " !");
244 u_int qnum, u_int ix, int done)
247 ath_printtxbuf_edma(sc, first_bf, qnum, ix, done);
249 ath_printtxbuf_legacy(sc, first_bf, qnum, ix, done);
254 const uint32_t *ds, u_int qnum, u_int ix, int done)
101 ath_printrxbuf(struct ath_softc *sc, const struct ath_buf *bf, u_int ix, int done) argument
137 ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf, u_int qnum, u_int ix, int done) argument
200 ath_printtxbuf_legacy(struct ath_softc *sc, const struct ath_buf *first_bf, u_int qnum, u_int ix, int done) argument
243 ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *first_bf, u_int qnum, u_int ix, int done) argument
253 ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *first_bf, const uint32_t *ds, u_int qnum, u_int ix, int done) argument
[all...]
H A Dif_ath_debug.h111 u_int qnum, u_int ix, int done);
113 const uint32_t *ds, u_int qnum, u_int ix, int done);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c1044 * started + scan done events before any traffic is
1390 goto done;
1403 goto done;
1417 done:
2126 goto done;
2135 goto done;
2149 done:
2184 goto done;
2194 goto done;
2200 goto done;
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c1827 * which is done with a firmware cmd. We also defer
1828 * starting the timers until that work is done.
2124 * Process a "command done" firmware notification. This is where we wakeup
2558 goto done; /* Interrupt not for us. */
2593 done:
3167 DPRINTF(sc, WPI_DEBUG_XMIT, "%s: done\n", __func__);
4194 * copy & paste of what is done in net80211.
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryIterator.cpp44 int32* countRead, bool* done)
47 *done = true;
43 ReadQuery(struct dirent* buffer, size_t bufferSize, int32 count, int32* countRead, bool* done) argument
H A DQueryIterator.h27 int32* countRead, bool* done);
H A DShareNode.cpp382 RemoteShareDirIterator::SetDone(bool done) argument
384 fDone = done;
H A DShareNode.h129 void SetDone(bool done);
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()
/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
H A DTaskManager.h26 void SetDone(bool done);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandle.h103 int32 count, int32* countRead, bool *done);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DTaskManager.cpp66 Task::SetDone(bool done) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c689 int done = 0; local
764 done = 1;
772 if (done) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp321 bool done = false; local
322 while (!done) {
362 done = true;
/haiku/src/apps/cortex/NodeManager/
H A DNodeSyncThread.cpp155 bool done = false; local
156 while(!done) {

Completed in 236 milliseconds

1234567