Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dcred.c134 eph_zsd->eph_nobody->cr_zone = zone; in get_ephemeral_zsd()
213 kcred->cr_zone = &zone0; in cred_init()
254 cr->cr_zone = NULL; in cralloc_flags()
291 zone_cred_hold(cr->cr_zone); in crget()
364 if (cr->cr_zone) in crfree()
365 zone_cred_rele(cr->cr_zone); in crfree()
387 if (newcr->cr_zone) in crcopy()
388 zone_cred_hold(newcr->cr_zone); in crcopy()
415 if (newcr->cr_zone) in crcopy_to()
416 zone_cred_hold(newcr->cr_zone); in crcopy_to()
[all …]
H A Dpriv.c598 if (scr->cr_zone != tcr->cr_zone && secpolicy_proc_zone(scr) != 0) { in priv_proc_cred_perm()
H A Dpolicy.c144 #define ZONEPRIVS(cr) ((cr)->cr_zone->zone_privset)
/titanic_50/usr/src/uts/common/sys/
H A Dcred_impl.h85 struct zone *cr_zone; /* pointer to per-zone structure */ member
/titanic_50/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;
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c1273 if ((cr = CRED()) != NULL && s_cr->cr_zone == cr->cr_zone) in dtrace_priv_proc_common_zone()
1464 s_cr->cr_zone->zone_id != cr->cr_zone->zone_id) { in dtrace_priv_probe()
5316 (z = state->dts_cred.dcr_cred->cr_zone) != kcred->cr_zone) { in dtrace_dif_subr()
13600 cr->cr_zone->zone_privset)) { in dtrace_state_create()
13645 cr->cr_zone->zone_privset)) { in dtrace_state_create()
14006 state->dts_cred.dcr_cred->cr_zone->zone_dtrace_getf++; in dtrace_state_go()
14138 ASSERT(state->dts_cred.dcr_cred->cr_zone->zone_dtrace_getf > 0); in dtrace_state_stop()
14142 state->dts_cred.dcr_cred->cr_zone->zone_dtrace_getf--; in dtrace_state_stop()
15730 kcred->cr_zone->zone_dtrace_getf != 0) in dtrace_getf_barrier()