Searched defs:thisside (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_namespace.c536 side_t thisside; local
574 thisside = getmyside(sp, ep);
576 if (devlist[thisside].dname == NULL ||
577 strlen(devlist[thisside].dname) == 0) {
591 if ((err = add_name(sp, thisside, key, devlist[thisside].dname,
592 devlist[thisside].mnum, devlist[thisside].bname, NULL,
610 /* ignore thisside, as it has been added above */
611 if (sideno == thisside)
650 side_t thisside; local
[all...]
H A Dmeta_hotspares.c858 side_t thisside; /* Side # of this node. */ local
870 thisside = getmyside(sp, ep);
883 del_hsp_name_mn_sides(sp, sd, thisside, key,
887 del_hsp_name_trad_sides(sp, sd, thisside, key,
893 (void) del_name(sp, thisside, key, ep);
999 side_t thisside; /* Side # of this node. */ local
1011 thisside = getmyside(sp, ep);
1016 key = add_name(sp, thisside, MD_KEYWILD, MD_HOTSPARES, minor(NODEV),
1042 if (add_hsp_name_mn_sides(sp, sd, thisside, key,
1048 if (add_hsp_name_trad_sides(sp, sd, thisside, ke
1078 side_t thisside; local
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_svc_subr.c541 side_t thisside,
621 if (sn->sideno != thisside)
637 if (sn->sideno == thisside)
823 /* get thisside */
539 add_sidenamelist( mddrivename_t *dn, side_t thisside, md_set_record *sr, md_error_t *ep ) argument
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c1776 side_t thisside = MD_SIDEWILD; local
1852 thisside = side;
1862 thisside = side;
1881 thisside = mddb_getsidenum(setno);
2011 * Use thisside for the sideno as this is the
2093 * Now to find out if devid's were used for thisside and if
2102 lookup_entry(did_nh, setno, thisside, n->n_key,
2174 * side (thisside).

Completed in 177 milliseconds