Searched refs:update_mode (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c1516 update_policylist(uentry_t *puent, mechlist_t *marglist, int update_mode) argument
1533 if ((update_mode != ADD_MODE) && (update_mode != DELETE_MODE)) {
1536 cryptodebug("update_policylist() - update_mode is incorrect.");
1546 * - If update_mode == DELETE_MODE,
1549 * - If update_mode == ADD_MODE,
1566 if (update_mode == DELETE_MODE) {
1592 } else if (update_mode == ADD_MODE) {
H A Dadm_kef_util.c941 * - If update_mode is MODIFY_MODE, modify the entry with the same name.
943 * - If update_mode is DELETE_MODE, delete the entry with the same name.
944 * - If update_mode is ADD_MODE, append a new entry to the kcf.conf file.
947 update_kcfconf(entry_t *pent, int update_mode) argument
967 /* Check the update_mode */
968 switch (update_mode) {
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiadm.c2468 do_acopy(char **vol_list, enum copy_update update_mode, argument
2493 if (update_mode == Update)
2549 update_mode == Update ? gettext("update") : gettext("copy"),
2581 do_copy(char **vol_list, enum copy_update update_mode, argument
2595 return (do_acopy(vol_list, update_mode, direction));
2606 if (update_mode == Update)
2650 update_mode == Update ? gettext("update") : gettext("copy"),
2669 update_mode == Update ?
2678 update_mode == Update ? gettext("update") : gettext("copy"),
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h801 extern int update_mode(Rt_map *, int, int);
H A Danalyze.c909 update_mode(Rt_map *lmp, int omode, int nmode) function
2210 promote = update_mode(nlmp, MODE(nlmp), nmode);
2402 (void) update_mode(dlmp1, MODE(dlmp1), nmode);
H A Ddlfcns.c426 (void) update_mode(dlmp, MODE(dlmp), mode);
730 if (update_mode(nlmp, MODE(nlmp), mode))

Completed in 754 milliseconds