Home
last modified time | relevance | path

Searched refs:DLD_OPT_NO_POLL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h286 #define DLD_OPT_NO_POLL 0x00000002 macro
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1413 if ((dld_opt & DLD_OPT_NO_POLL) != 0 || dsp->ds_mode == DLD_RAW) in dld_capab_poll_enable()
H A Ddld_drv.c239 dld_opt |= DLD_OPT_NO_POLL; in drv_set_opt()