Searched defs:new_shadow (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/avs/dsw/ |
H A D | iicpshd.c | 117 gettext("\tiicpshd [-s] old_shadow new_shadow\n")); 286 copy_shadow_vol(char *old_shadow, char *new_shadow) { argument 294 if ((oshdfp = fopen(new_shadow, "w")) == NULL) { 314 update_dscfg(char *new_shadow) { argument 316 int len = strlen(new_shadow); 325 if (cfg_put_cstring(cfg, key, new_shadow, len) < 0) { 330 if (cfg_put_cstring(cfg, key, new_shadow, len) < 0) { 335 if (cfg_put_cstring(cfg, key, new_shadow, len) < 0) {
|
Completed in 44 milliseconds