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

/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c158 uint_t timeout_usec, int type_wait);
160 uint_t timeout_usec, int type_wait);
5216 int type_wait)
5252 type_wait = NV_NOSLEEP;
5261 if ((type_wait != NV_NOSLEEP) && (cur > start_sleep)) {
5292 int type_wait)
5344 type_wait = NV_NOSLEEP;
5355 if ((type_wait != NV_NOSLEEP) && (cur > start_sleep)) {
5215 nv_wait(nv_port_t *nvp, uchar_t onbits, uchar_t offbits, uint_t timeout_usec, int type_wait) argument
5283 nv_wait3( nv_port_t *nvp, uchar_t onbits1, uchar_t offbits1, uchar_t failure_onbits2, uchar_t failure_offbits2, uchar_t failure_onbits3, uchar_t failure_offbits3, uint_t timeout_usec, int type_wait) argument

Completed in 88 milliseconds