Searched refs:dld_opt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h290 extern uint32_t dld_opt;
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c78 uint32_t dld_opt = 0; /* Global options */ variable
232 dld_opt |= DLD_OPT_NO_FASTPATH;
237 dld_opt |= DLD_OPT_NO_POLL;
242 dld_opt |= DLD_OPT_NO_ZEROCOPY;
247 dld_opt |= DLD_OPT_NO_SOFTRING;
H A Ddld_proto.c1405 if ((dld_opt & DLD_OPT_NO_POLL) != 0 || dsp->ds_mode == DLD_RAW)
1595 !(dld_opt & DLD_OPT_NO_ZEROCOPY)) {
H A Ddld_str.c2169 if (dld_opt & DLD_OPT_NO_FASTPATH) {

Completed in 91 milliseconds