Searched refs:async (Results 1 - 25 of 74) sorted by path

123

/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-pipe.c159 ops->async = ser_unix_async;
H A Dser-tcp.c229 ops->async = ser_unix_async;
H A Dser-unix.c1164 ASYNC only stops pestering its client when it is de-async'ed or it
1291 case of errors, the client will need to close or de-async the
1364 ops->async = ser_unix_async;
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 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
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js591 xml.async = "false";
2212 rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
6483 async: false,
7204 async: true,
7627 if ( s.async && s.timeout > 0 ) {
8008 script.async = "async";
8121 xhr.open( s.type, s.url, s.async, s.username, s.password );
8123 xhr.open( s.type, s.url, s.async );
8242 if ( !s.async || xh
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_umount.sh61 atf_check -o ignore -e ignore mount -o async ${BVND}${MPART} ${TMPMP}
H A Dt_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-11-stable/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-11-stable/sbin/hastd/
H A Dtoken.l75 async { DP; return ASYNC; }
/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/cddl/compat/opensolaris/sys/
H A Dvfs.h57 #define fs_vscan(vp, cr, async) (0)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c214 boolean_t async)
257 if (async) {
213 dsl_dataset_block_kill(dsl_dataset_t *ds, const blkptr_t *bp, dmu_tx_t *tx, boolean_t async) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h335 dmu_tx_t *tx, boolean_t async);
/freebsd-11-stable/sys/dev/iir/
H A Diir.c1615 gdt->sc_dvr.eu.async.ionode = gdt->sc_hanum;
1616 gdt->sc_dvr.eu.async.status = gdt->sc_status;
1619 gdt->sc_dvr.size = sizeof(gdt->sc_dvr.eu.async);
1620 gdt->sc_dvr.eu.async.ionode = gdt->sc_hanum;
1621 gdt->sc_dvr.eu.async.service = service;
1622 gdt->sc_dvr.eu.async.status = gdt->sc_status;
1623 gdt->sc_dvr.eu.async.info = gdt->sc_info;
1624 *(u_int32_t *)gdt->sc_dvr.eu.async.scsi_coord = gdt->sc_info2;
H A Diir.h205 #define GDT_MSG_REQUEST 0 /* async. event. message */
533 } async; member in union:__anon10275::__anon10276
H A Diir_ctrl.c280 p->dvr.event_data.size = sizeof(p->dvr.event_data.eu.async);
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsi.h270 typedef struct async { struct
400 async_t async; member in union:ipdu_u
H A Discsi_subr.c375 async_t *cmd = &pp->ipdu.async;
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.c182 int async, wantresp; local
189 async = hcmd->flags & IWM_CMD_ASYNC;
199 KASSERT(!async, ("invalid async parameter"));
298 async ? " (async)" : "");
326 if (!async) {
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3211 int async)
3236 if (async == 0)
3239 DPRINTF(sc, WPI_DEBUG_CMD, "%s: cmd %s size %u async %d\n",
3240 __func__, wpi_cmd_str(code), size, async);
3298 return async ? 0 : mtx_sleep(cmd, &sc->sc_mtx, PCATCH, "wpicmd", hz);
3409 wpi_add_broadcast_node(struct wpi_softc *sc, int async) argument
3426 return wpi_cmd(sc, WPI_CMD_ADD_NODE, &node, sizeof node, async);
3658 wpi_set_txpower(struct wpi_softc *sc, int async) argument
3699 return wpi_cmd(sc, WPI_CMD_TXPOWER, &cmd, sizeof cmd, async);
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/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...]
H A Dng_lmi.c938 /* async can only have one of these */
939 #if 0 /* async not yet accepted */
940 if (async && highest_dlci) {
/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/tools/tools/nanobsd/
H A Ddefaults.sh621 mount -o async ${dev} ${mnt}

Completed in 309 milliseconds

123