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

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

Completed in 98 milliseconds