Lines Matching full:functions
33 * The functions in this file are used to control the pre- and post-processing
34 * functions that bracket calls to the OBP CIF handler. One set, promif_preprom
37 * to ensure that the framebuffer is active when PROM functions that interact
40 * In some cases, the operation of these functions must be suppressed. As such,
45 * levels of suspension. The pre- and post-processing functions are only
58 * may make are executed by the kernel copies of those functions, rather than
60 * being the nonuse of the pre- and post-processing functions in the kmdb
61 * versions, we must ensure that these functions are not used when the kmdb
63 * processing functions via the KDI prior to passing control to the platmod
73 * When this is set, the PROM output functions attempt to
117 * prom_preout and prom_postout functions differ from the prom_preprom and
118 * prom_postprom functions, above. At the time the preout and postout
119 * functions are initialized, kernel startup is well underway. There exists
126 * To avoid the race condition, the preout/postout functions are designed
130 * and postout functions will only be used as a matched set.