Lines Matching defs:avail

219 	boolean_t	*avail);
225 boolean_t *avail);
252 uint64_t *avail);
1180 * avail - pointer to a uint64_t to hold the aggregate
1216 boolean_t avail = B_FALSE;
1229 error = is_device_avail(disk, request, &avail);
1230 if ((error == 0) && (avail == B_TRUE)) {
1300 boolean_t avail = B_FALSE;
1324 if (((error = is_device_avail(slice, request, &avail)) == 0) &&
1325 (avail == B_TRUE)) {
1378 boolean_t avail = B_FALSE;
1402 if (((error = is_device_avail(slice, request, &avail)) == 0) &&
1403 (avail == B_TRUE)) {
1581 * devconfig_t *request, boolean_t *avail)
1586 * avail - pointer to a boolean to hold the result
1607 boolean_t *avail)
1612 *avail = B_FALSE;
1615 error = is_named_device_avail(request, name, B_TRUE, avail);
1814 * and its lists of avail/unavail devices.
2262 * boolean_t check_aliases, boolean_t *avail)
2269 * OUTPUT: avail - a boolean_t * to hold the result
2273 * avail is set to B_TRUE if the named device is available for
2291 * 1. if request has an avail list, the name must be in it
2294 * 3. if toplevel request has an avail list, the name must be
2299 * 5. if defaults have an avail list, the name must be in it
2309 boolean_t *avail)
2333 /* get avail/unavail specs for request */
2360 *avail = B_TRUE;
2368 /* does avail spec list include named device? */
2374 *avail = B_FALSE;
2386 *avail = B_FALSE;
2403 *avail = B_FALSE;
3353 boolean_t avail = B_FALSE;
3371 error = is_named_device_avail(request, *name, B_FALSE, &avail);
3376 if (avail == B_TRUE) {
3393 error = is_named_device_avail(request, alias, B_FALSE, &avail);
3395 if ((error == 0) && (avail == B_TRUE)) {