Lines Matching refs:current_value

103 	prop->current_value.byte[0] = current_values[prop->offset];  in fill_uchar()
104 prop->current_value.byte[1] = 0; in fill_uchar()
105 prop->current_value.byte[2] = 0; in fill_uchar()
106 prop->current_value.byte[3] = 0; in fill_uchar()
118 prop->current_value.byte[0] = current_values[prop->offset]; in fill_ushort()
119 prop->current_value.byte[1] = current_values[prop->offset+1]; in fill_ushort()
120 prop->current_value.byte[2] = 0; in fill_ushort()
121 prop->current_value.byte[3] = 0; in fill_ushort()
133 prop->current_value.byte[0] = current_values[prop->offset]; in fill_ulong()
134 prop->current_value.byte[1] = current_values[prop->offset+1]; in fill_ulong()
135 prop->current_value.byte[2] = current_values[prop->offset+2]; in fill_ulong()
136 prop->current_value.byte[3] = current_values[prop->offset+3]; in fill_ulong()
552 prop->current_value.byte[0]); in print_uchar()
568 "0x%4.4x", prop->current_value.byte[0]); in print_ucharh()
584 "0x%4.4x", prop->current_value.word[0]); in print_ushorth()
600 "%ld", prop->current_value.longword); in print_ulong()
616 "0x%8.8lx", prop->current_value.longword); in print_ulongh()
628 prop->current_value.byte[0], in print_magic()
629 prop->current_value.byte[1], in print_magic()
630 prop->current_value.byte[2], in print_magic()
631 prop->current_value.byte[3]); in print_magic()
646 "%ld second", prop->current_value.longword); in print_timesec()
662 v = prop->current_value.word[0]; in print_bootdev()
699 v = prop->current_value.word[0]; in print_serial()
723 v = prop->current_value.byte[0]; in print_srammode()