Lines Matching defs:side
64 nm.side = sideno;
107 nm.side = sideno;
147 nm.side = sideno;
190 nm.side = sideno;
219 nm.side = sideno;
272 nm.side = sideno;
284 * a reference count for each side. Need to do this after
288 * get the devid. If the wrong side is used then it would
290 * the requirement to process the local side first of all.
295 * fail with ENOENT if the side does not exist, and
299 nm.side = (side_t)i;
300 if (nm.side == sideno)
355 nm.side = sideno;
416 nm.side = sideno;
450 nm.side = sideno;
524 * to devid support for the disksets. The order is: add the 'local' side
679 /* now remove this side */
735 side_t myside, side;
809 for (side = 0; side < MD_MAXSIDES; side++) {
810 if (sd->sd_nodes[side][0] == '\0')
812 if (side == myside)
814 if (add_name(sp, side, key, drvname, minor, devname,
842 side_t side;
872 for (side = 0; side < MD_MAXSIDES; side++) {
873 if (sd->sd_nodes[side][0] == '\0')
875 if (side == myside)
877 if ((rval = del_name(sp, side, key, ep)) == -1) {