Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3tsol/
H A DMakefile32 getzonelabelbyid.3tsol \
95 getzoneidbylabel.3tsol := LINKSRC = getzonelabelbyid.3tsol
96 getzonelabelbyname.3tsol := LINKSRC = getzonelabelbyid.3tsol
/illumos-gate/usr/src/lib/libtsol/common/
H A Dzone.c45 return (getzonelabelbyid(zoneid)); in getzonelabelbyname()
52 getzonelabelbyid(zoneid_t zoneid) in getzonelabelbyid() function
H A Dgetplabel.c48 sl = getzonelabelbyid(zoneid); in getplabel()
H A Dlabel.h87 extern m_label_t *getzonelabelbyid(zoneid_t);
H A Dmapfile-vers51 getzonelabelbyid;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3tsol.inc43 target=getzonelabelbyid.3tsol
44 file path=usr/share/man/man3tsol/getzonelabelbyid.3tsol
46 target=getzonelabelbyid.3tsol
/illumos-gate/usr/src/cmd/tsol/plabel/
H A Dplabel.c183 if ((plabel = getzonelabelbyid(info.pr_zoneid)) == NULL) { in look()
/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dsetupfiles.c102 if ((plabel = getzonelabelbyid(zoneid)) == NULL) { in __setupfiles()