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

/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_env.c63 (ow->postout)();
70 pmwrapper.postout = postf;
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_env.c118 * prom_postprom functions, above. At the time the preout and postout
121 * initialized, and may end after postout has been initialized. In such
122 * cases, there will be a call to postout without a corresponding preout
126 * To avoid the race condition, the preout/postout functions are designed
128 * a data structure that includes a pointer to the postout function that
130 * and postout functions will only be used as a matched set.
164 if (ow->postout != NULL)
165 (ow->postout)();
172 pmwrapper.postout = postf;
/illumos-gate/usr/src/uts/intel/sys/
H A Dpromif.h218 void (*postout)(void); member in struct:promif_owrap
/illumos-gate/usr/src/uts/sun/sys/
H A Dpromif.h340 void (*postout)(void); member in struct:promif_owrap

Completed in 113 milliseconds