Home
last modified time | relevance | path

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

/external/blktrace/iowatcher/
Dblkparse.c365 u32 two32[2]; in handle_notify() local
376 if (io->pdu_len != sizeof(two32)) in handle_notify()
379 memcpy(two32, payload, sizeof(two32)); in handle_notify()
381 trace->abs_start_time.tv_sec = two32[0]; in handle_notify()
382 trace->abs_start_time.tv_nsec = two32[1]; in handle_notify()
/external/blktrace/
Dblkparse.c578 __u32 two32[2]; in handle_notify() local
586 if (bit->pdu_len != sizeof(two32)) in handle_notify()
588 memcpy(two32, payload, sizeof(two32)); in handle_notify()
590 two32[0] = be32_to_cpu(two32[0]); in handle_notify()
591 two32[1] = be32_to_cpu(two32[1]); in handle_notify()
594 abs_start_time.tv_sec = two32[0]; in handle_notify()
595 abs_start_time.tv_nsec = two32[1]; in handle_notify()