Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dbtlog.c988 struct bt_log_entry { struct
997 struct bt_log_entry btll_entries[__counted_by(btll_count)]; argument
1096 count * sizeof(struct bt_log_entry)); in __btlog_size()
1098 sizeof(struct bt_log_entry); in __btlog_size()
1104 pair.btsp_count * sizeof(struct bt_log_entry) + in __btlog_size()
1144 struct bt_log_entry *btle; in __btlog_log_record()
1163 *btle = (struct bt_log_entry){ in __btlog_log_record()
1650 struct bt_log_entry *btle = &btl.btll->btll_entries[i]; in btlog_get_records()