Lines Matching defs:zcent
4204 tsol_zcent_t *zcent = NULL;
4218 if ((zcent = tsol_sgetzcent(line, NULL, NULL)) == NULL)
4220 if (strcmp(zcent->zc_name, zone_name) == 0)
4222 tsol_freezcent(zcent);
4223 zcent = NULL;
4227 if (zcent == NULL) {
4243 return (zcent);
4250 set_mlps(zlog_t *zlogp, zoneid_t zoneid, tsol_zcent_t *zcent)
4260 for (mlp = zcent->zc_private_mlp; !TSOL_MLP_END(mlp); mlp++) {
4270 for (mlp = zcent->zc_shared_mlp; !TSOL_MLP_END(mlp); mlp++) {
4674 tsol_zcent_t *zcent = NULL;
4720 zcent = get_zone_label(zlogp, privs);
4721 if (zcent != NULL) {
4722 match = zcent->zc_match;
4723 doi = zcent->zc_doi;
4724 *zlabel = zcent->zc_label;
4893 set_mlps(zlogp, zoneid, zcent);
4910 if (zcent != NULL)
4911 tsol_freezcent(zcent);