Home
last modified time | relevance | path

Searched refs:async (Results 1 – 25 of 154) sorted by relevance

1234567

/freebsd-13-stable/usr.sbin/ppp/
HDasync.c59 async_Init(struct async *async) in async_Init() argument
61 async_Setup(async); in async_Init()
62 memset(async->cfg.EscMap, '\0', sizeof async->cfg.EscMap); in async_Init()
66 async_Setup(struct async *async) in async_Setup() argument
68 async->mode = MODE_HUNT; in async_Setup()
69 async->length = 0; in async_Setup()
70 async->my_accmap = async->his_accmap = 0xffffffff; in async_Setup()
74 async_SetLinkParams(struct async *async, u_int32_t mymap, u_int32_t hismap) in async_SetLinkParams() argument
76 async->my_accmap = mymap; in async_SetLinkParams()
77 async->his_accmap = hismap | mymap; in async_SetLinkParams()
[all …]
HDasync.h31 struct async { struct
49 extern void async_Init(struct async *); argument
50 extern void async_Setup(struct async *);
51 extern void async_SetLinkParams(struct async *, u_int32_t, u_int32_t);
HDphysical.h81 struct async async; /* Our async state */ member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDThreadPool.h78 auto async(Function &&F, Args &&...ArgList) { in async() function
81 return async(std::move(Task)); in async()
86 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async() function
89 return async(Group, std::move(Task)); in async()
95 auto async(Func &&F) -> std::shared_future<decltype(F())> {
101 auto async(ThreadPoolTaskGroup &Group, Func &&F)
113 auto Future = std::async(std::launch::deferred, std::move(Task)).share(); in asyncImpl()
275 inline auto async(Function &&F, Args &&...ArgList) { in async() function
276 return Pool.async(*this, std::forward<Function>(F), in async()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBAttachInfo.cpp41 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) in SBAttachInfo() argument
43 LLDB_INSTRUMENT_VA(this, path, wait_for, async); in SBAttachInfo()
48 m_opaque_sp->SetAsync(async); in SBAttachInfo()
136 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { in SetWaitForLaunch() argument
137 LLDB_INSTRUMENT_VA(this, b, async); in SetWaitForLaunch()
140 m_opaque_sp->SetAsync(async); in SetWaitForLaunch()
/freebsd-13-stable/sys/netgraph/
HDng_async.c75 hook_p async; /* Asynchronous side */ member
166 NETGRAPH_INIT(async, &typestruct);
213 hookp = &sc->async; in nga_newhook()
244 if (hook == sc->async) in nga_rcvdata()
357 if (hook == sc->async) in nga_disconnect()
358 hookp = &sc->async; in nga_disconnect()
411 NG_FWD_ITEM_HOOK(error, item, sc->async ); in nga_rcv_sync()
478 NG_FWD_NEW_DATA(error, item, sc->async, m); in nga_rcv_sync()
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDfuture.inc52 // [futures.async], function template async
53 using std::async;
/freebsd-13-stable/sys/contrib/device-tree/Bindings/infiniband/
HDhisilicon-hns-roce.txt22 - interrupts: should contain 32 completion event irq,1 async event irq
26 - hns-roce-async: 1 async event irq
106 "hns-roce-async",
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDManualDWARFIndex.cpp113 task_group.async(extract_fn, i); in Index()
119 task_group.async(parser_fn, i); in Index()
130 task_group.async(finalize_fn, &IndexSet::function_basenames); in Index()
131 task_group.async(finalize_fn, &IndexSet::function_fullnames); in Index()
132 task_group.async(finalize_fn, &IndexSet::function_methods); in Index()
133 task_group.async(finalize_fn, &IndexSet::function_selectors); in Index()
134 task_group.async(finalize_fn, &IndexSet::objc_class_selectors); in Index()
135 task_group.async(finalize_fn, &IndexSet::globals); in Index()
136 task_group.async(finalize_fn, &IndexSet::types); in Index()
137 task_group.async(finalize_fn, &IndexSet::namespaces); in Index()
/freebsd-13-stable/contrib/netbsd-tests/kernel/
HDt_umountstress.sh60 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
145 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
164 if ! mount -o async ${BVND}${MPART} ${TMPMP}; then
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDBalancedPartitioning.cpp29 void BalancedPartitioning::BPThreadPool::async(Func &&F) { in async() function in BalancedPartitioning::BPThreadPool
33 TheThreadPool.async([=]() { in async()
99 TP->async(std::move(BisectTask)); in run()
157 TP->async(std::move(LeftRecTask)); in bisect()
158 TP->async(std::move(RightRecTask)); in bisect()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/gpio/
HDgpio-eic-sprd.txt6 controller contains 4 sub-modules: EIC-debounce, EIC-latch, EIC-async and
23 The EIC-async sub-module uses a 32kHz clock to capture the short signals
34 "sprd,sc9860-eic-async",
69 compatible = "sprd,sc9860-eic-async";
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_get_all_async_fds.pod14 #include <openssl/async.h>
56 for an async operation to complete and 0 otherwise.
63 On Windows platforms the openssl/async.h header is dependent on some
68 windows.h prior to async.h.
HDASYNC_WAIT_CTX_new.pod12 #include <openssl/async.h>
69 Implementors of async aware code (e.g. engines) are encouraged to return a
86 these functions requires a B<key> value which is unique to the async aware
96 An example of typical usage might be an async capable engine. User code would
117 On Windows platforms the openssl/async.h header is dependent on some
122 windows.h prior to async.h.
HDASYNC_start_job.pod12 #include <openssl/async.h>
117 An example of typical usage might be an async capable engine. User code would
142 Some platforms cannot support async operations. The ASYNC_is_capable() function
143 can be used to detect whether the current platform is async capable or not.
161 ASYNC_is_capable() returns 1 if the current platform is async capable or 0
166 On Windows platforms the openssl/async.h header is dependent on some
171 windows.h prior to async.h.
175 The following example demonstrates how to use most of the core async APIs:
182 #include <openssl/async.h>
/freebsd-13-stable/sys/dev/iwm/
HDif_iwm_util.c180 int async, wantresp; in iwm_send_cmd() local
187 async = hcmd->flags & IWM_CMD_ASYNC; in iwm_send_cmd()
197 KASSERT(!async, ("invalid async parameter")); in iwm_send_cmd()
296 async ? " (async)" : ""); in iwm_send_cmd()
324 if (!async) { in iwm_send_cmd()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBAttachInfo.h63 SBAttachInfo(const char *path, bool wait_for, bool async);
112 void SetWaitForLaunch(bool b, bool async);
/freebsd-13-stable/usr.sbin/ypbind/
HDyp_ping.c218 int async; in __yp_ping() local
270 async = TRUE; in __yp_ping()
271 clnt_control(clnt, CLSET_ASYNC, (char *)&async); in __yp_ping()
/freebsd-13-stable/crypto/openssl/crypto/
HDinit.c307 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT; variable
424 if (locals->async) { in ossl_init_thread_stop()
474 locals->async = 1; in ossl_init_thread_start()
700 && !RUN_ONCE(&async, ossl_init_async)) in OPENSSL_init_crypto()
/freebsd-13-stable/sys/dev/sound/midi/
HDmidi.c121 struct proc *async; member
565 if (m->async) { in midi_in()
566 PROC_LOCK(m->async); in midi_in()
567 kern_psignal(m->async, SIGIO); in midi_in()
568 PROC_UNLOCK(m->async); in midi_in()
607 if (m->async) { in midi_out()
608 PROC_LOCK(m->async); in midi_out()
609 kern_psignal(m->async, SIGIO); in midi_out()
610 PROC_UNLOCK(m->async); in midi_out()
656 m->async = 0; in midi_open()
/freebsd-13-stable/crypto/openssl/include/crypto/
HDcryptlib.h15 int async; member
/freebsd-13-stable/contrib/unbound/libunbound/
HDcontext.c170 q->async = (cb != NULL || cb_event != NULL); in context_new()
190 if(q->async) in context_new()
274 q->async = 1; in context_deserialize_new_query()
309 log_assert(q->async); in context_lookup_new_query()
/freebsd-13-stable/crypto/openssl/crypto/async/
HDbuild.info3 async.c async_wait.c async_err.c arch/async_posix.c arch/async_win.c \
/freebsd-13-stable/sys/contrib/device-tree/Bindings/memory-controllers/
Dmediatek,smi-common.txt13 base). Besides that, the smi async clock should be prepared and enabled for
34 - "async" : asynchronous clock, it help transform the smi clock into the emi
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDcrypto_os.c177 boolean_t async = ((crypto_ses2caps(crp->crp_session) & in zfs_crypto_dispatch() local
180 boolean_t async = !CRYPTO_SESS_SYNC(crp->crp_session); in zfs_crypto_dispatch()
182 crp->crp_callback = async ? freebsd_zfs_crypt_done : in zfs_crypto_dispatch()
186 if (async) { in zfs_crypto_dispatch()

1234567