OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KERNEL_PRINT
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
smp-imps.c
47
* The "
KERNEL_PRINT
" could be made a null macro with no danger, of
53
#define
KERNEL_PRINT
(x) /* some kind of print function */
66
#define
KERNEL_PRINT
(x) printf x
353
KERNEL_PRINT
(("\n"));
370
KERNEL_PRINT
((" Processor [APIC id %d ver %d]: ",
374
KERNEL_PRINT
(("DISABLED\n"));
383
KERNEL_PRINT
(("#0 Bootstrap Processor (BSP)\n"));
405
KERNEL_PRINT
((" Bus id %d is %s\n", bus->id, str));
414
KERNEL_PRINT
((" I/O APIC id %d ver %d, address: 0x%x ",
418
KERNEL_PRINT
(("DISABLED\n"))
[
all
...]
smp-imps.h
28
#define IMPS_DEBUG_PRINT(x)
KERNEL_PRINT
(x)
Completed in 1654 milliseconds