Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 180) sorted by relevance

12345678

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Diter.c65 svn_iter_apr_hash(svn_boolean_t *completed, in svn_iter_apr_hash() argument
83 if (completed) in svn_iter_apr_hash()
84 *completed = !error_received; in svn_iter_apr_hash()
118 if (completed) in svn_iter_apr_hash()
119 *completed = ! err; in svn_iter_apr_hash()
140 svn_iter_apr_array(svn_boolean_t *completed, in svn_iter_apr_array() argument
159 if (completed) in svn_iter_apr_array()
160 *completed = ! err; in svn_iter_apr_array()
Dcache.c135 svn_cache__iter(svn_boolean_t *completed, in svn_cache__iter() argument
147 return (cache->vtable->iter)(completed, in svn_cache__iter()
Dcache.h54 svn_error_t *(*iter)(svn_boolean_t *completed,
/freebsd-10-stable/sys/dev/ida/
Dida_pci.c75 bus_addr_t completed; in ida_v3_done() local
77 completed = ida_inl(ida, R_DONE_FIFO); in ida_v3_done()
78 if (completed == -1) { in ida_v3_done()
81 return (completed); in ida_v3_done()
115 bus_addr_t completed; in ida_v4_done() local
117 completed = ida_inl(ida, R_42XX_REPLY); in ida_v4_done()
118 if (completed == -1) in ida_v4_done()
121 return (completed); in ida_v4_done()
Dida_eisa.c92 bus_addr_t completed; in ida_v1_done() local
99 completed = ida_inl(ida, R_EISA_COMPLETE_ADDR); in ida_v1_done()
103 if (completed != 0) { in ida_v1_done()
106 ((completed & ~3) - ida->hwqcb_busaddr)); in ida_v1_done()
110 return (completed); in ida_v1_done()
Dida.c562 bus_addr_t completed; in ida_wait() local
577 while ((completed = ida->cmd.done(ida)) == 0) { in ida_wait()
585 qcb_done = idahwqcbptov(ida, completed & ~3); in ida_wait()
597 bus_addr_t completed; in ida_intr() local
607 while ((completed = ida->cmd.done(ida)) != 0) { in ida_intr()
608 qcb = idahwqcbptov(ida, completed & ~3); in ida_intr()
612 "ignoring completion %jx\n", (intmax_t)completed); in ida_intr()
616 if ((completed & 3) && (qcb->hwqcb->req.error == 0)) in ida_intr()
/freebsd-10-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
Dtdint.c154 bit32 completed = 0; in tiCOMDelayedInterruptHandler() local
167 completed = saDelayedInterruptHandler(agRoot, channelNum, count); in tiCOMDelayedInterruptHandler()
169 if(completed == 0) in tiCOMDelayedInterruptHandler()
177 return(completed); in tiCOMDelayedInterruptHandler()
/freebsd-10-stable/contrib/gcclibs/libgomp/
Dwork.c189 unsigned completed; in gomp_work_share_end_nowait() local
201 completed = __sync_add_and_fetch (&ws->threads_completed, 1); in gomp_work_share_end_nowait()
204 completed = ++ws->threads_completed; in gomp_work_share_end_nowait()
208 if (completed == team->nthreads) in gomp_work_share_end_nowait()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_iter.h74 svn_iter_apr_hash(svn_boolean_t *completed,
110 svn_iter_apr_array(svn_boolean_t *completed,
/freebsd-10-stable/sys/dev/sfxge/common/
Defx_tx.c79 __in unsigned int completed,
106 __in unsigned int completed,
373 __in unsigned int completed, in efx_tx_qpost() argument
383 n, completed, addedp)) != 0) in efx_tx_qpost()
536 __in unsigned int completed, in efx_tx_qpio_post() argument
546 if ((rc = etxop->etxo_qpio_post(etp, pkt_length, completed, in efx_tx_qpio_post()
564 __in unsigned int completed, in efx_tx_qdesc_post() argument
574 n, completed, addedp)) != 0) in efx_tx_qdesc_post()
753 __in unsigned int completed, in siena_tx_qpost() argument
760 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) in siena_tx_qpost()
[all …]
Def10_tx.c380 __in unsigned int completed, in ef10_tx_qpio_post() argument
390 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpio_post()
434 __in unsigned int completed, in ef10_tx_qpost() argument
441 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpost()
557 __in unsigned int completed, in ef10_tx_qdesc_post() argument
564 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qdesc_post()
Defx_rx.c95 __in unsigned int completed,
420 __in unsigned int completed, in efx_rx_qpost() argument
428 erxop->erxo_qpost(erp, addrp, size, n, completed, added); in efx_rx_qpost()
1013 __in unsigned int completed, in siena_rx_qpost() argument
1022 EFSYS_ASSERT3U(added - completed + n, <=, in siena_rx_qpost()
/freebsd-10-stable/sys/dev/sfxge/
Dsfxge_rx.c252 rxfill = rxq->added - rxq->completed; in sfxge_rx_qfill()
289 rxq->completed, rxq->added); in sfxge_rx_qfill()
300 rxq->completed, rxq->added); in sfxge_rx_qfill()
314 if(rxq->pushed == rxq->completed) { in sfxge_rx_qfill()
817 unsigned int completed; in sfxge_rx_qcomplete() local
827 completed = rxq->completed; in sfxge_rx_qcomplete()
828 while (completed != rxq->pending) { in sfxge_rx_qcomplete()
832 id = completed++ & rxq->ptr_mask; in sfxge_rx_qcomplete()
905 rxq->completed = completed; in sfxge_rx_qcomplete()
907 level = rxq->added - rxq->completed; in sfxge_rx_qcomplete()
[all …]
Dsfxge_tx.c216 unsigned int completed; in sfxge_tx_qcomplete() local
220 completed = txq->completed; in sfxge_tx_qcomplete()
221 while (completed != txq->pending) { in sfxge_tx_qcomplete()
225 id = completed++ & txq->ptr_mask; in sfxge_tx_qcomplete()
241 txq->completed = completed; in sfxge_tx_qcomplete()
248 level = txq->added - txq->completed; in sfxge_tx_qcomplete()
322 txq->reaped = txq->completed; in sfxge_tx_qreap()
1436 level = txq->added - txq->completed; in sfxge_tx_qunblock()
1513 KASSERT(txq->completed == txq->added, in sfxge_tx_qstop()
1517 KASSERT(txq->reaped == txq->completed, in sfxge_tx_qstop()
[all …]
Dsfxge_rx.h167 unsigned int completed; member
/freebsd-10-stable/contrib/gcc/
Dcrtstuff.c270 static _Bool completed; in __do_global_dtors_aux() local
272 if (__builtin_expect (completed, 0)) in __do_global_dtors_aux()
303 completed = 1; in __do_global_dtors_aux()
/freebsd-10-stable/lib/libusb/
Dlibusb10_io.c346 struct timeval *tv, int *completed) in libusb_handle_events_timeout_completed() argument
357 if (completed != NULL) { in libusb_handle_events_timeout_completed()
358 if (*completed != 0 || err != 0) in libusb_handle_events_timeout_completed()
362 if (completed == NULL) in libusb_handle_events_timeout_completed()
374 libusb_handle_events_completed(libusb_context *ctx, int *completed) in libusb_handle_events_completed() argument
376 return (libusb_handle_events_timeout_completed(ctx, NULL, completed)); in libusb_handle_events_completed()
/freebsd-10-stable/contrib/dialog/
Dfselect.c590 char *completed; in dlg_fselect() local
808 completed = 0; in dlg_fselect()
814 completed = data_of(&f_list); in dlg_fselect()
816 completed = data_of(&d_list); in dlg_fselect()
819 completed = partial; in dlg_fselect()
822 if (completed != 0) { in dlg_fselect()
825 strcpy(leaf_of(input), completed); in dlg_fselect()
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
DREADME-HS20322 <3>ANQP fetch completed
341 <3>CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
342 <3>WPA: Key negotiation completed with 02:00:00:00:01:00 [PTK=CCMP GTK=CCMP]
343 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (auth) [id=0 id_str=]
373 <3>ANQP fetch completed
382 <3>CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
383 <3>WPA: Key negotiation completed with 02:00:00:00:01:00 [PTK=CCMP GTK=CCMP]
384 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (reauth) [id=0 id_str=]
475 <3>ANQP fetch completed
/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r271282-clang-r200797-r200798-r200805-debug-info-crash.diff4 not-yet-completed templated types. getTypeSize() needs a complete type.
34 +// This test is for a crash when emitting debug info for not-yet-completed types.
/freebsd-10-stable/sys/geom/vinum/
Dgeom_vinum_plex.c333 off_t completed; in gv_plex_raid5_done() local
336 completed = 0; in gv_plex_raid5_done()
343 completed = bp->bio_completed; in gv_plex_raid5_done()
357 completed = wp->length; in gv_plex_raid5_done()
375 completed = bp->bio_completed; in gv_plex_raid5_done()
402 completed = wp->length; in gv_plex_raid5_done()
420 pbp->bio_completed += completed; in gv_plex_raid5_done()
/freebsd-10-stable/sys/geom/
Dnotes48 At level zero, only the number of transactions started and completed
62 the bio when it is completed. There are no concurrency or locking
71 (based on the counters for scheduled and completed requests being
79 take care to do this before we increment the "requests completed"
/freebsd-10-stable/sys/cam/ctl/
Dctl_tpc.c136 int completed; member
166 if (!list->completed || time_uptime < list->last_active + in tpc_timeout()
232 if (!list->completed) in ctl_tpc_lun_clear()
249 KASSERT(list->completed, in ctl_tpc_lun_shutdown()
544 if (list->completed) { in ctl_receive_copy_status_lid1()
561 if (list_copy.completed) { in ctl_receive_copy_status_lid1()
605 if (list == NULL || !list->completed) { in ctl_receive_copy_failure_details()
628 if (list_copy.completed && (list_copy.error || list_copy.abort)) { in ctl_receive_copy_failure_details()
674 if (list->completed) { in ctl_receive_copy_status_lid4()
693 if (list_copy.completed) { in ctl_receive_copy_status_lid4()
[all …]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs/
Deditor.c47 svn_boolean_t completed; member
640 eb->completed = TRUE; in complete_cb()
661 eb->completed = TRUE; in abort_cb()
769 if (eb->completed) in svn_fs__editor_commit()
/freebsd-10-stable/sys/netgraph/bluetooth/l2cap/
Dng_l2cap_main.c311 ep->completed); in ng_l2cap_lower_rcvmsg()
313 con->pending -= ep->completed; in ng_l2cap_lower_rcvmsg()
320 ep->completed); in ng_l2cap_lower_rcvmsg()

12345678