Home | History | Annotate | Download | only in memswitch

Lines Matching refs:current_value

103 	prop->current_value.byte[0] = current_values[prop->offset];
104 prop->current_value.byte[1] = 0;
105 prop->current_value.byte[2] = 0;
106 prop->current_value.byte[3] = 0;
118 prop->current_value.byte[0] = current_values[prop->offset];
119 prop->current_value.byte[1] = current_values[prop->offset+1];
120 prop->current_value.byte[2] = 0;
121 prop->current_value.byte[3] = 0;
133 prop->current_value.byte[0] = current_values[prop->offset];
134 prop->current_value.byte[1] = current_values[prop->offset+1];
135 prop->current_value.byte[2] = current_values[prop->offset+2];
136 prop->current_value.byte[3] = current_values[prop->offset+3];
552 prop->current_value.byte[0]);
568 "0x%4.4x", prop->current_value.byte[0]);
584 "0x%4.4x", prop->current_value.word[0]);
600 "%ld", prop->current_value.longword);
616 "0x%8.8lx", prop->current_value.longword);
628 prop->current_value.byte[0],
629 prop->current_value.byte[1],
630 prop->current_value.byte[2],
631 prop->current_value.byte[3]);
646 "%ld second", prop->current_value.longword);
662 v = prop->current_value.word[0];
699 v = prop->current_value.word[0];
723 v = prop->current_value.byte[0];