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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_namespace.c538 side_t thisside; local
576 thisside = getmyside(sp, ep);
578 if (devlist[thisside].dname == NULL ||
579 strlen(devlist[thisside].dname) == 0) {
593 if ((err = add_name(sp, thisside, key, devlist[thisside].dname,
594 devlist[thisside].mnum, devlist[thisside].bname, NULL,
612 /* ignore thisside, as it has been added above */
613 if (sideno == thisside)
652 side_t thisside; local
[all...]
H A Dmeta_hotspares.c855 side_t thisside; /* Side # of this node. */ local
867 thisside = getmyside(sp, ep);
880 del_hsp_name_mn_sides(sp, sd, thisside, key,
884 del_hsp_name_trad_sides(sp, sd, thisside, key,
890 (void) del_name(sp, thisside, key, ep);
996 side_t thisside; /* Side # of this node. */ local
1008 thisside = getmyside(sp, ep);
1013 key = add_name(sp, thisside, MD_KEYWILD, MD_HOTSPARES, minor(NODEV),
1039 if (add_hsp_name_mn_sides(sp, sd, thisside, key,
1045 if (add_hsp_name_trad_sides(sp, sd, thisside, ke
1075 side_t thisside; local
[all...]

Completed in 19 milliseconds