Home
last modified time | relevance | path

Searched refs:rs_type (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/avs/sdbc/etc/
H A Ddscfg_reconfigure.cluster.sh271 rs_type=`scha_resource_get -O type -R $rs -G $rgname | cut -d':' -f1`
272 case "$rs_type" in
/titanic_41/usr/src/uts/common/sys/ib/clients/daplt/
H A Ddaplt.h109 uint_t rs_type; member
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c4726 if (!rs_active || (p->rs_type == un->un_resync_completed)) in mirror_resync_message()
4736 if ((p->rs_type == un->un_rs_type) && in mirror_resync_message()
4790 un->un_rs_type = p->rs_type; in mirror_resync_message()
4906 un->un_rs_type = p->rs_type; in mirror_resync_message()
4944 p->rs_type, p->rs_flags); in mirror_resync_message()
4953 switch (RS_TYPE(p->rs_type)) { in mirror_resync_message()
5055 smi = RS_SMI(p->rs_type); in mirror_resync_message()
5079 smi = RS_SMI(p->rs_type); in mirror_resync_message()
5080 ci = RS_CI(p->rs_type); in mirror_resync_message()
H A Dmirror_resync.c1238 uint_t rs_type; in resync_read_blk_range() local
1241 rs_type = un->un_rs_type; in resync_read_blk_range()
1280 if (un->un_rs_type != rs_type) in resync_read_blk_range()
1310 if (un->un_rs_type != rs_type) in resync_read_blk_range()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdio.h405 uint_t rs_type; /* Type of resync */ member
/titanic_41/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c431 (rp)->header.rs_type = (type); \
452 #define DAPLKA_RS_TYPE(rp) ((rp)->header.rs_type)
7912 (rp->rs_type != DAPL_TYPE_IA)) { in daplka_un_async_handler()
8079 (rp->rs_type != DAPL_TYPE_IA)) { in daplka_sm_gid_avail()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c700 respar.rs_type = d->msg_resync_type; in mdmn_do_resync()