Searched defs:async (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dasync.h33 struct async { struct
H A Dasync.c61 async_Init(struct async *async) argument
68 async_Setup(struct async *async) argument
76 async_SetLinkParams(struct async *async, u_int32_t mymap, u_int32_t hismap) argument
86 async_Encode(struct async *async, u_char **cp, u_char c, int proto) argument
149 async_Decode(struct async *async, u_char c) argument
[all...]
H A Dphysical.h83 struct async async; /* Our async state */ member in struct:physical
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTaskQueue.h81 std::future<typename std::result_of<Callable()>::type> async(Callable &&C) { function in class:llvm::TaskQueue
H A DThreadPool.h54 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) { function in class:llvm::ThreadPool
63 inline std::shared_future<void> async(Function &&F) { function in class:llvm::ThreadPool
/freebsd-11-stable/usr.sbin/ypbind/
H A Dyp_ping.c218 int async; local
/freebsd-11-stable/contrib/gdb/gdb/
H A Dserial.h232 void (*async) (struct serial *scb, int async_p); member in struct:serial_ops
/freebsd-11-stable/sys/netgraph/
H A Dng_async.c78 hook_p async; /* Asynchronous side */ member in struct:ng_async_private
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.c182 int async, wantresp; local
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq.h78 bool async; member in struct:i40e_asq_cmd_details
/freebsd-11-stable/sys/kern/
H A Dvfs_cluster.c654 int async; local
H A Dsubr_bus.c401 int async; member in struct:dev_softc
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dcontext.h154 int async; member in struct:ctx_query
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp39 SBAttachInfo::SBAttachInfo(const char *path, bool wait_for, bool async) argument
138 void SBAttachInfo::SetWaitForLaunch(bool b, bool async) { argument
/freebsd-11-stable/crypto/heimdal/lib/ipc/
H A Dclient.c483 int (*async)(void *, const heim_idata *, void *, member in struct:hipc_ops
/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
/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/sys/dev/sound/midi/
H A Dmidi.c121 struct proc *async; member in struct:snd_midi
[all...]
/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/dev/wpi/
H A Dif_wpi.c3409 wpi_add_broadcast_node(struct wpi_softc *sc, int async) argument
3658 wpi_set_txpower(struct wpi_softc *sc, int async) argument
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/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c213 dsl_dataset_block_kill(dsl_dataset_t *ds, const blkptr_t *bp, dmu_tx_t *tx, boolean_t async) argument
/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
5179 iwn4965_add_node(struct iwn_softc *sc, struct iwn_node_info *node, int async) argument
5200 iwn5000_add_node(struct iwn_softc *sc, struct iwn_node_info *node, int async) argument
5321 iwn_add_broadcast_node(struct iwn_softc *sc, int async) argument
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/sys/dev/iir/
H A Diir.h533 } async; member in union:__anon10275::__anon10276
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c460 struct sigio *async; /* Processes waiting for SIGIO */ member in struct:psm_softc
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3012 const bool async = attach_info.GetAsync(); local

Completed in 843 milliseconds