Home
last modified time | relevance | path

Searched refs:temp_value (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c601 int temp_value; in s1394_bandwidth_alloc() local
639 temp_value = (old_value - bw_alloc_units); in s1394_bandwidth_alloc()
641 (temp_value >= IEEE1394_BANDWIDTH_MIN)) { in s1394_bandwidth_alloc()
643 swap = (uint32_t)temp_value; in s1394_bandwidth_alloc()
777 uint32_t temp_value; in s1394_bandwidth_free() local
814 temp_value = (old_value + bw_alloc_units); in s1394_bandwidth_free()
815 if ((temp_value >= old_value) && in s1394_bandwidth_free()
816 (temp_value <= IEEE1394_BANDWIDTH_MAX)) { in s1394_bandwidth_free()
818 swap = temp_value; in s1394_bandwidth_free()