Searched refs:format (Results 1 – 3 of 3) sorted by relevance
/kernel/gcov/ |
D | Kconfig | 55 prompt "Specify GCOV format" 59 The gcov format is usually determined by the GCC version, and the 61 exceptions where format changes are integrated in lower-version GCCs. 62 In such a case, change this option to adjust the format used in the 66 bool "GCC 3.4 format" 69 Select this option to use the format defined by GCC 3.4. 72 bool "GCC 4.7 format" 74 Select this option to use the format defined by GCC 4.7.
|
/kernel/ |
D | params.c | 217 #define STANDARD_PARAM_DEF(name, type, format, strtolfn) \ argument 224 return scnprintf(buffer, PAGE_SIZE, format "\n", \
|
/kernel/dma/ |
D | debug.c | 214 #define err_printk(dev, entry, format, arg...) do { \ argument 218 WARN(1, pr_fmt("%s %s: ") format, \
|