Lines Matching defs:generation
58 * including bus generation, local
150 /* Return the current generation */
2398 uint_t generation;
2452 * Get the current generation number - don't
2455 generation = hal->generation_count;
2461 /* Check that the generation has not changed - */
2463 if (generation != hal->generation_count)
2470 ret = s1394_bandwidth_alloc(hal, bw_alloc_units, generation,
2493 /* Check that the generation has not changed - */
2495 if (generation != hal->generation_count)
2522 try_chnl, generation,
2527 try_chnl, generation,
2551 /* Check that the generation has not changed */
2553 if (generation != hal->generation_count)
2561 generation, &err);
2939 uint_t generation;
2995 * Get the current generation number - don't need the
2999 generation = hal->generation_count;
3005 /* Check that the generation has not changed - */
3007 if (generation != hal->generation_count)
3014 ret = s1394_bandwidth_free(hal, bw_alloc_units, generation, &err);
3035 ret = s1394_channel_free(hal, chnl_mask, generation,
3038 ret = s1394_channel_free(hal, chnl_mask, generation,
3410 * bus_generation The current generation
3420 * call can fail if there is a generation mismatch or the
3696 * bus_generation The current generation
3703 * to a target device. It will fail if the generation given
3704 * does not match the current generation.