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

/freebsd-13-stable/sys/dev/fb/
H A Dsplash.c50 static splash_decoder_t *splash_decoder; variable
106 splash_decoder = decoder;
126 if (splash_decoder != NULL)
161 if (splash_decoder == decoder) {
177 splash_decoder = NULL;
200 if (splash_decoder != NULL) {
203 if (error == 0 && splash_decoder->term)
204 error = (*splash_decoder->term)(adp);
206 splash_decoder = NULL;
214 if (splash_decoder !
[all...]

Completed in 100 milliseconds