Home
last modified time | relevance | path

Searched refs:dl_zid (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Ddls_impl.h60 zoneid_t dl_zid; member
/titanic_44/usr/src/uts/common/io/dls/
H A Ddls_link.c860 if ((old_zid = dlp->dl_zid) == zid) in dls_link_setzid()
872 dlp->dl_zid = zid; in dls_link_setzid()
905 *zidp = dlp->dl_zid; in dls_link_getzid()
H A Ddls.c51 if (zid != GLOBAL_ZONEID && dlp->dl_zid != zid) in dls_open()
66 local = (zid == dlp->dl_zid); in dls_open()
/titanic_44/usr/src/uts/common/io/dld/
H A Ddld_proto.c929 if (dsp->ds_dlp->dl_zid != GLOBAL_ZONEID && in proto_setphysaddr_req()