Searched defs:wait (Results 101 - 116 of 116) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c4866 * we don't wait for completion if wait is not set.
4872 int wait)
4900 pwrk = pmcs_gwork(pwp, wait ? PMCS_TAG_TYPE_WAIT : PMCS_TAG_TYPE_NONE,
4911 if (wait) {
4959 if (!wait) {
6117 * sit here and wait for it to complete. If we don't, we'll remove
6989 * Commands on the wait queue (or the special queue below) don't have
4871 pmcs_abort(pmcs_hw_t *pwp, pmcs_phy_t *pptr, uint32_t tag, int all_cmds, int wait) argument
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1679 /* Get the number of clock ticks to wait */
1926 int wait; local
1935 * and wait for it to respond that we can have it.
1956 /* now wait for 5 seconds for InterruptRouting to go away */
1957 for (wait = 0; wait < 5000; wait++) {
1964 if (wait >= 5000) {
4238 * be sure that the HCD has seen the sKip bit, wait
4599 * usb frames needs to wait befor
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h707 * Semaphore used to wait for completion on.
1192 int wait; member in struct:fcp_hp_elem
1199 * Condition variable used when wait is true.
1411 /* init() and attach() wait timeout values (in usecs) */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcf.c279 * entry of the next wait state.
538 * entry of the next wait state.
836 * entry of the next wait state.
1078 * entry of the next wait state.
1368 * entry of the next wait state.
1705 * entry of the next wait state.
2174 emlxs_fcf_shutdown_notify(emlxs_port_t *port, uint32_t wait) argument
2205 if (wait && (rval == 0)) {
11398 emlxs_vpi_port_unbind_notify(emlxs_port_t *port, uint32_t wait) argument
11442 if (wait
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c302 static rdma_stat rib_read(CONN *conn, struct clist *cl, int wait);
303 static rdma_stat rib_write(CONN *conn, struct clist *cl, int wait);
2409 /* send-wait & cv_signal */
2417 * Send RPC reply and wait for RDMA_DONE.
2431 /* No cv_signal (whether send-wait or no-send-wait) */
2685 * If message not yet received, wait.
2732 * reply wait list.
2749 rib_write(CONN *conn, struct clist *cl, int wait) argument
2774 if (wait) {
2841 rib_read(CONN *conn, struct clist *cl, int wait) argument
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1439 * to go away. The wait happens in mac_flow_wait.
2195 * to go away. The wait happens in mac_flow_wait.
3413 * for Tx quiescence. The wait and signal are always done using the
3727 mac_notify_remove(mac_notify_handle_t mnh, boolean_t wait) argument
3742 * inline, else we wait for the deferred remove to complete
3755 * If we failed to remove the notification callback and "wait" is set
3756 * to be B_TRUE, wait for the callback to finish after we exit the
3759 if (err != 0 && wait) {
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c185 int wait; member in struct:copy_args
457 * raw reserved, we need to do a real nsc_reserve, so wait
4938 _ii_mass_copy(_ii_info_t **ipa, dsw_aioctl_t *ucopy, int wait) argument
5060 rc = _ii_do_copy(ip, ucopy->flags, kstatus, wait);
5077 if (!wait)
5093 _ii_list_copy(char *list, dsw_aioctl_t *ucopy, int wait) argument
5127 rc = _ii_mass_copy(ipa, ucopy, wait);
5147 _ii_group_copy(char *name, dsw_aioctl_t *ucopy, int wait) argument
5203 rc = _ii_mass_copy(ipa, ucopy, wait);
6368 /* this rw_enter forces us to wait unti
6987 _ii_copyvol(_ii_info_t *ip, int flag, int rtype, spcs_s_info_t kstatus, int wait) argument
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.h88 /* If there is another pending ramrod, wait until it finishes and
494 * just wait. It assumes that the completion code will schedule
497 int (*wait)(struct _lm_device_t *pdev, struct ecore_vlan_mac_obj *o); member in struct:ecore_vlan_mac_obj
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c132 * to a worker thread to bring up the kept device. The caller does not wait.
317 clock_t pm_id_ticks = 5; /* ticks to wait before scan during idle-down */
609 * Cancel scan or wait for scan in progress to finish
1345 * wait for termination of dispatched pm_scan thread
2230 pm_dispatch_to_dep_thread(int cmd, char *keeper, char *kept, int wait, argument
2237 new_work->pdw_wait = wait;
2262 /* If caller asked for it, wait till it is done. */
2263 if (wait) {
2272 * If we asked to wait, it is our job to free the request
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h774 uint32_t wait; /* max WAIT time in device speed format */ member in struct:cistpl_cftable_entry_speed_t
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c49 * like rewind etc skew the wait/busy times
239 * HBA, and flush-on-errors were set, we wait for all outstanding I/O's to
240 * come back (with CMD_ABORTED), then flush all bp's in the wait queue with
531 static int st_cmd(struct scsi_tape *un, int com, int64_t count, int wait);
627 static int st_rcmd(struct scsi_tape *un, int com, int64_t count, int wait);
674 static void st_debug_cmds(struct scsi_tape *un, int com, int count, int wait);
1438 * - wait until outstanding operations complete
1469 * we wait on both ncmds and the wait queue for times
3391 * wait til
7594 st_cmd(struct scsi_tape *un, int com, int64_t count, int wait) argument
12347 st_debug_cmds(struct scsi_tape *un, int com, int count, int wait) argument
17186 st_rcmd(struct scsi_tape *un, int com, int64_t count, int wait) argument
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c215 int warn, int (*wait)(caddr_t))
223 err = ddi_dma_alloc_handle(dip, attr, wait,
233 wait, NULL, &kaddr, &real_length,
243 bind_flags, wait, NULL, &cookie, &count);
1236 /* wait up to 20ms */
1290 * send an rdma command to the PCIe engine, and wait for the
1345 * send a reload command to the bootstrap MCP, and wait for the
2712 /* don't wait for conf. that irq is low */
2716 /* no need to wait for conf. that irq is low */
6137 /* wait fo
212 myri10ge_dma_alloc(dev_info_t *dip, size_t len, ddi_dma_attr_t *attr, ddi_device_acc_attr_t *accattr, uint_t alloc_flags, int bind_flags, struct myri10ge_dma_stuff *dma, int warn, int (*wait)(caddr_t)) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c136 int wait);
548 * Need to wait since it happens asynchronously.
662 * Since process is asynchronous we need to wait
1211 * domain then there's no need to wait.
10262 * No need to wait for send side to actually suspend
10877 * At this level we only busy-wait.
11093 idn_chan_action(int channel, idn_chanaction_t chanaction, int wait) argument
11139 wait && (csp->ch_recv_threadp != curthread)) {
11170 if (wait && (csp->ch_recv_threadp != curthread)) {
11196 * Rather than wait fo
[all...]
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_drm.h194 * emit hw wait commands -- note:
195 * doesn't make the cpu wait, just
223 } wait; member in union:__anon9529
279 } wait; member in union:__anon9537
748 /* 1.6: Userspace can request & wait on irq's: */
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c557 int tgt_cnt, int flags, int wait);
2389 * If there is a reconfiguration in progress, wait
3436 * Argument: icmd Internal packet to wait on for completion.
4034 * while limiting the maximum wait time for an
4776 * Must do an in-line wait for I/Os
9582 * drop all the internal commands and wait for the
11176 * If there is a reconfiguration in progress, wait for it to complete.
11396 * We determine if the caller is willing to wait for the
12341 * If the elements wait field is set to 1 then
12344 * freed by the waiting thread. If the elements wait fiel
14420 fcp_pass_to_hp(struct fcp_port *pptr, struct fcp_lun *plun, child_info_t *cip, int what, int link_cnt, int tgt_cnt, int flags, int wait) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h86 * Number of seconds to wait for response to respective
93 * Number of seconds to wait between retries of the respective
1472 * Max wait time in ticks that local domains waits for
1474 * to be at least as long as wait time for a response to
2738 * handler thread to wait on.
2896 * we need a place to wait until the
3798 int wait; /* input */ member in struct:idnop::__anon10102
3804 int wait; /* input */ member in struct:idnop::__anon10103

Completed in 631 milliseconds

12345