/titanic_41/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 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; in asydetach() local 391 async = (struct asyncline *)ddi_get_soft_state(su_asyncline, instance); in asydetach() 459 cv_destroy(&async->async_flags_cv); in asydetach() 476 struct asyncline *async; in asyattach() local 511 struct asyncline *async; in asyattach() local 525 async = (struct asyncline *)asy->asy_priv; in asyattach() [all …]
|
/titanic_41/usr/src/uts/common/io/ |
H A D | asy.c | 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; in async_put_suspq() local 420 if (async->async_suspqf == NULL) in async_put_suspq() 421 async->async_suspqf = mp; in async_put_suspq() 423 async->async_suspqb->b_next = mp; in async_put_suspq() [all …]
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 418 struct asyncline *async; in xenconsopen() local 426 async = xcp->priv; in xenconsopen() 431 if ((async->async_flags & ASYNC_ISOPEN) == 0) { in xenconsopen() 432 async->async_ttycommon.t_iflag = 0; in xenconsopen() 433 async->async_ttycommon.t_iocpending = NULL; in xenconsopen() 434 async->async_ttycommon.t_size.ws_row = 0; in xenconsopen() 435 async->async_ttycommon.t_size.ws_col = 0; in xenconsopen() 436 async->async_ttycommon.t_size.ws_xpixel = 0; in xenconsopen() 437 async->async_ttycommon.t_size.ws_ypixel = 0; in xenconsopen() 438 async->async_dev = *dev; in xenconsopen() [all …]
|
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_async.c | 115 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); 152 hci1394_async_t *async; in hci1394_async_init() local 163 async = kmem_alloc(sizeof (hci1394_async_t), KM_SLEEP); in hci1394_async_init() [all …]
|
H A D | hci1394_s1394if.c | 174 status = hci1394_async_phy(soft_state->async, cmd_id, cmd_private, in hci1394_s1394if_phy() 222 status = hci1394_async_write(soft_state->async, cmd_id, cmd_private, in hci1394_s1394if_write() 271 status = hci1394_async_read(soft_state->async, cmd_id, cmd_private, in hci1394_s1394if_read() 321 status = hci1394_async_lock(soft_state->async, cmd_id, cmd_private, in hci1394_s1394if_lock() 369 status = hci1394_async_write_response(soft_state->async, cmd_id, in hci1394_s1394if_write_response() 418 status = hci1394_async_read_response(soft_state->async, cmd_id, in hci1394_s1394if_read_response() 469 status = hci1394_async_lock_response(soft_state->async, cmd_id, in hci1394_s1394if_lock_response() 505 hci1394_async_response_complete(soft_state->async, cmd_id, cmd_private); in hci1394_s1394if_response_complete() 1075 hci1394_async_pending_timeout_update(soft_state->async, in hci1394_s1394if_csr_write() 1087 hci1394_async_pending_timeout_update(soft_state->async, in hci1394_s1394if_csr_write()
|
H A D | hci1394_isr.c | 390 hci1394_async_atreq_reset(soft_state->async); in hci1394_isr_bus_reset() 391 hci1394_async_atresp_reset(soft_state->async); in hci1394_isr_bus_reset() 558 hci1394_async_flush(soft_state->async); in hci1394_isr_self_id() 781 status = hci1394_async_atreq_process(soft_state->async, B_FALSE, in hci1394_isr_atreq_complete() 823 status = hci1394_async_arresp_process(soft_state->async, in hci1394_isr_arresp() 860 status = hci1394_async_arreq_process(soft_state->async, in hci1394_isr_arreq() 905 status = hci1394_async_atresp_process(soft_state->async, in hci1394_isr_atresp_complete()
|
H A D | hci1394_detach.c | 95 hci1394_async_flush(soft_state->async); in hci1394_detach() 148 hci1394_async_suspend(soft_state->async); in hci1394_detach() 227 hci1394_async_fini(&soft_state->async); in hci1394_detach_hardware()
|
H A D | hci1394_attach.c | 440 soft_state->csr, &soft_state->async); in hci1394_hardware_init() 461 hci1394_async_fini(&soft_state->async); in hci1394_hardware_init() 512 status = hci1394_async_resume(soft_state->async); in hci1394_hardware_resume() 874 hci1394_async_flush(soft_state->async); in hci1394_cleanup()
|
H A D | hci1394_misc.c | 171 hci1394_async_flush(soft_state->async); in hci1394_shutdown()
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | SLPFindAttrs.c | 120 if (!hp->async) { in slp_UnpackAttrReply() 124 if (!hp->async && pcAttrList) { in slp_UnpackAttrReply() 173 if (!hp->async) { in slp_UnpackAttrReply() 206 if (!hp->async) { in unpackDAAdvert_attr() 210 if (!hp->async && attrs) { in unpackDAAdvert_attr() 227 if (!hp->async) { in unpackDAAdvert_attr() 262 if (!hp->async) { in unpackSAAdvert_attr() 266 if (!hp->async && attrs) { in unpackSAAdvert_attr() 279 if (!hp->async) { in unpackSAAdvert_attr()
|
H A D | SLPFindSrvs.c | 119 if (!hp->async) { in slp_unpackSrvReply() 184 if (!hp->async) { in slp_unpackSrvReply() 193 if (hp->async) in slp_unpackSrvReply() 235 if (!hp->async) { in unpackDAAdvert_srv() 257 if (hp->async) { in unpackDAAdvert_srv() 292 if (!hp->async) { in unpackSAAdvert_srv() 311 if (hp->async) { in unpackSAAdvert_srv() 531 if (cont && (!h || !h->async)) in process_surl_node()
|
H A D | SLPOpen.c | 73 hp->async = SLP_TRUE; in SLPOpen() 75 hp->async = SLP_FALSE; in SLPOpen()
|
H A D | SLPFindSrvTypes.c | 84 if (!hp->async) { in UnpackSrvTypesReply() 88 if (!hp->async && pcSrvTypes) { in UnpackSrvTypesReply() 113 if (!hp->async) { in UnpackSrvTypesReply()
|
H A D | SLPUtils.c | 248 sync_state = hp->async; in SAAdvert_for_scopes() 249 hp->async = SLP_FALSE; in SAAdvert_for_scopes() 270 hp->async = sync_state; in SAAdvert_for_scopes()
|
H A D | slp_ua_common.c | 100 if (hp->async) { in slp_ua_common()
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_subr.c | 524 int async; member 559 swdp->async++; in strand_walker() 592 swdp->err = swdp->done = swdp->fail = swdp->async = 0; in walk_strands() 630 else if (swd.async > 0) in retire_strands() 654 else if (swd.async > 0) in unretire_strands() 677 rc = (swd.fail + swd.async > 0) ? FMD_SERVICE_STATE_DEGRADED : in service_state_strands() 679 else if (swd.async > 0) in service_state_strands() 703 rc = (swd.fail + swd.async > 0 || swd.done == 0) ? 0 : 1; in unusable_strands()
|
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_state.h | 65 hci1394_async_handle_t async; /* see hci1394_async.h */ member
|
/titanic_41/usr/src/uts/common/io/vscan/ |
H A D | vscan_svc.c | 457 vscan_svc_scan_file(vnode_t *vp, cred_t *cr, int async) in vscan_svc_scan_file() argument 467 DTRACE_PROBE2(vscan__scan__file, char *, vp->v_path, int, async); in vscan_svc_scan_file() 471 if ((allow == B_TRUE) || (async != 0)) in vscan_svc_scan_file() 490 return ((async != 0) ? 0 : EACCES); in vscan_svc_scan_file() 494 if (async) { in vscan_svc_scan_file()
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | Makefile | 30 OBJS = adopt.o agent.o async.o bound.o class_id.o defaults.o inform.o \
|
/titanic_41/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.h | 78 bool async; member
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_af_thr.c | 293 kcondvar_t *async = &ringp->aft_async; in rdsv3_af_thr_worker() local 303 cv_wait(async, lock); in rdsv3_af_thr_worker()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 248 int async = nflags & FASYNC; in socket_vop_setfl() local 256 error = socket_ioctl(so, FIOASYNC, (intptr_t)&async, FKIOCTL, in socket_vop_setfl()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | Makefile | 39 async.h \
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | squeue.c | 1034 kcondvar_t *async = &sqp->sq_poll_cv; in squeue_polling_thread() local 1051 cv_wait(async, lock); in squeue_polling_thread() 1310 kcondvar_t *async = &sqp->sq_worker_cv; in squeue_worker() local 1347 cv_wait(async, lock); in squeue_worker()
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_soft_ring.c | 427 kcondvar_t *async = &ringp->s_ring_async; in mac_soft_ring_worker() local 441 cv_wait(async, lock); in mac_soft_ring_worker()
|