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

12

/freebsd-10.1-release/usr.sbin/ppp/
H A Dasync.c48 #include "async.h"
59 async_Init(struct async *async) argument
61 async_Setup(async);
62 memset(async->cfg.EscMap, '\0', sizeof async->cfg.EscMap);
66 async_Setup(struct async *async) argument
68 async->mode = MODE_HUNT;
69 async
74 async_SetLinkParams(struct async *async, u_int32_t mymap, u_int32_t hismap) argument
84 async_Encode(struct async *async, u_char **cp, u_char c, int proto) argument
147 async_Decode(struct async *async, u_char c) argument
[all...]
H A Dasync.h31 struct async { struct
49 extern void async_Init(struct async *);
50 extern void async_Setup(struct async *);
51 extern void async_SetLinkParams(struct async *, u_int32_t, u_int32_t);
H A Dphysical.h83 struct async async; /* Our async state */ member in struct:physical
H A DMakefile7 SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \
/freebsd-10.1-release/sys/modules/netgraph/
H A DMakefile6 SUBDIR= async \
/freebsd-10.1-release/sbin/hastd/
H A Dtoken.l73 async { DP; return ASYNC; }
/freebsd-10.1-release/sys/dev/ixl/
H A Di40e_adminq.h77 bool async; member in struct:i40e_asq_cmd_details
/freebsd-10.1-release/sys/netgraph/
H A Dng_async.c45 * This node type implements a PPP style sync <-> async converter.
64 static MALLOC_DEFINE(M_NETGRAPH_ASYNC, "netgraph_async", "netgraph async node");
78 hook_p async; /* Asynchronous side */ member in struct:ng_async_private
81 u_int16_t fcs; /* Decoded async FCS (so far) */
83 u_char *sbuf; /* Buffer to decode async into */
85 long lasttime; /* Time of last async packet sent */
169 NETGRAPH_INIT(async, &typestruct);
216 hookp = &sc->async;
247 if (hook == sc->async)
360 if (hook == sc->async)
[all...]
/freebsd-10.1-release/sys/cddl/compat/opensolaris/sys/
H A Dvfs.h68 #define fs_vscan(vp, cr, async) (0)
/freebsd-10.1-release/usr.sbin/ypbind/
H A Dyp_ping.c218 int async; local
270 async = TRUE;
271 clnt_control(clnt, CLSET_ASYNC, (char *)&async);
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dser-pipe.c159 ops->async = ser_unix_async;
H A Dserial.h39 so they can be cancelled. An async interface for open could be
232 void (*async) (struct serial *scb, int async_p); member in struct:serial_ops
H A Dserial.c306 /* ensure that the FD has been taken out of async mode */
352 "serial_readchar: blocking read in async mode");
482 return (scb->ops->async != NULL);
488 return (scb->ops->async != NULL) && (scb->async_handler != NULL);
499 scb->ops->async (scb, handler != NULL);
H A Dser-tcp.c229 ops->async = ser_unix_async;
/freebsd-10.1-release/contrib/unbound/libunbound/
H A Dcontext.c110 /** How many times to try to find an unused query-id-number for async */
141 q->async = (cb != NULL);
160 if(q->async)
244 q->async = 1;
279 log_assert(q->async);
362 * o uint32 async-id */
H A Dcontext.h57 * Contains two pipes for async service
58 * qq : write queries to the async service pid/tid.
59 * rr : read results from the async service pid/tid.
89 /** do threading (instead of forking) for async resolution */
123 /** number of async queries outstanding */
127 * Used when results come in for async to lookup.
137 * These are outstanding for async resolution.
146 /** was this an async query? */
147 int async; member in struct:ctx_query
151 /** for async quer
[all...]
/freebsd-10.1-release/sys/dev/sound/midi/
H A Dmidi.c122 struct proc *async; member in struct:snd_midi
563 if (m->async) {
564 PROC_LOCK(m->async);
565 kern_psignal(m->async, SIGIO);
566 PROC_UNLOCK(m->async);
605 if (m->async) {
606 PROC_LOCK(m->async);
607 kern_psignal(m->async, SIGIO);
608 PROC_UNLOCK(m->async);
655 m->async
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/ipc/
H A Dclient.c243 c->queue = dispatch_queue_create("heim-ipc-async-client", NULL);
483 int (*async)(void *, const heim_idata *, void *, member in struct:hipc_ops
561 if (ctx->ops->async == NULL) {
572 return (ctx->ops->async)(ctx->ctx, snd, userctx, func);
/freebsd-10.1-release/sys/cam/
H A Dcam_xpt_internal.h55 xpt_dev_async_func async; member in struct:xpt_xport
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h103 struct ib_uverbs_async_event_desc async; member in union:ib_uverbs_event::__anon10902
/freebsd-10.1-release/sys/dev/iscsi_initiator/
H A Discsi.h270 typedef struct async { struct
400 async_t async; member in union:ipdu_u
/freebsd-10.1-release/sys/kern/
H A Dvfs_cluster.c460 * Set the buffer up for an async read (XXX should
633 int async; local
639 async = DOINGASYNC(vp);
642 async = 0;
675 if (!async && seqcount > 0) {
736 if (!async && maxclen == 0) { /* I/O not contiguous */
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h91 SetAsyncExecution (bool async);
/freebsd-10.1-release/sys/dev/iir/
H A Diir_ctrl.c332 p->dvr.event_data.size = sizeof(p->dvr.event_data.eu.async);
H A Diir.c1635 gdt->sc_dvr.eu.async.ionode = gdt->sc_hanum;
1636 gdt->sc_dvr.eu.async.status = gdt->sc_status;
1639 gdt->sc_dvr.size = sizeof(gdt->sc_dvr.eu.async);
1640 gdt->sc_dvr.eu.async.ionode = gdt->sc_hanum;
1641 gdt->sc_dvr.eu.async.service = service;
1642 gdt->sc_dvr.eu.async.status = gdt->sc_status;
1643 gdt->sc_dvr.eu.async.info = gdt->sc_info;
1644 *(u_int32_t *)gdt->sc_dvr.eu.async.scsi_coord = gdt->sc_info2;

Completed in 146 milliseconds

12