Searched refs:AC_RES_GET (Results 1 – 4 of 4) sorted by relevance
56 #define AC_RES_GET (0x08) /* get a list of enabled resources */ macro
354 if (acctctl(type | AC_RES_GET, buf, AC_BUFSIZE) == -1) { in main()
96 if (acctctl(type | AC_RES_GET, buf, AC_BUFSIZE) == -1) in aconf_init()
509 case AC_RES_GET: in acctctl()