Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/fb/
H A Dsplash.c64 caddr_t image_module; in splash_find_data() local
71 image_module = preload_search_by_type(decoder->data_type); in splash_find_data()
72 if (image_module == NULL) in splash_find_data()
75 ptr = preload_fetch_addr(image_module); in splash_find_data()
76 sz = preload_fetch_size(image_module); in splash_find_data()