Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c700 dsp->ds_native = B_FALSE; in dld_str_destroy()
935 if (!dsp->ds_native) { in str_mdata_raw_put()
1231 if (!dsp->ds_native) { in dld_str_rx_raw()
2095 if (!dsp->ds_native && mip->mi_media != mip->mi_nativemedia) in ioc_native()
2096 dsp->ds_native = B_TRUE; in ioc_native()
2098 if (dsp->ds_native) in ioc_native()
H A Ddld_proto.c231 if (dsp->ds_native) in proto_info_req()
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h164 boolean_t ds_native; /* SL */ member