Home
last modified time | relevance | path

Searched refs:llc_flags (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c1174 lld->llc_flags |= LLC_SNAP; in llc1_bind()
1184 lld->llc_flags |= LLC1_AUTO_XID; in llc1_bind()
1186 lld->llc_flags |= LLC1_AUTO_TEST; in llc1_bind()
1385 if (lld->llc_flags & LLC_SNAP) { in llc1_unitdata()
1429 if (lld->llc_flags & LLC_SNAP) { in llc1_unitdata()
2175 if (lld->llc_flags & LLC_SNAP) { in llc1_form_udata()
2190 if (lld->llc_flags & LLC_SNAP) { in llc1_form_udata()
2205 if (lld->llc_flags & LLC_SNAP) { in llc1_form_udata()
2470 if (llc->llc_flags & DL_AUTO_XID) in llc1_xid_req_res()
2989 lld->llc_flags |= LLC_SNAP; in llc1_subs_bind()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dllc1.h129 long llc_flags; /* flags used for controlling things */ member