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

1 2 3

  /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
141 { "cancel", cancel },
  /src/lib/libpthread/
pthread_cond.c 130 int error, cancel; local
176 !(cancel = atomic_load_relaxed(&self->pt_cancel) &
197 if (__predict_false(cancel | error)) {
219 if (cancel) {
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-proxy.h 30 ready_callback_t NULLABLE ready, cancel_callback_t NULLABLE cancel,
macos-ioloop.c 287 // be called again later when the last outstanding asynchronous cancel is done, and then all of the stuff
337 if (connection->cancel != NULL) {
340 if (connection->cancel != NULL) {
341 connection->cancel(connection, connection->context);
1080 FAULT("cancel on canceled connection " PRI_S_SRP, connection->name);
1098 if (connection->cancel != NULL) {
1101 if (connection->cancel != NULL) {
1102 connection->cancel(connection, connection->context);
1187 goto cancel;
1193 cancel
    [all...]
ioloop.h 209 cancel_callback_t NULLABLE cancel; member in struct:dso_transport
310 connect_callback_t NULLABLE connected, cancel_callback_t NULLABLE 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/external/bsd/unbound/dist/testcode/
asynclook.c 71 /** the id to pass to libunbound to cancel */
74 int cancel; member in struct:track_id
85 /** tracking number that can be used to cancel the query */
102 printf(" -c : cancel the requests\n");
276 if(my_id->cancel) {
327 async_ids[i-100].cancel=1;
407 int i, r, cancel=0, blocking=0, ext=0; local
436 cancel = 1;
530 else if(cancel) {
532 fprintf(stderr, "cancel %s\n", argv[i])
    [all...]
  /src/external/cddl/osnet/dist/cmd/zinject/
zinject.c 661 char *cancel = NULL; local
733 cancel = optarg;
889 if (cancel != NULL) {
895 (void) fprintf(stderr, "cancel (-c) incompatible with "
906 if (strcmp(cancel, "all") == 0) {
909 int id = (int)strtol(cancel, &end, 10);
912 " must be an integer or 'all'\n", cancel);
  /src/sys/fs/nfs/nlm/
nlm_advlock.c 859 * cancel our lock request.
861 nlm4_cancargs cancel; local
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 159 SDT_PROBE_DEFINE4(sdt, bdev, cancel, entry,
164 SDT_PROBE_DEFINE5(sdt, bdev, cancel, return,
255 SDT_PROBE_DEFINE4(sdt, cdev, cancel, entry,
260 SDT_PROBE_DEFINE5(sdt, cdev, cancel, return,
1228 SDT_PROBE4(sdt, bdev, cancel, entry, d, dev, flag, devtype);
1230 SDT_PROBE5(sdt, bdev, cancel, return, d, dev, flag, devtype, rv);
1464 SDT_PROBE4(sdt, cdev, cancel, entry, d, dev, flag, devtype);
1466 SDT_PROBE5(sdt, cdev, cancel, return, d, dev, flag, devtype, rv);
  /src/external/bsd/openldap/dist/servers/slapd/
connection.c 1025 int rc = LDAP_OTHER, cancel; local
1151 cancel = op->o_cancel;
1152 if ( cancel != SLAP_CANCEL_NONE && cancel != SLAP_CANCEL_DONE ) {
1153 if ( cancel == SLAP_CANCEL_REQ ) {
1165 } while ( (cancel = op->o_cancel) != SLAP_CANCEL_NONE
1166 && cancel != SLAP_CANCEL_DONE );
1168 } while ( (cancel = op->o_cancel) != SLAP_CANCEL_NONE
1169 && cancel != SLAP_CANCEL_DONE );
Makefile.in 37 operational.c matchedValues.c cancel.c syncrepl.c \
55 operational.o matchedValues.o cancel.o syncrepl.o \
  /src/lib/librumpclient/
rumpclient.c 388 int cancel, bool haslock)
444 rf.rf_cancel = cancel;
450 if (rv || cancel) {
455 if (cancel) {
  /src/external/bsd/ekermit/dist/
kermit.h 298 #define I_FILE 1 /* Cancel file */
299 #define I_GROUP 2 /* Cancel group */
337 short cancel; /* Cancellation */ member in struct:k_data
main.c 344 k.cancel = 0; /* Not canceled yet */
392 To interrupt a transfer in progress, set k.cancel to I_FILE to interrupt
393 only the current file, or to I_GROUP to cancel the current file and all
394 remaining files. To cancel the whole operation in such a way that the
  /src/external/bsd/openldap/sbin/slapd/
Makefile 32 operational.c matchedValues.c cancel.c syncrepl.c \
  /src/external/bsd/libevent/dist/test/
regress_http.c 3546 tt_fail_msg("In cancel done");
4724 HTTP_N(cancel, cancel, 0, BASIC),
4725 HTTP_RET_N(cancel_by_host, cancel, 0, BY_HOST),
4726 HTTP_RET_N(cancel_by_host_inactive_server, cancel, TT_NO_LOGS, BY_HOST | INACTIVE_SERVER),
4727 HTTP_RET_N(cancel_by_host_no_ns, cancel, TT_NO_LOGS, BY_HOST | NO_NS),
4728 HTTP_N(cancel_inactive_server, cancel, 0, INACTIVE_SERVER),
4729 HTTP_N(cancel_by_host_no_ns_inactive_server, cancel, TT_NO_LOGS, BY_HOST | NO_NS | INACTIVE_SERVER),
4730 HTTP_OFF_N(cancel_by_host_server_timeout, cancel, BY_HOST | INACTIVE_SERVER | SERVER_TIMEOUT),
4731 HTTP_OFF_N(cancel_server_timeout, cancel, INACTIVE_SERVER | SERVER_TIMEOUT)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 3543 tt_fail_msg("In cancel done");
4717 HTTP_N(cancel, cancel, 0, BASIC),
4718 HTTP_RET_N(cancel_by_host, cancel, 0, BY_HOST),
4719 HTTP_RET_N(cancel_by_host_inactive_server, cancel, TT_NO_LOGS, BY_HOST | INACTIVE_SERVER),
4720 HTTP_RET_N(cancel_by_host_no_ns, cancel, TT_NO_LOGS, BY_HOST | NO_NS),
4721 HTTP_N(cancel_inactive_server, cancel, 0, INACTIVE_SERVER),
4722 HTTP_N(cancel_by_host_no_ns_inactive_server, cancel, TT_NO_LOGS, BY_HOST | NO_NS | INACTIVE_SERVER),
4723 HTTP_OFF_N(cancel_by_host_server_timeout, cancel, BY_HOST | INACTIVE_SERVER | SERVER_TIMEOUT),
4724 HTTP_OFF_N(cancel_server_timeout, cancel, INACTIVE_SERVER | SERVER_TIMEOUT)
    [all...]
  /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::__anon4982
mock_engine.c 308 engine->base.reset.cancel = mock_reset_cancel;
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/
util.py 225 timerObject.cancel()
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
socket.h 240 * What I/O events to cancel in isc_socket_cancel() calls.
242 #define ISC_SOCKCANCEL_RECV 0x00000001 /*%< cancel recv */
243 #define ISC_SOCKCANCEL_SEND 0x00000002 /*%< cancel send */
244 #define ISC_SOCKCANCEL_ACCEPT 0x00000004 /*%< cancel accept */
245 #define ISC_SOCKCANCEL_CONNECT 0x00000008 /*%< cancel connect */
246 #define ISC_SOCKCANCEL_ALL 0x0000000f /*%< cancel everything */
294 void (*cancel)(isc_socket_t *sock, isc_task_t *task, member in struct:isc_socketmethods
467 * Cancel pending I/O of the type specified by "how".
469 * Note: if "task" is NULL, then the cancel applies to all tasks using the
479 * The type ISC_SOCKCANCEL_ALL will cancel all pending I/O on thi
    [all...]
  /src/lib/librumpuser/
rumpuser_sp.c 992 int cancel; local
1004 cancel = rfp->rf_cancel;
1028 if (cancel) {

Completed in 67 milliseconds

1 2 3