Lines Matching defs:timeout
64 * uint32_t timeout);
108 * timeout field is supplied by user. timeout field is used to decide
109 * how long to block on glvc driver calls before we return timeout error
338 * uint32_t timeout - timeout field when waiting for data from channel.
343 * PCPL_GLVC_TIMEOUT - glvc call timeout.
351 uint32_t timeout)
373 if (timeout > 0)
374 glvc_timeout = timeout;
404 req_msg_hdr->timeout = timeout;
437 if (timeout == (uint32_t)PCP_TO_NO_RESPONSE)
965 hdrp->timeout = htonl(req_hdr->timeout);
990 uint32_t timeout;
1064 /* receive timeout value */
1065 if ((ret = pcp_io_op(&timeout, sizeof (timeout),
1070 timeout = ntohl(timeout);
1112 resp_hdr->timeout = timeout;