Home
last modified time | relevance | path

Searched refs:___P (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A Denscript-autoconf.patch30 #ifndef ___P
32 #define ___P(protos) protos
34 -#define ___P(protos) ()
46 #ifndef ___P
48 #define ___P(protos) protos
50 -#define ___P(protos) ()
62 #ifndef ___P
64 #define ___P(protos) protos
66 -#define ___P(protos) ()
78 #ifndef ___P
[all …]
/openbmc/linux/kernel/irq/
H A Ddebug.h6 #define ___P(f) if (desc->status_use_accessors & f) printk("%14s set\n", #f) macro
30 ___P(IRQ_LEVEL); in print_irq_desc()
31 ___P(IRQ_PER_CPU); in print_irq_desc()
32 ___P(IRQ_NOPROBE); in print_irq_desc()
33 ___P(IRQ_NOREQUEST); in print_irq_desc()
34 ___P(IRQ_NOTHREAD); in print_irq_desc()
35 ___P(IRQ_NOAUTOEN); in print_irq_desc()
47 #undef ___P