Lines Matching defs:generation
60 uint_t generation;
69 * Get the current generation number - don't need the
73 generation = hal->generation_count;
92 /* Check that the generation has not changed */
93 if (generation != hal->generation_count) {
111 generation, &err);
148 generation, S1394_CHANNEL_ALLOC_HI,
152 generation, S1394_CHANNEL_ALLOC_LO,
172 bw_alloc_units, generation, &err);
307 * generation are passed. A request is sent to whichever node is the
313 s1394_channel_alloc(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation,
368 /* Check that the generation has not changed */
369 if (generation != hal->generation_count) {
380 hal->halinfo.hal_private, generation,
449 cmd->bus_generation = generation;
513 * generation are passed. A request is sent to whichever node is the
519 s1394_channel_free(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation,
574 /* Check that the generation has not changed */
575 if (generation != hal->generation_count) {
644 cmd->bus_generation = generation;
696 * allocation units and a generation are passed. The request is sent
704 uint_t generation, int *result)
751 * Check that the generation has not changed -
754 if (generation != hal->generation_count) {
777 hal->halinfo.hal_private, generation,
826 cmd->bus_generation = generation;
918 * allocation units and a generation are passed. The request is sent
926 uint_t generation, int *result)
972 /* Check that the generation has not changed */
973 if (generation != hal->generation_count) {
996 hal->halinfo.hal_private, generation,
1045 cmd->bus_generation = generation;