Searched refs:bi_cluster (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/ii/ |
H A D | ii.c | 241 if ((ii_info.bi_cluster == NULL) || in ii_info() 242 (mdb_vread(&string, sizeof (string), (uintptr_t)ii_info.bi_cluster) in ii_info()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.h | 349 char *bi_cluster; /* cluster name */ member
|
H A D | dsw_dev.c | 76 &ip->bi_cluster) 78 _ii_ll_remove(ip, &_ii_cluster_mutex, &_ii_cluster_top, &ip->bi_cluster) 2477 if (ip->bi_cluster) in _ii_stat() 2478 (void) strncpy(cluster, ip->bi_cluster, DSW_NAMELEN); in _ii_stat() 2956 if (ip->bi_cluster) { in _ii_reset() 2957 (void) strncpy(bm_header->clstr_name, ip->bi_cluster, in _ii_reset() 3324 ip->bi_cluster = NULL; in _ii_suspend_cluster() 4579 if (ip->bi_cluster) { in _ii_change_tag() 4581 char *, ip->bi_cluster); in _ii_change_tag() 4584 } else if (!ip->bi_cluster) { in _ii_change_tag() [all …]
|