/freebsd/usr.sbin/ppp/ |
H A D | async.c | 58 async_Init(struct async *async) in async_Init() argument 60 async_Setup(async); in async_Init() 61 memset(async->cfg.EscMap, '\0', sizeof async->cfg.EscMap); in async_Init() 65 async_Setup(struct async *async) in async_Setup() argument 67 async->mode = MODE_HUNT; in async_Setup() 68 async->length = 0; in async_Setup() 69 async->my_accmap = async->his_accmap = 0xffffffff; in async_Setup() 73 async_SetLinkParams(struct async *async, u_int32_t mymap, u_int32_t hismap) in async_SetLinkParams() argument 75 async->my_accmap = mymap; in async_SetLinkParams() 76 async->his_accmap = hismap | mymap; in async_SetLinkParams() [all …]
|
H A D | async.h | 31 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);
|
H A D | physical.h | 81 struct async async; /* Our async state */ member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ThreadPool.h | 78 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/contrib/llvm-project/lldb/source/API/ |
H A D | SBAttachInfo.cpp | 41 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/sys/netgraph/ |
H A D | ng_async.c | 75 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/sys/contrib/device-tree/Bindings/infiniband/ |
H A D | hisilicon-hns-roce.txt | 22 - interrupts: should contain 32 completion event irq,1 async event irq 26 - hns-roce-async: 1 async event irq 106 "hns-roce-async",
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | future.cppm |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | ManualDWARFIndex.cpp | 113 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/contrib/netbsd-tests/kernel/ |
H A D | t_umountstress.sh | 60 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/contrib/llvm-project/llvm/lib/Support/ |
H A D | BalancedPartitioning.cpp | 29 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/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-eic-sprd.txt | 6 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/sys/dev/iwm/ |
H A D | if_iwm_util.c | 180 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/crypto/openssl/doc/man3/ |
H A D | SSL_get_all_async_fds.pod | 14 #include <openssl/async.h> 56 for an async operation to complete and 0 otherwise. 63 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some 68 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
|
H A D | ASYNC_start_job.pod | 12 #include <openssl/async.h> 146 Some platforms cannot support async operations. The ASYNC_is_capable() function 147 can be used to detect whether the current platform is async capable or not. 165 ASYNC_is_capable() returns 1 if the current platform is async capable or 0 170 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some 175 F<< <windows.h> >> prior to F<< <openssl/async.h> >>. 179 The following example demonstrates how to use most of the core async APIs: 186 #include <openssl/async.h>
|
H A D | ASYNC_WAIT_CTX_new.pod | 16 #include <openssl/async.h> 86 Implementers of async aware code (e.g. engines) are encouraged to return a 103 these functions requires a I<key> value which is unique to the async aware 113 An example of typical usage might be an async capable engine. User code would 198 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some 203 F<< <windows.h> >> prior to F<< <openssl/async.h> >>.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBAttachInfo.h | 44 /// asynchronous depending on the \a async argument. 53 /// \param[in] async 63 SBAttachInfo(const char *path, bool wait_for, bool async); 96 /// asynchronous depending on the \a async argument. 102 /// \param[in] async 112 void SetWaitForLaunch(bool b, bool async);
|
/freebsd/sys/kern/ |
H A D | kern_devctl.c | 68 int async; member 238 devsoftc.async = 0; in devclose() 295 devsoftc.async = 1; in devioctl() 297 devsoftc.async = 0; in devioctl() 428 if (devsoftc.async && devsoftc.sigio != NULL) in devctl_queue()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | crypto_os.c | 172 boolean_t async = ((crypto_ses2caps(crp->crp_session) & in zfs_crypto_dispatch() local 175 boolean_t async = !CRYPTO_SESS_SYNC(crp->crp_session); in zfs_crypto_dispatch() 177 crp->crp_callback = async ? freebsd_zfs_crypt_done : in zfs_crypto_dispatch() 181 if (async) { in zfs_crypto_dispatch()
|
/freebsd/usr.sbin/ypbind/ |
H A D | yp_ping.c | 211 int async; in __yp_ping() local 263 async = TRUE; in __yp_ping() 264 clnt_control(clnt, CLSET_ASYNC, (char *)&async); in __yp_ping()
|
/freebsd/tools/test/stress2/misc/ |
H A D | tvnlru.sh | 67 mount -o async /dev/md$mdstart $mntpoint 87 mount -o async /dev/md$mdstart $mntpoint 94 mount -o async /dev/md$mdstart $mntpoint
|
/freebsd/sys/dev/sound/midi/ |
H A D | midi.c | 116 struct proc *async; member 578 if (m->async) { in midi_in() 579 PROC_LOCK(m->async); in midi_in() 580 kern_psignal(m->async, SIGIO); in midi_in() 581 PROC_UNLOCK(m->async); in midi_in() 620 if (m->async) { in midi_out() 621 PROC_LOCK(m->async); in midi_out() 622 kern_psignal(m->async, SIGIO); in midi_out() 623 PROC_UNLOCK(m->async); in midi_out() 669 m->async = 0; in midi_open()
|
/freebsd/contrib/unbound/libunbound/ |
H A D | context.c | 170 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/crypto/openssl/crypto/async/ |
H A D | build.info | 3 async.c async_wait.c async_err.c arch/async_posix.c arch/async_win.c \
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mediatek,smi-common.txt | 13 base). Besides that, the smi async clock should be prepared and enabled for 35 - "async" : asynchronous clock, it help transform the smi clock into the emi
|