Searched refs:AC_FILE_SET (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | acctctl.h | 53 #define AC_FILE_SET (0x01) /* set accounting file name */ macro
|
/titanic_41/usr/src/cmd/acctadm/ |
H A D | utils.c | 151 rc = acctctl(type | AC_FILE_SET, (void *) file, strlen(file) + 1); in open_exacct_file()
|
H A D | main.c | 330 if (acctctl(type | AC_FILE_SET, NULL, 0) == -1) in main()
|
H A D | aconf.c | 201 if (acctctl(type | AC_FILE_SET, NULL, 0) == -1) { in aconf_setup()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | acctctl.c | 486 case AC_FILE_SET: in acctctl()
|
/titanic_41/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 548 if (acctctl(AC_PROC | AC_FILE_SET, path, strlen(path) + 1) in zsd_enable_cpu_stats() 591 if (acctctl(AC_PROC | AC_FILE_SET, NULL, 0) == -1) { in zsd_disable_cpu_stats() 628 if (acctctl(AC_PROC | AC_FILE_SET, path, strlen(path) + 1) == -1) { in zsd_roll_exacct()
|