HomeSort by: relevance | last modified time | path
    Searched refs:cancel (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.c 55 goto cancel;
61 goto cancel;
67 goto cancel;
76 goto cancel;
90 goto cancel;
93 /* last chance to cancel */
95 goto cancel;
102 cancel:
  /src/usr.sbin/tpctl/
tp.c 141 tp_get(struct tp *tp, int *x, int *y, int (*cancel)(void *), void *data)
148 if (cancel != NULL && (res = (*cancel)(data)) != 0)
181 tp_waitup(struct tp *tp, int msec, int (*cancel)(void*), void *data)
186 if (cancel != NULL && (res = (*cancel)(data)) != 0)
  /src/tests/rump/rumpkern/h_client/
h_forkcli.c 70 cancel(void) function in typeref:typename:void
141 { "cancel", cancel },
  /src/lib/libpthread/
pthread_cond.c 130 int error, cancel; local in function:pthread_cond_timedwait
176 !(cancel = atomic_load_relaxed(&self->pt_cancel) &
197 if (__predict_false(cancel | error)) {
219 if (cancel) {
  /src/sys/external/bsd/common/linux/
linux_work.c 97 SDT_PROBE_DEFINE2(sdt, linux, work, cancel,
312 * Destroy a workqueue created with wq. Cancel any pending
322 * Cancel all delayed work. We do this first because any
324 * cancel, may have queued new work.
343 * cancel it and remove itself from the queue before
350 SDT_PROBE2(sdt, linux, work, cancel, &dw->work, wq);
468 /* Notify cancel that we've completed a batch of work. */
749 /* If there's no workqueue, nothing to cancel. */
758 * workqueue, so it's too to cancel.
769 SDT_PROBE2(sdt, linux, work, cancel, work, wq)
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_advlock.c 859 * cancel our lock request.
861 nlm4_cancargs cancel; local in function:nlm_setlock
863 memset(&cancel, 0, sizeof(cancel));
866 cancel.cookie.n_len = sizeof(xid);
867 cancel.cookie.n_bytes = (char*) &xid;
868 cancel.block = block;
869 cancel.exclusive = exclusive;
870 cancel.alock = args.alock;
878 stat = nlm_cancel_rpc(vers, &cancel,
    [all...]
  /src/sys/kern/
subr_devsw.c 157 SDT_PROBE_DEFINE4(sdt, bdev, cancel, entry,
162 SDT_PROBE_DEFINE5(sdt, bdev, cancel, return,
253 SDT_PROBE_DEFINE4(sdt, cdev, cancel, entry,
258 SDT_PROBE_DEFINE5(sdt, cdev, cancel, return,
1226 SDT_PROBE4(sdt, bdev, cancel, entry, d, dev, flag, devtype);
1228 SDT_PROBE5(sdt, bdev, cancel, return, d, dev, flag, devtype, rv);
1462 SDT_PROBE4(sdt, cdev, cancel, entry, d, dev, flag, devtype);
1464 SDT_PROBE5(sdt, cdev, cancel, return, d, dev, flag, devtype, rv);
  /src/lib/librumpclient/
rumpclient.c 388 int cancel, bool haslock)
444 rf.rf_cancel = cancel;
450 if (rv || cancel) {
455 if (cancel) {
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_types.h 421 void (*cancel)(struct intel_engine_cs *engine); member in struct:intel_engine_cs::__anonee01bb2a0508
mock_engine.c 308 engine->base.reset.cancel = mock_reset_cancel;
intel_reset.c 853 if (engine->reset.cancel)
854 engine->reset.cancel(engine);
intel_ring_submission.c 1852 engine->reset.cancel = reset_cancel;
intel_lrc.c 1047 * and cancel the breadcrumb on the virtual engine
2364 /* cancel old inflight, prepare for switch */
3080 * to cancel/unwind this request now.
3726 /* Cancel all attached virtual engines */
4280 engine->reset.cancel = execlists_reset_cancel;
  /src/lib/librumpuser/
rumpuser_sp.c 992 int cancel; local in function:handlereq
1004 cancel = rfp->rf_cancel;
1028 if (cancel) {
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c 459 /* Cancel the requests on the HW and clear the ELSP tracker. */
609 engine->reset.cancel = guc_reset_cancel;
  /src/sys/arch/ia64/stand/common/
help.common 357 received after <value> seconds. (Any keypress will cancel the
  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 983 * Timeout handler. Schedules work in a thread to cancel all
1814 bool cancel; local in function:sun8i_crypto_sysctl_rng_done
1821 cancel = req->cu_cancel;
1831 if (!cancel)
  /src/usr.sbin/sysinst/
msg.mi.fr 554 {Cancel installation}
1381 message cancel {Annuler}
msg.mi.de 1368 message cancel {Abbrechen}
  /src/share/terminfo/
terminfo 7593 # removed the cancel for "hs", removed cbt, invis, corrected sgr -TD
7797 # cancel km, since it is not actually meta mode -TD
8249 no+brackets|cancel bracketed paste,
8327 # See explanation before "screen" entry. Cancel italics so that applications
10590 # Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
24705 # CAN Cancel * ^X - - - (A)
24707 # CCH Cancel Previous Character \E T - - -
    [all...]

Completed in 151 milliseconds