Searched refs:ds_polling (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Ddld_impl.h169 boolean_t ds_polling; /* SL */ member in struct:dld_str_s
/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1398 if (dsp->ds_polling)
1429 dsp->ds_polling = B_TRUE;
1437 if (!dsp->ds_polling)
1443 dsp->ds_polling = B_FALSE;
1716 if (dsp->ds_polling)
H A Ddld_str.c671 ASSERT(dsp->ds_polling == B_FALSE);
2129 if (dsp->ds_polling || dsp->ds_direct) {
2229 if (!dsp->ds_polling && !dsp->ds_direct)

Completed in 44 milliseconds