Searched refs:master_vol (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw.h | 157 char master_vol[DSW_NAMELEN]; member 344 char master_vol[DSW_NAMELEN]; member
|
H A D | dsw_dev.c | 1164 II_TAIL_COPY(uconf, (*uconf32), master_vol, dsw_config_t); in _ii_config() 1171 DTRACE_PROBE3(_ii_config_info, char *, uconf.master_vol, in _ii_config() 1329 if (uconf.master_vol[0] == 0) in _ii_config() 1330 (void) strncpy(uconf.master_vol, bm_header->master_vol, in _ii_config() 1348 II_TAIL_COPY((*uconf32), uconf, master_vol, in _ii_config() 1365 strncmp(bm_header->master_vol, uconf.master_vol, in _ii_config() 1404 (void) strcpy(uconf.master_vol, "<imported shadow>"); in _ii_config() 1405 if (!uconf.master_vol[0] || !uconf.shadow_vol[0]) { in _ii_config() 1412 if (strncmp(uconf.master_vol, uconf.shadow_vol, DSW_NAMELEN) == 0) { in _ii_config() 1418 if (strncmp(uconf.master_vol, uconf.bitmap_vol, DSW_NAMELEN) == 0) { in _ii_config() [all …]
|
H A D | dsw_dev.h | 584 char master_vol[DSW_NAMELEN]; member
|
/titanic_44/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 773 if (cfg_get_cstring(cfg, key, parms->master_vol, DSW_NAMELEN) < 0) in get_dsw_config() 805 if (strncmp(volume, cf_line.master_vol, DSW_NAMELEN) == 0 || in find_next_cf_line() 981 parms->master_vol, parms->shadow_vol, parms->bitmap_vol, in add_cfg_entry() 2020 (void) strncpy(parms.master_vol, master_volume, DSW_NAMELEN); 2517 t = parms.master_vol; 2610 t = parms.master_vol; 2715 conf->master_vol, gettext("(master volume)")); 2931 if (strcmp(parms.master_vol, 2952 DSW_NAMELEN, parms.master_vol, 3173 if ((strcmp(conf.master_vol, II_IMPORTED_SHADOW) == 0) && [all …]
|
H A D | iiboot.c | 520 (void) strncpy(p->master_vol, mst, DSW_NAMELEN); in read_resume_cfg()
|