Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dbtlog.c979 struct bt_log_entry { struct
988 struct bt_log_entry btll_entries[__counted_by(btll_count)]; argument
1085 count * sizeof(struct bt_log_entry)); in __btlog_size()
1087 sizeof(struct bt_log_entry); in __btlog_size()
1093 pair.btsp_count * sizeof(struct bt_log_entry) + in __btlog_size()
1133 struct bt_log_entry *btle; in __btlog_log_record()
1152 *btle = (struct bt_log_entry){ in __btlog_log_record()
1644 struct bt_log_entry *btle = &btl.btll->btll_entries[i]; in btlog_get_records()