Home
last modified time | relevance | path

Searched refs:DFLT_CMD_TIMEOUT (Results 1 – 10 of 10) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dos_fnbsd.c165 (tmout ? tmout : DFLT_CMD_TIMEOUT) * 1000 in pthru_send()
222 ucmd.timeout = (tmout ? tmout : DFLT_CMD_TIMEOUT) * 1000; in pthru_send()
H A Dos_hpux.c147 scp.clock_ticks = (tmout ? tmout : DFLT_CMD_TIMEOUT) * 50; in pthru_send()
262 sctl.max_msecs = (tmout ? tmout : DFLT_CMD_TIMEOUT) * 1000; in pthru_send()
H A Dos_aix.c130 sc_cmd.timeout_value = tmout ? tmout : DFLT_CMD_TIMEOUT; in pthru_send()
H A Dos_aux.c147 sc_cmd.timeout = tmout ? tmout : DFLT_CMD_TIMEOUT; in pthru_send()
H A Dos_irix.c152 dsreq.ds_time = (tmout ? tmout : DFLT_CMD_TIMEOUT) * 1000; in pthru_send()
H A Dos_vms.c167 pthru_desc[8] = tmout ? tmout : DFLT_CMD_TIMEOUT; in pthru_send()
H A Dos_bsdi.c249 suc.suc_timeout = (u_int) (tmout ? tmout : DFLT_CMD_TIMEOUT); in pthru_send()
H A Dos_dec.c176 ccb.cam_timeout = tmout ? tmout : DFLT_CMD_TIMEOUT; in pthru_send()
H A Dos_svr4.c156 scbp->sc_time = (tmout ? tmout : DFLT_CMD_TIMEOUT) * 1000; in pthru_send()
H A Dscsipt.h58 #define DFLT_CMD_TIMEOUT 10 /* seconds */ macro