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

12

/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/common/fs/sockfs/
H A Dsockcommon_vnops.c248 int async = nflags & FASYNC; local
256 error = socket_ioctl(so, FIOASYNC, (intptr_t)&async, FKIOCTL,
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_af_thr.c293 kcondvar_t *async = &ringp->aft_async; local
303 cv_wait(async, lock);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c427 kcondvar_t *async = &ringp->s_ring_async; local
441 cv_wait(async, lock);
H A Dmac_sched.c2208 kcondvar_t *async = &mac_srs->srs_cv; local
2226 cv_wait(async, lock);
2455 cv_wait(async, lock);
3074 kcondvar_t *async = &mac_srs->srs_async; local
3122 cv_wait(async, lock);
/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/uts/common/inet/
H A Dsqueue.c1034 kcondvar_t *async = &sqp->sq_poll_cv; local
1051 cv_wait(async, lock);
1310 kcondvar_t *async = &sqp->sq_worker_cv; local
1347 cv_wait(async, lock);
/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/common/avs/ns/sdbc/
H A Dsd_ft.c54 * 1 = clone and async-write
55 * 2 = quicksort, clone, and async-write
435 _sd_ft_clone(ss_centry_info_t *ft_cent, int async) argument
479 * otherwise async flush
493 if (async) {
1050 * this then sorting for async recovery will have to be
1060 * async I/O or sync I/O or pin if sh_failed
/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...]
/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/lib/libslp/clib/
H A Dslp-internal.h135 SLPBoolean async; /* asynchronous flag */ member in struct:handle_impl
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.h67 struct ib_uverbs_async_event_desc async; member in union:uverbs_event::__anon7947
175 * 2. For getting a file for async events.
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c143 uint32_t type, void *buf, size_t len, int async);
971 uint32_t type, void *buf, size_t len, int async)
1013 if (async)
970 ipw2200_cmd(struct ipw2200_softc *sc, uint32_t type, void *buf, size_t len, int async) argument
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c862 fs_vscan(vnode_t *vp, cred_t *cr, int async) argument
867 ret = (*fs_av_scan)(vp, cr, async);
/illumos-gate/usr/src/uts/common/io/vscan/
H A Dvscan_svc.c127 * Although unusual, it is possible that the async response is
159 * | +---------------------------+ async result |
163 * | async result |
457 vscan_svc_scan_file(vnode_t *vp, cred_t *cr, int async) argument
467 DTRACE_PROBE2(vscan__scan__file, char *, vp->v_path, int, async);
471 if ((allow == B_TRUE) || (async != 0))
490 return ((async != 0) ? 0 : EACCES);
494 if (async) {
670 } else { /* async response */
756 * an async sca
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c136 uchar_t async : 1; member in struct:conf_feature::features::morphing
140 uchar_t async : 1;
/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...]
H A Dbscbus.c132 BSC_CMD_PROCESS = 13, /* async intr */
286 uint8_t async; member in struct:bscbus_channel_state
766 csp->async = (data & BSCBUS_STATUS_ASYNC) ? 1 : 0;
1225 * Space 2 - LOM async event flag register access
1252 return (csp->async);
1350 return (csp->async);
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c2711 wpi_cmd(wpi_sc_t *sc, int code, const void *buf, int size, int async) argument
2738 if (async)
3026 return (WPI_SUCCESS); /* will be notified async. of failure/success */
/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/vm/
H A Dseg_spt.c876 * raw async i/o is still in progress or where a thread
1237 * raw async i/o is still in progress or where a thread
1436 enum seg_rw rw, int async)
1455 ASSERT(async || AS_LOCK_HELD(seg->s_as));
1499 * If we are pcache async thread or called via seg_ppurge_wiredpp() we
1500 * may not hold AS lock (in this case async argument is not 0). This
1509 * The second complication we have to deal with in async case is a
1515 * to 0 if async is not 0. unmapwait thread
1518 if (async)
1528 if (async || AS_ISUNMAPWAI
1435 segspt_reclaim(void *ptag, caddr_t addr, size_t len, struct page **pplist, enum seg_rw rw, int async) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c442 hrtime_t t, cred_t *cr, int async,
473 * and an async writer thread.
636 * If we're the recov thread, then force async nfs4_purge_caches
640 nfs4_purge_caches(vp, NFS4_NOPURGE_DNLC, cr, recov ? 1 : async);
1071 * for the demand-based allocation of async threads per-mount. The
1147 * Once MI4_ASYNC_MGR_STOP is set, no more async operations will be
1241 * Signal (and wait for) the async manager thread to clean up and go away.
1254 * Wait for the async manager thread to die.
1327 * Link request structure into the async list and
1328 * wakeup async threa
441 nfs4_attr_cache(vnode_t *vp, nfs4_ga_res_t *garp, hrtime_t t, cred_t *cr, int async, change_info4 *cinfo) argument
[all...]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c3918 iwh_cmd(iwh_sc_t *sc, int code, const void *buf, int size, int async) argument
3944 if (async) {
3960 if (async) {
5522 iwh_tx_power_table(iwh_sc_t *sc, int async) argument
5553 sizeof (txpower), async);
5927 iwh_qosparam_to_hw(iwh_sc_t *sc, int async) argument
5976 sizeof (qosparam_cmd), async);
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c3737 iwp_cmd(iwp_sc_t *sc, int code, const void *buf, int size, int async) argument
3763 if (async) {
3779 if (async) {

Completed in 319 milliseconds

12