Searched refs:cluster_tag (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw.h | 160 char cluster_tag[DSW_NAMELEN]; member 232 char cluster_tag[DSW_NAMELEN]; member 347 char cluster_tag[DSW_NAMELEN]; member 396 char cluster_tag[DSW_NAMELEN]; member
|
H A D | dsw_dev.c | 1269 (void) II_LINK_CLUSTER(ip, uconf.cluster_tag); in _ii_config() 1311 (void) strncpy(uconf.cluster_tag, in _ii_config() 1313 (void) II_LINK_CLUSTER(ip, uconf.cluster_tag); in _ii_config() 1832 (void) strncpy(bm_header->clstr_name, uconf.cluster_tag, in _ii_config() 1837 if (uconf.cluster_tag[0] != 0) in _ii_config() 1838 (void) II_LINK_CLUSTER(ip, uconf.cluster_tag); in _ii_config() 2472 cluster = ilp32? ustat32.cluster_tag : ustat.cluster_tag; in _ii_stat()
|
/titanic_44/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 794 (void) cfg_get_cstring(cfg, key, parms->cluster_tag, DSW_NAMELEN); in get_dsw_config() 957 (strcmp(cfg_cluster_tag, c->cluster_tag))) in find_shadow_config() 961 if (strlen(c->cluster_tag)) in find_shadow_config() 1949 (void) strncpy(parms.cluster_tag, cfg_cluster_tag, DSW_NAMELEN); 2768 if (conf->cluster_tag[0] != '\0') 2770 conf->cluster_tag); 2944 strcmp(cfg_cluster_tag, parms.cluster_tag)) 3019 if (strlen(conf.cluster_tag) && 3432 parms.cluster_tag))) 3436 if (strlen(parms.cluster_tag)) [all …]
|
H A D | iiboot.c | 238 if (strlen(lp->cluster_tag) == 0) { in iiboot_lintmain() 524 (void) strncpy(p->cluster_tag, ctag, DSW_NAMELEN); in read_resume_cfg()
|