Home
last modified time | relevance | path

Searched refs:bt_params (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.81.5/osfmk/kern/
H A Dremote_time.c110 void bt_params_add(struct bt_params *params);
113 struct bt_params bt_params_get_latest(void);
128 static struct bt_params bt_params_hist[BT_PARAMS_COUNT] = {};
132 bt_params_add(struct bt_params *params) in bt_params_add()
141 static inline struct bt_params*
163 static inline struct bt_params
168 struct bt_params latest_params = {}; in bt_params_get_latest_locked()
176 struct bt_params
179 struct bt_params latest_params = {}; in bt_params_get_latest()
322 struct bt_params bt_params = {}; in bt_calibration_thread() local
[all …]
H A Dremote_time.h38 struct bt_params { struct
46 mach_bridge_compute_timestamp(uint64_t local_ts_ns, struct bt_params *params) in mach_bridge_compute_timestamp() argument
/xnu-10002.81.5/libsyscall/wrappers/
H A Dmach_bridge_remote_time.c51 struct bt_params params = {}; in mach_bridge_remote_time()
53 COMM_PAGE_SLOT_TYPE(struct bt_params) commpage_bt_params_p = in mach_bridge_remote_time()
54 COMM_PAGE_SLOT(struct bt_params, REMOTETIME_PARAMS); in mach_bridge_remote_time()
/xnu-10002.81.5/osfmk/arm64/
H A Dmachine_remote_time.c43 extern void bt_params_add(struct bt_params *params);
96 struct bt_params params = {}; in mach_bridge_set_params()
/xnu-10002.81.5/osfmk/arm/commpage/
H A Dcommpage.c862 …struct bt_params *paramsp = (struct bt_params *)(_COMM_PAGE_REMOTETIME_PARAMS + _COMM_PAGE_RW_OFFS… in commpage_set_remotetime_params()
/xnu-10002.81.5/bsd/kern/
H A Dsys_generic.c2612 extern struct bt_params bt_params_get_latest(void);
2617 struct bt_params params = {};
2619 req->oldidx = sizeof(struct bt_params);