Home
last modified time | relevance | path

Searched refs:p_zone (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c98 static const char *p_zone; /* Zone. */ variable
508 if (ISOPTSET(opttochk, OPT_z) && p_zone != NULL) { in select_zone()
509 if (fnmatch(p_zone, zone, FNM_PATHNAME) != 0) in select_zone()
811 p_zone = optarg; in main()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c3649 return ((uint64_t)(uintptr_t)p0.p_zone->zone_name); in dtrace_dif_variable()
3658 (uintptr_t)curthread->t_procp->p_zone->zone_name, in dtrace_dif_variable()
17030 if (curthread->t_procp->p_zone->zone_dtrace_getf != 0 ||