Home
last modified time | relevance | path

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

/src/sys/dev/fb/
H A Dsplash.c62 caddr_t image_module; in splash_find_data() local
69 image_module = preload_search_by_type(decoder->data_type); in splash_find_data()
70 if (image_module == NULL) in splash_find_data()
73 ptr = preload_fetch_addr(image_module); in splash_find_data()
74 sz = preload_fetch_size(image_module); in splash_find_data()