Lines Matching defs:unique

177  *		- one on a unique HBA and disk that is of the exact size
178 * - one on a unique HBA and disk that is of sufficient size
179 * - one on unique HBA that is of the exact size
180 * - one on unique HBA that is of sufficient size
181 * - one on unique disk that is of the exact size
182 * - one on unique disk that is of sufficient size
185 * - one on a unique HBA that is the largest size
186 * - one on a unique disk that is the largest size
225 * i -> unique controller 0 = yes, 1 = no
227 * k -> unique disk 0 = yes, 1 = no
268 "\t on a unique HBA relative to used slices\n");
270 "\t on a unique disk relative to used slices\n");
284 uniqhba[0] = gettext("unique HBA");
285 uniqhba[1] = gettext("non unique HBA");
288 uniqdisk[0] = gettext("unique disk");
289 uniqdisk[1] = gettext("non unique disk");
390 /* not on a unique disk */
427 * one on a unique HBA and disk that is of the exact size
428 * one on a unique HBA and disk that is of sufficient size (resize)
429 * one on unique HBA that is of the exact size
430 * one on unique HBA that is of sufficient size (resize)
431 * one on unique disk that is of the exact size
432 * one on unique disk that is of sufficient size (resize)
435 * one on a unique HBA that is the largest size
436 * one on a unique disk that is the largest size
1420 * boolean_t *unique)
1425 * unique - a boolean_t pointer to hold the result
1436 * If the slice is found to be on a unique HBA, bool is set
1444 boolean_t *unique)
1453 *unique = B_TRUE;
1464 (iter != NULL) && (*unique == B_TRUE) && (error == 0);
1482 (iter1 != NULL) && (*unique == B_TRUE) && (error == 0);
1487 *unique = B_FALSE;
1499 (iter != NULL) && (*unique == B_TRUE) && (error == 0);
1503 *unique = B_FALSE;
1515 * boolean_t *unique)
1529 * If the slice is found to be on a unique disk, bool is set
1537 boolean_t *unique)
1543 *unique = B_TRUE;
1554 (iter != NULL) && (*unique == B_TRUE) && (error == 0);
1572 *unique = B_FALSE;
1578 if ((error == 0) && (*unique == B_TRUE) &&
1581 *unique = B_FALSE;