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); 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 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) function
|
H A D | cryptoadm.c | 1172 rc = update_kcfconf(pent, MODIFY_MODE);
|
Completed in 50 milliseconds