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

123

/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsi_subr.c375 async_t *cmd = &pp->ipdu.async;
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_xpt.c161 .async = nvme_dev_async,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp370 Pool.async(&CoverageReport::prepareSingleFileReport, Filename,
H A DCodeCoverage.cpp959 Pool.async(&CodeCoverageTool::writeSourceFileView, this, SourceFile,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp396 CodegenThreadPool.async(
H A DLTO.cpp1148 BackendThreadPool.async(
/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.c73 #include "async.h"
193 async_Init(&p->async);
1122 async_SetLinkParams(&p->async, mymap, hismap);
H A Dcommand.c88 #include "async.h"
919 if (arg->cx->physical->async.cfg.EscMap[32]) {
924 if (arg->cx->physical->async.cfg.EscMap[code])
926 if (arg->cx->physical->async.cfg.EscMap[code] & (1 << bit)) {
1550 arg->cx->physical->async.cfg.EscMap[code] = 0;
1555 arg->cx->physical->async.cfg.EscMap[code >> 3] |= (1 << (code & 7));
1556 arg->cx->physical->async.cfg.EscMap[32] = 1;
2418 "set log [local] [+|-]all|async|cbcp|ccp|chat|command|connect|debug|dns|hdlc|"
H A Dtty.c67 #include "async.h"
236 /* Configure the async converter node */
244 log_Printf(LogDEBUG, "Configure async node at %s\n", asyncpath);
247 log_Printf(LogWARN, "%s: Can't configure async node at %s\n",
250 /* No netgraph node, just config the async layer */
251 async_SetLinkParams(&p->async, mymap, hismap);
321 /* Attach an async converter node */
325 log_Printf(LogDEBUG, "%s: Send mkpeer async:%s to %s:%s\n", p->link.name,
334 /* Connect the async node to our socket */
348 /* Get the async nod
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1263 std::future<Status> accept_status = std::async(
1264 std::launch::async, [&] { return listen_socket.Accept(accept_socket); });
1342 // as the communication class, we are a broadcaster and the async thread
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c460 struct sigio *async; /* Processes waiting for SIGIO */ member in struct:psm_softc
2198 if (sc->async != NULL) {
2199 funsetown(&sc->async);
2200 sc->async = NULL;
2219 sc->async = NULL;
2920 error = fsetown(*(int *)addr, &sc->async);
2923 *(int *) addr = fgetown(&sc->async);
5239 if (sc->async != NULL) {
5240 pgsigio(&sc->async, SIGIO, 0);
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c401 int async; member in struct:dev_softc
454 devsoftc.async = 0;
513 devsoftc.async = 1;
515 devsoftc.async = 0;
628 if (devsoftc.async && devsoftc.sigio != NULL)
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js591 xml.async = "false";
2212 rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
6483 async: false,
7204 async: true,
7627 if ( s.async && s.timeout > 0 ) {
8008 script.async = "async";
8121 xhr.open( s.type, s.url, s.async, s.username, s.password );
8123 xhr.open( s.type, s.url, s.async );
8242 if ( !s.async || xh
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp144 auto strategy = std::launch::async;
148 return std::async(strategy, [=]() {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c1164 ASYNC only stops pestering its client when it is de-async'ed or it
1291 case of errors, the client will need to close or de-async the
1364 ops->async = ser_unix_async;
/freebsd-11-stable/sys/netgraph/
H A Dng_lmi.c938 /* async can only have one of these */
939 #if 0 /* async not yet accepted */
940 if (async && highest_dlci) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3012 const bool async = attach_info.GetAsync(); local
3013 if (!async) {
3043 if (async) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c214 boolean_t async)
257 if (async) {
213 dsl_dataset_block_kill(dsl_dataset_t *ds, const blkptr_t *bp, dmu_tx_t *tx, boolean_t async) argument
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c606 .async = scsi_dev_async,
1101 ("hit async: giving up on DV\n"));
1121 ("setting to async for DV\n"));
1123 * Once we hit async, we don't want to try
1289 /* Send the async notification. */
2811 /* Force async */
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c206 .async = ata_dev_async,
/freebsd-11-stable/sys/cam/
H A Dcam_xpt.c102 /* queue for handling async rescan requests. */
3840 * and peripheral drivers have registered async callbacks for this notification
3865 .async = xpt_dev_async_default,
4141 * The async callback could free the device.
4142 * If it is a broadcast async, it doesn't hold
4148 * If async for specific device is to be delivered to
4164 (*(device->target->bus->xport->ops->async))(async_code,
4218 * If this wasn't a fully wildcarded async, tell all
4219 * clients that want all async events.
4251 * can delete its async callbac
[all...]
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c61 SYSCTL_INT(_vfs_nfsd, OID_AUTO, async, CTLFLAG_RW, &nfs_async, 0,
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c7124 details.async = TRUE;
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c14042 " --async Write to FILE without journal and fsync()",
17628 if( strcmp(z, "-async")==0 ){

Completed in 420 milliseconds

123