Searched refs:loader_tslog (Results 1 – 1 of 1) sorted by relevance
82 caddr_t loader_tslog; in sysctl_debug_tslog() local97 loader_tslog = preload_search_by_type("TSLOG data"); in sysctl_debug_tslog()98 if (loader_tslog != NULL) { in sysctl_debug_tslog()99 loader_tslog_buf = preload_fetch_addr(loader_tslog); in sysctl_debug_tslog()100 loader_tslog_len = preload_fetch_size(loader_tslog); in sysctl_debug_tslog()