Searched refs:thetime (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h601 kdbg_set_timestamp(kd_buf *kp, uint64_t thetime) argument
603 kp->timestamp = thetime & KDBG_TIMESTAMP_MASK;
611 kdbg_set_timestamp_and_cpu(kd_buf *kp, uint64_t thetime, int cpu) argument
613 kp->timestamp = (thetime & KDBG_TIMESTAMP_MASK) |
629 kdbg_set_timestamp(kd_buf *kp, uint64_t thetime) argument
631 kp->timestamp = thetime;
639 kdbg_set_timestamp_and_cpu(kd_buf *kp, uint64_t thetime, int cpu) argument
641 kdbg_set_timestamp(kp, thetime);

Completed in 67 milliseconds