Searched refs:async (Results 26 - 50 of 74) sorted by relevance

123

/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.c121 struct proc *async; member in struct:snd_midi
568 if (m->async) {
569 PROC_LOCK(m->async);
570 kern_psignal(m->async, SIGIO);
571 PROC_UNLOCK(m->async);
610 if (m->async) {
611 PROC_LOCK(m->async);
612 kern_psignal(m->async, SIGIO);
613 PROC_UNLOCK(m->async);
660 m->async
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dserial.c306 /* ensure that the FD has been taken out of async mode */
352 "serial_readchar: blocking read in async mode");
482 return (scb->ops->async != NULL);
488 return (scb->ops->async != NULL) && (scb->async_handler != NULL);
499 scb->ops->async (scb, handler != NULL);
H A Dser-tcp.c229 ops->async = ser_unix_async;
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dclient.c243 c->queue = dispatch_queue_create("heim-ipc-async-client", NULL);
483 int (*async)(void *, const heim_idata *, void *, member in struct:hipc_ops
561 if (ctx->ops->async == NULL) {
572 return (ctx->ops->async)(ctx->ctx, snd, userctx, func);
/freebsd-11-stable/sys/cam/
H A Dcam_xpt_internal.h55 xpt_dev_async_func async; member in struct:xpt_xport_ops
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DAllTUsExecution.cpp120 Pool.async(
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsi.h270 typedef struct async { struct
400 async_t async; member in union:ipdu_u
/freebsd-11-stable/sys/kern/
H A Dvfs_cluster.c482 * Set the buffer up for an async read (XXX should
654 int async; local
660 async = DOINGASYNC(vp);
663 async = 0;
696 if (!async && seqcount > 0) {
765 if (!async && maxclen == 0) { /* I/O not contiguous */
/freebsd-11-stable/sys/dev/iir/
H A Diir_ctrl.c280 p->dvr.event_data.size = sizeof(p->dvr.event_data.eu.async);
H A Diir.c1615 gdt->sc_dvr.eu.async.ionode = gdt->sc_hanum;
1616 gdt->sc_dvr.eu.async.status = gdt->sc_status;
1619 gdt->sc_dvr.size = sizeof(gdt->sc_dvr.eu.async);
1620 gdt->sc_dvr.eu.async.ionode = gdt->sc_hanum;
1621 gdt->sc_dvr.eu.async.service = service;
1622 gdt->sc_dvr.eu.async.status = gdt->sc_status;
1623 gdt->sc_dvr.eu.async.info = gdt->sc_info;
1624 *(u_int32_t *)gdt->sc_dvr.eu.async.scsi_coord = gdt->sc_info2;
H A Diir.h205 #define GDT_MSG_REQUEST 0 /* async. event. message */
533 } async; member in union:__anon10275::__anon10276
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h135 struct ib_uverbs_async_event_desc async; member in union:ib_uverbs_event::__anon8267
H A Dib_uverbs_main.c560 entry->desc.async.element = element;
561 entry->desc.async.event_type = event;
562 entry->desc.async.reserved = 0;
685 /* At that point async file stuff was fully set */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp164 CompileThreads->async(std::move(Work));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterJson.cpp177 Pool.async([&] {
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3211 int async)
3236 if (async == 0)
3239 DPRINTF(sc, WPI_DEBUG_CMD, "%s: cmd %s size %u async %d\n",
3240 __func__, wpi_cmd_str(code), size, async);
3298 return async ? 0 : mtx_sleep(cmd, &sc->sc_mtx, PCATCH, "wpicmd", hz);
3409 wpi_add_broadcast_node(struct wpi_softc *sc, int async) argument
3426 return wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof node, async);
3658 wpi_set_txpower(struct wpi_softc *sc, int async) argument
3699 return wpi_cmd(sc, WPI_CMD_TXPOWER, &cmd, sizeof cmd, async);
3776 wpi_set_pslevel(struct wpi_softc *sc, uint8_t dtim, int level, int async) argument
3210 wpi_cmd(struct wpi_softc *sc, uint8_t code, const void *buf, uint16_t size, int async) argument
3842 wpi_send_rxon(struct wpi_softc *sc, int assoc, int async) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h115 void SetAsyncExecution(bool async);
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.c874 if (details->postpone && !details->async) {
931 /* if cmd_details are not defined or async flag is not set,
934 if (!details->async && !details->postpone) {
986 (!details->async && !details->postpone)) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp328 Pool.async(loadInput, Input, Remapper, Contexts[Ctx].get());
339 Pool.async(mergeWriterContexts, Contexts[I].get(),
343 Pool.async(mergeWriterContexts, Contexts[0].get(),
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibunbound.c553 log_assert(q->async);
852 if(!q || !q->async) {
857 log_assert(q->async);
915 case UB_PIPE: return "error in pipe communication with async";
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h335 dmu_tx_t *tx, boolean_t async);
/freebsd-11-stable/usr.sbin/ppp/
H A Ddatalink.c56 #include "async.h"
240 async_Setup(&dl->physical->async);
923 memcpy(&dl->physical->async.cfg, &odl->physical->async.cfg,
924 sizeof dl->physical->async.cfg);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp914 Pool.async([&](int count) {
1043 Pool.async([&](int count) {
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5099 iwn_cmd(struct iwn_softc *sc, int code, const void *buf, int size, int async) argument
5112 if (async == 0)
5175 return async ? 0 : msleep(desc, &sc->sc_mtx, PCATCH, "iwncmd", hz);
5179 iwn4965_add_node(struct iwn_softc *sc, struct iwn_node_info *node, int async) argument
5196 return iwn_cmd(sc, IWN_CMD_ADD_NODE, &hnode, sizeof hnode, async);
5200 iwn5000_add_node(struct iwn_softc *sc, struct iwn_node_info *node, int async) argument
5206 return iwn_cmd(sc, IWN_CMD_ADD_NODE, node, sizeof (*node), async);
5321 iwn_add_broadcast_node(struct iwn_softc *sc, int async) argument
5338 if ((error = ops->add_node(sc, &node, async)) != 0)
5366 return iwn_cmd(sc, IWN_CMD_LINK_QUALITY, &linkq, sizeof linkq, async);
5506 iwn4965_set_txpower(struct iwn_softc *sc, struct ieee80211_channel *ch, int async) argument
5657 iwn5000_set_txpower(struct iwn_softc *sc, struct ieee80211_channel *ch, int async) argument
6297 iwn_set_pslevel(struct iwn_softc *sc, int dtim, int level, int async) argument
[all...]
/freebsd-11-stable/tools/tools/nanobsd/
H A Ddefaults.sh621 mount -o async ${dev} ${mnt}

Completed in 222 milliseconds

123