Home
last modified time | relevance | path

Searched refs:getzonelabelbyid (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/man/man3tsol/
H A DMakefile30 getzonelabelbyid.3tsol \
94 getzoneidbylabel.3tsol := LINKSRC = getzonelabelbyid.3tsol
95 getzonelabelbyname.3tsol := LINKSRC = getzonelabelbyid.3tsol
/titanic_50/usr/src/lib/libtsol/common/
H A Dzone.c47 return (getzonelabelbyid(zoneid)); in getzonelabelbyname()
54 getzonelabelbyid(zoneid_t zoneid) in getzonelabelbyid() function
H A Dgetplabel.c50 sl = getzonelabelbyid(zoneid); in getplabel()
H A Dlabel.h87 extern m_label_t *getzonelabelbyid(zoneid_t);
H A Dmapfile-vers51 getzonelabelbyid;
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-library.man3tsol.inc26 file path=usr/share/man/man3tsol/getzonelabelbyid.3tsol
54 target=getzonelabelbyid.3tsol
56 target=getzonelabelbyid.3tsol
/titanic_50/usr/src/cmd/tsol/plabel/
H A Dplabel.c185 if ((plabel = getzonelabelbyid(info.pr_zoneid)) == NULL) { in look()
/titanic_50/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c102 if ((plabel = getzonelabelbyid(zoneid)) == NULL) { in __setupfiles()