Searched refs:zcent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c4205 tsol_zcent_t *zcent = NULL; local
4219 if ((zcent = tsol_sgetzcent(line, NULL, NULL)) == NULL)
4221 if (strcmp(zcent->zc_name, zone_name) == 0)
4223 tsol_freezcent(zcent);
4224 zcent = NULL;
4228 if (zcent == NULL) {
4244 return (zcent);
4251 set_mlps(zlog_t *zlogp, zoneid_t zoneid, tsol_zcent_t *zcent) argument
4261 for (mlp = zcent->zc_private_mlp; !TSOL_MLP_END(mlp); mlp++) {
4271 for (mlp = zcent
4768 tsol_zcent_t *zcent = NULL; local
[all...]

Completed in 80 milliseconds