Searched refs:aconf_set_bool (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.h71 extern int aconf_set_bool(const char *, boolean_t);
H A Dmain.c335 if (aconf_set_bool(AC_PROP_STATE, B_FALSE) == -1)
421 if (aconf_set_bool(AC_PROP_STATE, B_TRUE) == -1)
481 if (aconf_set_bool(AC_PROP_STATE, B_FALSE) == -1)
519 if (aconf_set_bool(AC_PROP_STATE, B_TRUE) == -1)
H A Daconf.c316 * and aconf_set_bool(). Walk the list of modified properties and write them
520 aconf_set_bool(const char *propname, boolean_t value) function

Completed in 59 milliseconds