Home
last modified time | relevance | path

Searched refs:DL_AUTO_XID (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3922 if (dlp->dl_xidtest_flg & (DL_AUTO_XID | DL_AUTO_TEST)) { in gld_bind()
H A Dllc1.c1183 if (dlp->dl_xidtest_flg & DL_AUTO_XID) in llc1_bind()
2470 if (llc->llc_flags & DL_AUTO_XID) in llc1_xid_req_res()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h378 #define DL_AUTO_XID 0x01 /* provider will respond to XID */ macro