Searched refs:auth_onoff (Results 1 – 1 of 1) sorted by relevance
90 static int auth_onoff(const char *type, boolean_t on);229 return (auth_onoff(type, B_TRUE)); in auth_enable()235 return (auth_onoff(type, B_FALSE)); in auth_disable()250 auth_onoff(const char *type, boolean_t on) in auth_onoff() function