Searched refs:PRINT (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 29 #define PRINT printk macro 31 #define PRINT printf macro 36 #define PRINT(fmt, args...) macro 282 PRINT("%*.s%s\n", level * TAB_SIZE, " ", f->name); in decode_nul() 290 PRINT("%*.s%s\n", level * TAB_SIZE, " ", f->name); in decode_bool() 303 PRINT("%*.s%s\n", level * TAB_SIZE, " ", f->name); in decode_oid() 322 PRINT("%*.s%s", level * TAB_SIZE, " ", f->name); in decode_int() 340 PRINT(" = %u", v); in decode_int() 357 PRINT("\n"); in decode_int() 367 PRINT("%*.s%s\n", level * TAB_SIZE, " ", f->name); in decode_enum() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_params.c | 203 #define PRINT(T, x, ...) _print_param(p, #x, #T, ¶ms->x); in i915_params_dump() macro 204 I915_PARAMS_FOR_EACH(PRINT); in i915_params_dump() 205 #undef PRINT in i915_params_dump()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | asm.h | 116 #define PRINT(string) \ macro 124 #define PRINT(string) macro
|
/Linux-v4.19/arch/mips/kernel/ |
D | genex.S | 512 PRINT("Got \nexception at %08lx\012") 515 PRINT("Got \nexception at %016lx\012")
|
D | scall64-o32.S | 44 PRINT("Scall %ld\n")
|
/Linux-v4.19/drivers/firewire/ |
D | nosy.c | 614 PRINT(KERN_INFO, lynx->id, in add_card() 620 PRINT(KERN_INFO, lynx->id, "found old 1394 PHY"); in add_card()
|