Symbol: SU
usr/src/cmd/acct/acctcom.c
389
if(su_user && !SU(a->ac_flag))
usr/src/cmd/acct/acctcom.c
540
if(!SU(a->ac_flag))
usr/src/cmd/init/init.c
492
static char *SU = "/etc/sulogin"; /* Super-user program for single user */
usr/src/cmd/init/init.c
981
(void) execle(SU, SU, "-", (char *)0, glob_envp);
usr/src/cmd/init/init.c
982
console(B_TRUE, "execle of %s failed: %s\n", SU,
usr/src/uts/common/io/pm.c
332
if ((perm & SU) && secpolicy_power_mgmt(cr) == 0) /* privileged? */
usr/src/uts/common/io/pm.c
392
INWHO, NODIP, NODEP, SU},
usr/src/uts/common/io/pm.c
397
0, 0, 0, SU},
usr/src/uts/common/io/pm.c
398
{PM_START_PM, "PM_START_PM", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
399
{PM_STOP_PM, "PM_STOP_PM", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
400
{PM_RESET_PM, "PM_RESET_PM", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
418
(SU | SG)},
usr/src/uts/common/io/pm.c
424
INWHO, DIP, NODEP, SU},
usr/src/uts/common/io/pm.c
431
INWHO | INDATAINT, NODIP, NODEP, SU},
usr/src/uts/common/io/pm.c
434
{PM_IDLE_DOWN, "PM_IDLE_DOWN", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
444
DIP, DEP, SU},
usr/src/uts/common/io/pm.c
447
INWHO | INDATASTRING, NODIP, DEP, SU},
usr/src/uts/common/io/pm.c
448
{PM_START_CPUPM, "PM_START_CPUPM", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
450
0, 0, SU},
usr/src/uts/common/io/pm.c
452
0, 0, SU},
usr/src/uts/common/io/pm.c
453
{PM_STOP_CPUPM, "PM_STOP_CPUPM", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
456
0, 0, 0, SU},
usr/src/uts/common/io/pm.c
458
{PM_START_AUTOS3, "PM_START_AUTOS3", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
459
{PM_STOP_AUTOS3, "PM_STOP_AUTOS3", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
460
{PM_ENABLE_S3, "PM_ENABLE_S3", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
461
{PM_DISABLE_S3, "PM_DISABLE_S3", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
462
{PM_ENTER_S3, "PM_ENTER_S3", 1, NOSTRUCT, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
463
{PM_SEARCH_LIST, "PM_SEARCH_LIST", 1, PM_SRCH, 0, 0, 0, SU},
usr/src/uts/common/io/pm.c
467
0, 0, SU},
usr/src/uts/common/io/pm.c
469
0, 0, SU},
usr/src/uts/common/io/pm.c
471
0, 0, SU},
usr/src/uts/common/io/srn.c
248
if ((perm & SU) && secpolicy_power_mgmt(cr) == 0) /* privileged? */
usr/src/uts/common/io/srn.c
393
if (!srn_perms(SU | SG, srn.srn_cred[clone])) {