/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | acctctl.c | 34 acctctl(int cmd, void *buf, size_t bufsz) function
|
/illumos-gate/usr/src/cmd/acctadm/ |
H A D | res.h | 32 #include <sys/acctctl.h>
|
H A D | utils.c | 28 #include <sys/acctctl.h> 151 rc = acctctl(type | AC_FILE_SET, (void *) file, strlen(file) + 1); 162 if (acctctl(type | AC_FILE_GET, name, sizeof (name)) == 0 &&
|
H A D | main.c | 26 #include <sys/acctctl.h> 294 * Since the sys_acct the privilege allows use of acctctl() regardless 327 if (acctctl(type | AC_STATE_SET, &state, sizeof (int)) == -1) 330 if (acctctl(type | AC_FILE_SET, NULL, 0) == -1) 354 if (acctctl(type | AC_RES_GET, buf, AC_BUFSIZE) == -1) { 382 if (acctctl(type | AC_RES_SET, buf, AC_BUFSIZE) == -1) { 416 if (acctctl(type | AC_STATE_SET, &state, sizeof (int)) == -1) 476 if (acctctl(type | AC_STATE_SET, &state, sizeof (int)) == -1) 514 if (acctctl(type | AC_STATE_SET, &state, sizeof (int)) == -1)
|
H A D | aconf.c | 27 #include <sys/acctctl.h> 81 if (acctctl(type | AC_STATE_GET, &acp->state, 87 if (acctctl(type | AC_FILE_GET, acp->file, sizeof (acp->file)) == -1) { 96 if (acctctl(type | AC_RES_GET, buf, AC_BUFSIZE) == -1) 190 if (acctctl(type | AC_RES_SET, buf, AC_BUFSIZE) == -1) { 201 if (acctctl(type | AC_FILE_SET, NULL, 0) == -1) { 207 if (acctctl(type | AC_STATE_SET, &state, sizeof (state)) == -1) {
|
H A D | res.c | 30 #include <sys/acctctl.h> 294 * can be used for acctctl() system call
|
/illumos-gate/usr/src/cmd/lastcomm/ |
H A D | lastcomm.c | 29 #include <sys/acctctl.h> 70 if (acctctl(AC_PROC | AC_FILE_GET, buf, PATH_MAX) < 0) { 86 if (acctctl(AC_PROC | AC_FILE_GET, buf, PATH_MAX) < 0)
|
/illumos-gate/usr/src/uts/sparc/acctctl/ |
H A D | Makefile | 26 # uts/sparc/acctctl/Makefile 30 # This makefile drives the production of the acctctl system call module. 42 MODULE = acctctl
|
/illumos-gate/usr/src/uts/intel/acctctl/ |
H A D | Makefile | 26 # uts/intel/acctctl/Makefile 30 # This makefile drives the production of the acctctl system call module. 42 MODULE = acctctl
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | acctctl.h | 38 * Definitions for acctctl() system call 173 * uninitialized (ZONE_KEY_UNINITIALIZED) until the acctctl module is loaded. 199 extern int acctctl(int cmd, void *buf, size_t bufsz);
|
H A D | exacct.h | 35 #include <sys/acctctl.h>
|
H A D | Makefile | 72 acctctl.h \
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | acctctl.c | 39 #include <sys/acctctl.h> 45 * acctctl(2) 47 * acctctl() provides the administrative interface to the extended accounting 52 * The current implementation of acctctl() requires that the process and task 413 * acctctl() 416 * acctctl() is the entry point for the acctctl(2) system call. 426 acctctl(int cmd, void *buf, size_t bufsz) function 523 acctctl 528 "acctctl syste [all...] |
H A D | exacctsys.c | 29 #include <sys/acctctl.h>
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 52 #include <sys/acctctl.h> 539 if (acctctl(AC_PROC | AC_RES_SET, res, sizeof (res)) != 0) { 544 ret = acctctl(AC_PROC | AC_FILE_GET, oldfile, sizeof (oldfile)); 548 if (acctctl(AC_PROC | AC_FILE_SET, path, strlen(path) + 1) 554 if (acctctl(AC_PROC | AC_STATE_SET, &state, sizeof (state)) == -1) { 571 ret = acctctl(AC_PROC | AC_FILE_GET, oldfile, sizeof (oldfile)); 587 if (acctctl(AC_PROC | AC_RES_SET, res, sizeof (res)) != 0) { 591 if (acctctl(AC_PROC | AC_FILE_SET, NULL, 0) == -1) { 595 if (acctctl(AC_PROC | AC_STATE_SET, &state, sizeof (state)) == -1) { 620 ret = acctctl(AC_PRO [all...] |
/illumos-gate/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 910 acctctl.o \
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 889 acctctl.o \
|
/illumos-gate/usr/src/lib/libc/amd64/ |
H A D | Makefile | 870 acctctl.o \
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | exacct.c | 36 #include <sys/acctctl.h> 186 * exacct_vn_write() safely writes to an accounting file. acctctl() prevents 722 * Don't do any extra work if the acctctl module isn't loaded. 723 * If acctctl module is loaded when zone is in down state then 1155 * acctctl module not loaded. Nothing to do. 1161 * If acctctl module is loaded when zone is in down state then 1411 * acctctl module not loaded. Nothing to do. 1599 * acctctl module not loaded. Nothing to do.
|
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 51 #include <sys/acctctl.h> 1198 * The mode shift, mode mask and option mask for acctctl have changed. The
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 95 #include <sys/acctctl.h>
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 944 acctctl.o \
|