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);
338 rc = update_kcfconf(pent, MODIFY_MODE);
475 if (update_kcfconf(pent, MODIFY_MODE) == FAILURE) {
609 rc = update_kcfconf(pent, DELETE_MODE);
611 rc = update_kcfconf(pent, MODIFY_MODE);
1042 rc = update_kcfconf(pent, DELETE_MODE);
1099 rc = update_kcfconf(pent, MODIFY_MODE);
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) function
H A Dcryptoadm.c1172 rc = update_kcfconf(pent, MODIFY_MODE);

Completed in 50 milliseconds