Searched refs:pr_info (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | genl_magic_func.h | 47 #ifndef pr_info 48 #define pr_info(args...) fprintf(stderr, args); macro 61 pr_info("%s attr %s: %d 0x%08x\n", dir, in dprint_field() 66 pr_info("%s attr %s: %lld 0x%08llx\n", dir, in dprint_field() 71 pr_info("%s attr %s: set\n", dir, name); in dprint_field() 83 pr_info("%s attr %s: [len:%u] '%s'\n", dir, name, len, val); in dprint_array() 88 pr_info("%s attr %s: [len:%u] %02x%02x%02x%02x ...\n", in dprint_array() 93 #define DPRINT_TLA(a, op, b) pr_info("%s %s %s\n", a, op, b); 182 pr_info("<< must not change invariant attr: %s\n", #name); \ 190 pr_info("<< missing attr: %s\n", #name); \ [all …]
|
D | elfcore-compat.h | 21 struct compat_elf_siginfo pr_info; member
|
D | oprofile.h | 205 pr_info("oprofile: hardware counters not available\n"); in oprofile_perf_init()
|
D | net.h | 239 net_ratelimited_function(pr_info, fmt, ##__VA_ARGS__)
|
D | printk.h | 222 #define pr_info(fmt, ...) \ macro
|
D | kvm_host.h | 400 pr_info("kvm [%i]: " fmt, task_pid_nr(current), ## __VA_ARGS__)
|
D | netdevice.h | 1909 pr_info("netif_stop_queue() cannot be called before register_netdev()\n"); in netif_tx_stop_queue()
|
/include/uapi/linux/ |
D | elfcore.h | 43 struct elf_siginfo pr_info; /* Info associated with signal */ member
|
/include/video/ |
D | trident.h | 12 #define output(f, a...) pr_info("tridentfb: " f, ## a)
|