Searched defs:branded (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfork.c98 * within a solaris10 branded zone. It should be eliminated
99 * when we no longer support solaris10 branded zones.
724 int branded = 0; local
727 branded = 1;
750 if (branded)
H A Dlwp.c118 boolean_t branded = 0; local
634 * If this is a branded process, let the brand do any necessary lwp
643 branded = 1;
756 if (branded)
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c315 int branded = 0; local
517 branded = 1;
842 * If we're running a native process from within a branded
883 if (branded) {
948 * If this is a branded process, the brand's exec routine will

Completed in 106 milliseconds