Home
last modified time | relevance | path

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

/xnu-12377.81.4/libsyscall/wrappers/
H A Dmach_bridge_remote_time.c30 #define BT_RESET_SENTINEL_TS (~3ULL) /* from machine/machine_remote_time.h */ macro
61 if (*base_local_ts_p == BT_RESET_SENTINEL_TS) { in mach_bridge_remote_time()
/xnu-12377.81.4/osfmk/machine/
H A Dmachine_remote_time.h39 #define BT_RESET_SENTINEL_TS (~3ULL) macro
/xnu-12377.81.4/osfmk/kern/
H A Dremote_time.c283 …if ((received_remote_timestamp == BT_RESET_SENTINEL_TS) || (received_remote_timestamp == BT_WAKE_S… in bt_calibration_thread()
/xnu-12377.81.4/osfmk/arm/commpage/
H A Dcommpage.c187 *((uint64_t*)(_COMM_PAGE_REMOTETIME_PARAMS + _COMM_PAGE_RW_OFFSET)) = BT_RESET_SENTINEL_TS; in commpage_populate()