/freebsd/usr.sbin/ppp/ |
H A D | async.c | 47 #include "async.h" 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() [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);
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_get_async_event.3 | 18 waits for the next async event of the RDMA device context 93 acknowledge the async event 102 All async events that 113 simultaneously, then when an async event occurs, only one thread will 117 The following code example demonstrates one possible way to work with async events in non-blocking … 120 1. Set the async events queue work mode to be non-blocked 122 2. Poll the queue until it has an async event 124 3. Get the async event and ack it 127 /* change the blocking mode of the async event queue */ 131 fprintf(stderr, "Failed to change file descriptor of async event queue\en"); [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,ethdr.yaml | 61 - description: video frontend 0 async clock 62 - description: video frontend 1 async clock 63 - description: graphic frontend 0 async clock 64 - description: graphic frontend 1 async clock 65 - description: video backend async clock 89 - description: video frontend 0 async reset 90 - description: video frontend 1 async reset 91 - description: graphic frontend 0 async reset 92 - description: graphic frontend 1 async reset 93 - description: video backend async rese [all...] |
/freebsd/contrib/unbound/libunbound/ |
H A D | context.h | 61 * Contains two pipes for async service 62 * qq : write queries to the async service pid/tid. 63 * rr : read results from the async service pid/tid. 99 /** do threading (instead of forking) for async resolution */ 136 /** number of async queries outstanding */ 140 * Used when results come in for async to lookup. 150 * These are outstanding for async resolution. 159 /** was this an async query? */ 160 int async; member 164 /** for async query, the callback function of type ub_callback_type */ [all …]
|
/freebsd/share/man/man4/ |
H A D | ng_async.4 | 47 .Nm async 55 .Dv async 68 .Dv async . 82 .Dv async . 89 .Bl -tag -width ".Va async" 90 .It Va async 113 uint16_t amru; /* Max receive async frame length */ 130 These both default to 1600; note that the async MRU
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/ |
H A D | trc_pkt_proc_ptm.h | 107 … bool m_bOPNotSyncPkt; //!< true if output not sync packet when waiting for ASYNC 123 // async finder 125 ASYNC, //!< pattern confirmed async 0x00 x 5, 0x80 enumerator 126 NOT_ASYNC, //!< pattern confirmed not async 127 ASYNC_EXTRA_0, //!< pattern confirmed 0x00 x N + ASYNC 134 int m_async_0; // number of current consecutive async 0s 138 // number of extra 0s before we throw 0 on async detect. 140 // number of 0s minimum to form an async
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 65 "llvm.coro.async.context.alloc", 66 "llvm.coro.async.context.dealloc", 67 "llvm.coro.async.resume", 68 "llvm.coro.async.size.replace", 69 "llvm.coro.async.store_resume", 77 "llvm.coro.end.async", 81 "llvm.coro.id.async", 85 "llvm.coro.prepare.async", 93 "llvm.coro.suspend.async", 323 this->ABI = coro::ABI::Async; in buildFrom() [all …]
|
H A D | CoroSplit.cpp | 98 /// An async resume function. 99 Async, enumerator 112 /// The active suspend instruction; meaningful only for continuation and async 132 FKind(Shape.ABI == coro::ABI::Async ? Kind::Async : Kind::Continuation), in CoroCloner() 135 Shape.ABI == coro::ABI::RetconOnce || Shape.ABI == coro::ABI::Async); in CoroCloner() 150 case Kind::Async: in isSwitchDestroyFunction() 259 /// Replace an llvm.coro.end.async. 324 // In async lowering this returns. in replaceFallthroughCoroEnd() 325 case coro::ABI::Async: { in replaceFallthroughCoroEnd() 457 // In async lowering this does nothing. in replaceUnwindCoroEnd() [all …]
|
/freebsd/sys/netgraph/ |
H A D | ng_async.c | 43 * This node type implements a PPP style sync <-> async converter. 62 static MALLOC_DEFINE(M_NETGRAPH_ASYNC, "netgraph_async", "netgraph async node"); 67 /* Async decode state */ 75 hook_p async; /* Asynchronous side */ member 77 u_char amode; /* Async hunt/esape mode */ 78 u_int16_t fcs; /* Decoded async FCS (so far) */ 80 u_char *sbuf; /* Buffer to decode async into */ 82 long lasttime; /* Time of last async packet sent */ 166 NETGRAPH_INIT(async, &typestruct); 213 hookp = &sc->async; in nga_newhook() [all …]
|
H A D | ng_async.h | 46 #define NG_ASYNC_NODE_TYPE "async" 51 #define NG_ASYNC_HOOK_ASYNC "async" /* Async-encoded frames */ 53 /* Maximum receive size bounds (for both sync and async sides) */ 86 u_int16_t amru; /* Max receive async frame length */
|
/freebsd/sys/dev/usb/controller/ |
H A D | ehcireg.h | 75 #define EHCI_HCC_ASPC(x) ((x) & 0x4) /* async sched park cap */ 90 #define EHCI_CMD_ASPME 0x00000800 /* RW/RO async park enable */ 91 #define EHCI_CMD_ASPMC 0x00000300 /* RW/RO async park count */ 93 #define EHCI_CMD_IAAD 0x00000040 /* RW intr on async adv door 95 #define EHCI_CMD_ASE 0x00000020 /* RW async sched enable */ 102 #define EHCI_STS_ASS 0x00008000 /* RO async sched status */ 106 #define EHCI_STS_IAA 0x00000020 /* RWC interrupt on async adv */ 122 #define EHCI_INTR_IAAE 0x00000020 /* interrupt on async advance 135 #define EHCI_ASYNCLISTADDR 0x18 /* RW Async List Base */
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio_async_fio_ioengines.ksh | 34 # Verify FIO async engines work using Direct I/O. 37 # 1. Select a FIO async ioengine 55 log_assert "Verify FIO async ioengines work using Direct I/O." 98 log_note "Checking Direct I/O with FIO async ioengine" \ 106 log_pass "Verfied FIO async ioengines work using Direct I/O"
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | sprd,gpio-eic.yaml | 19 controller contains 4 sub-modules, i.e. EIC-debounce, EIC-latch, EIC-async and 36 The EIC-async sub-module uses a 32kHz clock to capture the short signals 49 - sprd,sc9860-eic-async 62 - sprd,ums512-eic-async 63 - const: sprd,sc9860-eic-async
|
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/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() 273 /// Calls ThreadPool::async() for this group. 275 inline auto async(Function &&F, Args &&...ArgList) { in async() function 276 return Pool.async(*this, std::forward<Function>(F), in async()
|
/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 38 - "gals0": the path0 clock of GALS(Global Async Local Sync). 39 - "gals1": the path1 clock of GALS(Global Async Local Sync).
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteClientBase.h | 34 /// The complete data packet, expected to start with JSON-async. 120 /// continue thread has control, async threads should interrupt it and wait 123 /// async threads have control, continue thread needs to wait for them to 129 /// Packet with which to resume after an async interrupt. Can be changed by 130 /// an async thread e.g. to inject a signal. 147 /// This handles the synchronization between individual async threads. For
|
/freebsd/tests/sys/kern/ |
H A D | sendfile_test.sh | 30 # - sendfile() starts an async disk read but that async I/O fails. 32 # even start an async I/O. 70 atf_set "descr" "sendfile where we fail to start async I/O" 94 atf_set "descr" "sendfile where an async I/O fails"
|
/freebsd/crypto/openssl/doc/man3/ |
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 97 Async aware code (e.g. engines) can get the current B<ASYNC_WAIT_CTX> from the 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> >>.
|
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>
|
/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/nlm/ |
H A D | nlm.h | 67 * address of the host so that we can call it back for async 154 * handle which can be used to send an async rpc reply. Returns zero 164 * handle which can be used to send an async rpc reply. Returns zero 174 * to an RPC client handle which can be used to send an async rpc 184 * handle which can be used to send an async rpc reply. Returns zero 194 * handle which can be used to send an async rpc reply. Returns zero
|
/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",
|