Home
last modified time | relevance | path

Searched refs:cr_zone (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c257 cr->cr_zone = NULL; in cralloc_flags()
367 if (cr->cr_zone) in crfree()
390 if (newcr->cr_zone) in crcopy()
418 if (newcr->cr_zone) in crcopy_to()
450 if (newcr->cr_zone) in crdup_flags()
482 if (newcr->cr_zone) in crdup_to()
599 if (scrp->cr_zone != tcrp->cr_zone && in hasprocperm()
663 cr1->cr_zone == cr2->cr_zone && in crcmp()
742 return (cr->cr_zone); in crgetzone()
750 (cr->cr_zone ? cr->cr_zone->zone_slabel : NULL)); in crgetlabel()
[all …]
H A Dpriv.c597 if (scr->cr_zone != tcr->cr_zone && secpolicy_proc_zone(scr) != 0) { in priv_proc_cred_perm()
H A Dpolicy.c160 #define ZONEPRIVS(cr) ((cr)->cr_zone->zone_privset)
/illumos-gate/usr/src/uts/common/sys/
H A Dcred_impl.h85 struct zone *cr_zone; /* pointer to per-zone structure */ member
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dip.d.in215 C->ixa_cred->cr_zone == NULL ||
217 C->ixa_zoneid : C->ixa_cred->cr_zone->zone_id) : -1;
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1405 if ((cr = CRED()) != NULL && s_cr->cr_zone == cr->cr_zone) in dtrace_priv_proc_common_zone()
1596 s_cr->cr_zone->zone_id != cr->cr_zone->zone_id) { in dtrace_priv_probe()
5507 (z = state->dts_cred.dcr_cred->cr_zone) != kcred->cr_zone) { in dtrace_dif_subr()
13904 cr->cr_zone->zone_privset)) { in dtrace_state_create()
13949 cr->cr_zone->zone_privset)) { in dtrace_state_create()
14366 state->dts_cred.dcr_cred->cr_zone->zone_dtrace_getf++; in dtrace_state_go()
14498 ASSERT(state->dts_cred.dcr_cred->cr_zone->zone_dtrace_getf > 0); in dtrace_state_stop()
14502 state->dts_cred.dcr_cred->cr_zone->zone_dtrace_getf--; in dtrace_state_stop()
16119 kcred->cr_zone->zone_dtrace_getf != 0) in dtrace_getf_barrier()