Searched defs:cmd_timeout (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_main.c417 cmd_timeout(fmd_hdl_t *hdl, id_t id, void *arg) function
584 cmd_timeout, /* fmdo_timeout */
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_timer.c186 if ((gcmdp->cmd_timeout > 0) &&
187 (lbolt - gcmdp->cmd_start_time >= gcmdp->cmd_timeout)) {
679 if ((gcmdp->cmd_timeout > 0) &&
680 (lbolt - gcmdp->cmd_start_time >= gcmdp->cmd_timeout))
866 ghd_timer_start(ccc_t *cccp, gcmd_t *gcmdp, long cmd_timeout) argument
875 gcmdp->cmd_timeout = (cmd_timeout * ghd_HZ);
H A Dghd.h109 ulong_t cmd_timeout; /* how long to wait */ member in struct:ghd_cmd
309 void ghd_timer_start(ccc_t *cccp, gcmd_t *cmdp, long cmd_timeout);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h123 int cmd_timeout; /* timeout value in seconds */ member in struct:script_info
H A Drcm_script.c396 rsi->cmd_timeout = -1; /* don't time scriptinfo command */
402 if (rsi->cmd_timeout == -1)
403 rsi->cmd_timeout = SCRIPT_CMD_TIMEOUT;
1275 rsi->cmd_timeout = atoi(value);
1343 int cmd_timeout = rsi->cmd_timeout; local
1355 deadline = rsi->lastrun + cmd_timeout;
1367 if (cmd_timeout > 0) {
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h100 clock_t cmd_timeout; /* how long to wait */ member in struct:ghd_cmd
270 void ghd_timer_start(ccc_t *cccp, gcmd_t *cmdp, uint32_t cmd_timeout);
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h263 uint_t cmd_timeout; member in struct:sf_pkt
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h531 int cmd_timeout; /* copy of pkt_time */ member in struct:scsa2usb_cmd
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h573 uint_t cmd_timeout; member in struct:fcp_pkt

Completed in 126 milliseconds