Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c336 rc = update_kcfconf(pent, ADD_MODE); in disable_kef_hardware()
338 rc = update_kcfconf(pent, MODIFY_MODE); in disable_kef_hardware()
475 if (update_kcfconf(pent, MODIFY_MODE) == FAILURE) { in disable_kef_software()
609 rc = update_kcfconf(pent, DELETE_MODE); in enable_kef()
611 rc = update_kcfconf(pent, MODIFY_MODE); in enable_kef()
1042 rc = update_kcfconf(pent, DELETE_MODE); in uninstall_kef()
1099 rc = update_kcfconf(pent, MODIFY_MODE); in refresh()
H A Dcryptoadm.h119 extern int update_kcfconf(entry_t *, int);
H A Dadm_kef_util.c947 update_kcfconf(entry_t *pent, int update_mode) in update_kcfconf() function
H A Dcryptoadm.c1175 rc = update_kcfconf(pent, MODIFY_MODE); in do_unload()