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

1234567

/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c101 /* The async interrupt entry points */
107 static void async_ioctl(struct asyncline *async, queue_t *q, mblk_t *mp,
112 static void async_start(struct asyncline *async);
113 static void async_nstart(struct asyncline *async, int mode);
114 static void async_resume(struct asyncline *async);
385 struct asyncline *async; local
391 async = (struct asyncline *)ddi_get_soft_state(su_asyncline, instance);
459 cv_destroy(&async->async_flags_cv);
476 struct asyncline *async; local
511 struct asyncline *async; local
1068 struct asyncline *async = arg; local
1111 struct asyncline *async; local
1312 struct asyncline *async; local
1332 struct asyncline *async; local
1635 struct asyncline *async; local
1737 struct asyncline *async = (struct asyncline *)asy->asy_priv; local
1803 struct asyncline *async = (struct asyncline *)asy->asy_priv; local
1978 struct asyncline *async = (struct asyncline *)asy->asy_priv; local
2023 struct asyncline *async; local
2072 struct asyncline *async = (struct asyncline *)asy->asy_priv; local
2422 struct asyncline *async = arg; local
2477 async_start(struct asyncline *async) argument
2486 async_nstart(struct asyncline *async, int mode) argument
2736 async_resume(struct asyncline *async) argument
2766 async_ioctl(struct asyncline *async, queue_t *wq, mblk_t *mp, boolean_t iswput) argument
3264 struct asyncline *async; local
3288 register struct asyncline *async; local
3509 struct asyncline *async = arg; local
3536 struct asyncline *async = (struct asyncline *)q->q_ptr; local
3686 struct asyncline *async; local
3707 struct asyncline *async; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c168 /* The async interrupt entry points */
174 static void async_ioctl(struct asyncline *async, queue_t *q, mblk_t *mp);
178 static void async_start(struct asyncline *async);
179 static void async_nstart(struct asyncline *async, int mode);
180 static void async_resume(struct asyncline *async);
197 static void async_resume_utbrk(struct asyncline *async);
198 static void async_dtr_free(struct asyncline *async);
416 struct asyncline *async = asy->asy_priv; local
420 if (async->async_suspqf == NULL)
421 async
431 struct asyncline *async = asy->asy_priv; local
448 struct asyncline *async = asy->asy_priv; local
603 struct asyncline *async; local
760 struct asyncline *async; local
1089 struct asyncline *async = asy->asy_priv; local
1532 struct asyncline *async; local
1547 struct asyncline *async; local
1712 struct asyncline *async = arg; local
1753 async_dtr_free(struct asyncline *async) argument
1773 struct asyncline *async; local
1954 struct asyncline *async; local
2023 struct asyncline *async; local
2206 struct asyncline *async = asy->asy_priv; local
2233 struct asyncline *async; local
2319 struct asyncline *async = asy->asy_priv; local
2428 struct asyncline *async = asy->asy_priv; local
2564 struct asyncline *async = asy->asy_priv; local
2626 struct asyncline *async; local
2673 struct asyncline *async = asy->asy_priv; local
2983 struct asyncline *async = (struct asyncline *)arg; local
3016 async_start(struct asyncline *async) argument
3026 async_nstart(struct asyncline *async, int mode) argument
3214 async_resume(struct asyncline *async) argument
3247 struct asyncline *async = arg; local
3261 async_resume_utbrk(struct asyncline *async) argument
3309 async_ioctl(struct asyncline *async, queue_t *wq, mblk_t *mp) argument
3749 struct asyncline *async; local
3783 struct asyncline *async; local
4096 struct asyncline *async; local
4126 struct asyncline *async = (struct asyncline *)q->q_ptr; local
4594 struct asyncline *async = asy->asy_priv; local
4668 struct asyncline *async = asy->asy_priv; local
4715 struct asyncline *async = asy->asy_priv; local
4768 struct asyncline *async = asy->asy_priv; local
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c130 /* The async interrupt entry points */
418 struct asyncline *async; local
426 async = xcp->priv;
431 if ((async->async_flags & ASYNC_ISOPEN) == 0) {
432 async->async_ttycommon.t_iflag = 0;
433 async->async_ttycommon.t_iocpending = NULL;
434 async->async_ttycommon.t_size.ws_row = 0;
435 async->async_ttycommon.t_size.ws_col = 0;
436 async->async_ttycommon.t_size.ws_xpixel = 0;
437 async
474 struct asyncline *async; local
534 struct asyncline *async; local
698 struct asyncline *async; local
761 xcasync_start(struct asyncline *async) argument
891 xcasync_ioctl(struct asyncline *async, queue_t *wq, mblk_t *mp) argument
1094 struct asyncline *async; local
1241 struct asyncline *async; local
1432 struct asyncline *async = xcp->priv; local
1478 struct asyncline *async = xcp->priv; local
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c115 static void hci1394_async_atreq_start(void *async, uint32_t command_ptr);
116 static void hci1394_async_arresp_start(void *async, uint32_t command_ptr);
117 static void hci1394_async_arreq_start(void *async, uint32_t command_ptr);
118 static void hci1394_async_atresp_start(void *async, uint32_t command_ptr);
120 static void hci1394_async_atreq_wake(void *async);
121 static void hci1394_async_arresp_wake(void *async);
122 static void hci1394_async_arreq_wake(void *async);
123 static void hci1394_async_atresp_wake(void *async);
141 * Initialize the async DMA engines and state. We init the tlabels; ATREQ
152 hci1394_async_t *async; local
314 hci1394_async_t *async; local
3453 hci1394_async_atreq_start(void *async, uint32_t command_ptr) argument
3472 hci1394_async_atreq_wake(void *async) argument
3552 hci1394_async_arresp_start(void *async, uint32_t command_ptr) argument
3571 hci1394_async_arresp_wake(void *async) argument
3629 hci1394_async_arreq_start(void *async, uint32_t command_ptr) argument
3648 hci1394_async_arreq_wake(void *async) argument
3739 hci1394_async_atresp_start(void *async, uint32_t command_ptr) argument
3758 hci1394_async_atresp_wake(void *async) argument
[all...]
H A Dhci1394_detach.c94 /* Flush out async DMA Q's (cancels pendingQ timeouts too) */
95 hci1394_async_flush(soft_state->async);
147 /* Make sure async engine is ready to suspend */
148 hci1394_async_suspend(soft_state->async);
226 /* cleanup async layer */
227 hci1394_async_fini(&soft_state->async);
H A Dhci1394_isr.c390 hci1394_async_atreq_reset(soft_state->async);
391 hci1394_async_atresp_reset(soft_state->async);
557 /* Flush out async DMA Q's */
558 hci1394_async_flush(soft_state->async);
781 status = hci1394_async_atreq_process(soft_state->async, B_FALSE,
823 status = hci1394_async_arresp_process(soft_state->async,
860 status = hci1394_async_arreq_process(soft_state->async,
905 status = hci1394_async_atresp_process(soft_state->async,
H A Dhci1394_s1394if.c174 status = hci1394_async_phy(soft_state->async, cmd_id, cmd_private,
222 status = hci1394_async_write(soft_state->async, cmd_id, cmd_private,
271 status = hci1394_async_read(soft_state->async, cmd_id, cmd_private,
321 status = hci1394_async_lock(soft_state->async, cmd_id, cmd_private,
369 status = hci1394_async_write_response(soft_state->async, cmd_id,
418 status = hci1394_async_read_response(soft_state->async, cmd_id,
469 status = hci1394_async_lock_response(soft_state->async, cmd_id,
505 hci1394_async_response_complete(soft_state->async, cmd_id, cmd_private);
1075 hci1394_async_pending_timeout_update(soft_state->async,
1087 hci1394_async_pending_timeout_update(soft_state->async,
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c120 if (!hp->async) {
124 if (!hp->async && pcAttrList) {
173 if (!hp->async) {
176 /* async: invoke cb */
206 if (!hp->async) {
210 if (!hp->async && attrs) {
227 if (!hp->async) {
230 /* async: invoke cb */
262 if (!hp->async) {
266 if (!hp->async
[all...]
H A DSLPFindSrvs.c119 if (!hp->async) {
184 if (!hp->async) {
193 if (hp->async)
235 if (!hp->async) {
257 if (hp->async) {
292 if (!hp->async) {
311 if (hp->async) {
531 if (cont && (!h || !h->async))
H A DSLPOpen.c73 hp->async = SLP_TRUE;
75 hp->async = SLP_FALSE;
H A DSLPFindSrvTypes.c84 if (!hp->async) {
88 if (!hp->async && pcSrvTypes) {
113 if (!hp->async) {
119 /* async; invoke cb */
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DMakefile30 OBJS = adopt.o agent.o async.o bound.o class_id.o defaults.o inform.o \
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_state.h65 hci1394_async_handle_t async; /* see hci1394_async.h */ member in struct:hci1394_state_s
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dopl_module.h29 #include <sys/async.h>
73 struct async_flt cmn_asyncflt; /* common - see sun4u/sys/async.h */
95 * "async.h". Reused reserved Ultrasparc3 specific fault status
/illumos-gate/usr/src/uts/sun4/os/
H A Dbus_func.c31 #include <sys/async.h>
40 * For more information on bus_func semantics, refer to sun4u/sys/async.h.
90 * callbacks obey the rules described in async.h.
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_debug.c33 #include <sys/async.h>
H A Dpcix.c30 #include <sys/async.h>
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmemscrub_asm.s43 #include <sys/async.h>
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h78 bool async; member in struct:i40e_asq_cmd_details
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c502 status = "async retiring";
524 int async; member in struct:strand_walk_data
559 swdp->async++;
592 swdp->err = swdp->done = swdp->fail = swdp->async = 0;
630 else if (swd.async > 0)
654 else if (swd.async > 0)
677 rc = (swd.fail + swd.async > 0) ? FMD_SERVICE_STATE_DEGRADED :
679 else if (swd.async > 0)
703 rc = (swd.fail + swd.async > 0 || swd.done == 0) ? 0 : 1;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachcpuvar.h35 #include <sys/async.h>
45 #include <sys/async.h>
H A Dcpu_module.h33 #include <sys/async.h>
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dprefetch_io.d53 arc_read:arc-sync-wait-for-async
/illumos-gate/usr/src/uts/sun4/sys/
H A Dplatform_module.h31 #include <sys/async.h>
/illumos-gate/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/
H A Diod_main.c38 #include <sys/async.h>

Completed in 142 milliseconds

1234567