psecflags_t
psecflags_t secflags;
psecflags_validate_delta(const psecflags_t *sf, const secflagdelta_t *delta)
psecflags_validate(const psecflags_t *sf)
psecflags_default(psecflags_t *sf)
const psecflags_t *psec = &p->p_secflags;
zone_set_secflags(zone_t *zone, const psecflags_t *zone_secflags)
psecflags_t psf;
err = zone_set_secflags(zone, (psecflags_t *)buf);
psecflags_t p_secflags; /* per-process security flags */
extern boolean_t psecflags_validate_delta(const psecflags_t *,
extern boolean_t psecflags_validate(const psecflags_t *);
extern void psecflags_default(psecflags_t *sf);
psecflags_t zone_secflags; /* default zone security-flags */