Searched refs:update_kcfconf (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef.c | 336 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 D | cryptoadm.h | 119 extern int update_kcfconf(entry_t *, int);
|
H A D | adm_kef_util.c | 947 update_kcfconf(entry_t *pent, int update_mode) in update_kcfconf() function
|
H A D | cryptoadm.c | 1175 rc = update_kcfconf(pent, MODIFY_MODE); in do_unload()
|