HomeSort by: relevance | last modified time | path
    Searched defs:cold_hook (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/hppa/
autoconf.c 152 void (*cold_hook)(int); /* see below */ variable in typeref:typename:void (*)(int)
189 if (cold_hook)
190 (*cold_hook)(HPPA_COLD_HOT);
autoconf.c 152 void (*cold_hook)(int); /* see below */ variable in typeref:typename:void (*)(int)
189 if (cold_hook)
190 (*cold_hook)(HPPA_COLD_HOT);

Completed in 22 milliseconds