Home
last modified time | relevance | path

Searched refs:AC_RES_GET (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dacctctl.h56 #define AC_RES_GET (0x08) /* get a list of enabled resources */ macro
/titanic_50/usr/src/cmd/acctadm/
H A Dmain.c354 if (acctctl(type | AC_RES_GET, buf, AC_BUFSIZE) == -1) { in main()
H A Daconf.c96 if (acctctl(type | AC_RES_GET, buf, AC_BUFSIZE) == -1) in aconf_init()
/titanic_50/usr/src/uts/common/syscall/
H A Dacctctl.c509 case AC_RES_GET: in acctctl()