Home
last modified time | relevance | path

Searched refs:pr_info (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dgenl_magic_func.h47 #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 …]
Delfcore-compat.h21 struct compat_elf_siginfo pr_info; member
Doprofile.h205 pr_info("oprofile: hardware counters not available\n"); in oprofile_perf_init()
Dnet.h239 net_ratelimited_function(pr_info, fmt, ##__VA_ARGS__)
Dprintk.h222 #define pr_info(fmt, ...) \ macro
Dkvm_host.h400 pr_info("kvm [%i]: " fmt, task_pid_nr(current), ## __VA_ARGS__)
Dnetdevice.h1909 pr_info("netif_stop_queue() cannot be called before register_netdev()\n"); in netif_tx_stop_queue()
/include/uapi/linux/
Delfcore.h43 struct elf_siginfo pr_info; /* Info associated with signal */ member
/include/video/
Dtrident.h12 #define output(f, a...) pr_info("tridentfb: " f, ## a)