Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/power/cpupower/bench/
H A Dmain.c90 dprintf("user output path -> %s\n", optarg); in main()
94 dprintf("user sleep time -> %s\n", optarg); in main()
98 dprintf("user load time -> %s\n", optarg); in main()
102 dprintf("user cpu -> %s\n", optarg); in main()
106 dprintf("user governor -> %s\n", optarg); in main()
111 dprintf("user prio -> %s\n", optarg); in main()
123 dprintf("user cycles -> %s\n", optarg); in main()
127 dprintf("user rounds -> %s\n", optarg); in main()
131 dprintf("user load_step -> %s\n", optarg); in main()
135 dprintf("user sleep_step -> %s\n", optarg); in main()
[all …]
H A Dsystem.c49 dprintf("set %s as cpufreq governor\n", governor); in set_cpufreq_governor()
82 dprintf("set affinity to cpu #%u\n", cpu); in set_cpu_affinity()
106 dprintf("set scheduler priority to %i\n", priority); in set_process_priority()
H A Dconfig.h19 #define dprintf printf macro
21 #define dprintf(...) do { } while (0) macro
H A Dparse.c94 dprintf("logfilename: %s\n", filename); in prepare_output()
124 dprintf("loading defaults\n"); in prepare_default_config()
181 dprintf("parsing: %s -> %s\n", opt, val); in prepare_config()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c98 #define dprintf(fmt, args...) do { fprintf(stdout, "%s " fmt, get_time(), ##args); } while(0); macro
99 #define SYSCHECK(c) do{if((c)<0) {dprintf("%s %d error: '%s' (code: %d)\n", __func__, __LINE__, str…
499 dprintf("bind %s errno: %d (%s)\n", name, errno, strerror(errno)); in create_local_server()
503 dprintf("local server: %s sockfd = %d\n", name, sockfd); in create_local_server()
524 dprintf("+++ ClientFd=%d\n", qmi_con->ClientFd); in accept_qmi_connection()
541dprintf("xxx ClientFd=%d QMIType=%d ClientId=%d\n", qmi_con->ClientFd, qmi_client->QMIType, qmi_cl… in cleanup_qmi_connection()
557 dprintf("--- ClientFd=%d\n", qmi_con->ClientFd); in cleanup_qmi_connection()
575dprintf("+++ ClientFd=%d QMIType=%d ClientId=%d\n", qmi_con->ClientFd, qmi_client->QMIType, qmi_cl… in get_client_id()
588dprintf("--- ClientFd=%d QMIType=%d ClientId=%d\n", qmi_con->ClientFd, qmi_client->QMIType, qmi_cl… in release_client_id()
717 dprintf("do not allow client send QMICTL_SYNC_REQ\n"); in recv_qmi_from_client()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dhugepage-shm.c44 #define dprintf(x) printf(x) macro
76 dprintf("Starting the writes:\n"); in main()
80 dprintf("."); in main()
82 dprintf("\n"); in main()
84 dprintf("Starting the Check..."); in main()
90 dprintf("Done.\n"); in main()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl/
H A D0001-sample-Rename-dprintf-to-cyrus_dprintf.patch4 Subject: [PATCH] sample: Rename dprintf to cyrus_dprintf
6 This avoids shadowing the dprintf implementations in glibc
24 - dprintf(0, "receiving capability list... ");
27 - dprintf(0, "%s\n", buf);
36 - dprintf(1, "using mechanism %s\n", chosenmech);
45 - dprintf(2, "waiting for server reply...\n");
54 - dprintf(2, "sending response length %d...\n", len);
58 - dprintf(2, "sending null response...\n");
71 -int dprintf(int lvl, const char *fmt, ...)
84 -extern int dprintf(int lvl, const char *fmt, ...);
/OK3568_Linux_fs/kernel/fs/bfs/
H A Dfile.c20 #define dprintf(x...) printf(x) macro
22 #define dprintf(x...) macro
54 dprintf("%08lx-%08lx->%08lx\n", start, end, where); in bfs_move_blocks()
57 dprintf("failed to move block %08lx -> %08lx\n", i, in bfs_move_blocks()
76 dprintf("c=%d, b=%08lx, phys=%09lx (granted)\n", in bfs_get_block()
88 dprintf("c=%d, b=%08lx, phys=%08lx (interim block granted)\n", in bfs_get_block()
107 dprintf("c=%d, b=%08lx, phys=%08lx (simple extension)\n", in bfs_get_block()
128 dprintf("failed to move ino=%08lx -> fs corruption\n", in bfs_get_block()
135 dprintf("c=%d, b=%08lx, phys=%08lx (moved)\n", in bfs_get_block()
H A Dinode.c30 #define dprintf(x...) printf(x) macro
32 #define dprintf(x...) macro
127 dprintf("ino=%08x\n", ino); in bfs_write_inode()
173 dprintf("ino=%08lx\n", ino); in bfs_evict_inode()
H A Ddir.c19 #define dprintf(x...) printf(x) macro
21 #define dprintf(x...) macro
276 dprintf("name=%s, namelen=%d\n", name, namelen); in bfs_add_entry()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/
H A D0001-mdadm.h-Undefine-dprintf-before-redefining.patch4 Subject: [PATCH] mdadm.h: Undefine dprintf before redefining
6 dprintf is also defined in libc see
12 ./mdadm.h:1562:9: error: 'dprintf' macro redefined [-Werror,-Wmacro-redefined]
30 +#undef dprintf
31 #define dprintf(fmt, arg...) \
36 +#undef dprintf
37 #define dprintf(fmt, arg...) \
H A Dmdadm-3.3.2_x32_abi_time_t.patch31 + dprintf("(%d): %lld.%06lld state:%s prev:%s action:%s prev: %s start:%llu\n",
33 dprintf("(%d): %ld.%06ld state:%s prev:%s action:%s prev: %s start:%llu\n",
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dteec_trace.h98 #define dprintf(level, x...) do { \ macro
119 #define dprintf(level, x...) do { \ macro
127 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__)
128 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__)
129 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__)
130 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__)
143 #define dprintf_raw dprintf
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dteec_trace.h103 #define dprintf(level, x...) do { \ macro
124 #define dprintf(level, x...) do { \ macro
132 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__)
133 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__)
134 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__)
135 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__)
148 #define dprintf_raw dprintf
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dteec_trace.h103 #define dprintf(level, x...) do { \ macro
124 #define dprintf(level, x...) do { \ macro
132 #define EMSG(fmt, ...) dprintf(TRACE_ERROR, fmt "\n", ##__VA_ARGS__)
133 #define IMSG(fmt, ...) dprintf(TRACE_INFO, fmt "\n", ##__VA_ARGS__)
134 #define DMSG(fmt, ...) dprintf(TRACE_DEBUG, fmt "\n", ##__VA_ARGS__)
135 #define FMSG(fmt, ...) dprintf(TRACE_FLOW, fmt "\n", ##__VA_ARGS__)
148 #define dprintf_raw dprintf
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/
H A D0001-src-iz.c-Undef-dprintf-before-redefining.patch4 Subject: [PATCH] src/iz.c: Undef dprintf before redefining
21 +#undef dprintf
22 #define dprintf(lvl, fmt...) \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/
H A DMakefile.am.patch8 …onf_file.h md5.c md5.h cache_file.c cache_file.h error.h pid_file.c pid_file.h dprintf.h @EXTRASRC@
10 …nf_file.c conf_file.h md5.c md5.h cache_file.c cache_file.h error.h pid_file.c pid_file.h dprintf.h
H A Dcache_file.c.patch20 # define dprintf(x)
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c52 #undef dprintf
53 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) macro
357 dprintf("binding to node %d, mask: %016lx => %d\n", node, nodemask, ret); in bind_to_memnode()
503 dprintf("got CPU list: {%s}\n", p0.cpu_list_str); in parse_cpu_list()
517 dprintf("g->p.nr_tasks: %d\n", g->p.nr_tasks); in parse_setup_cpu_list()
540 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end); in parse_setup_cpu_list()
577 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul); in parse_setup_cpu_list()
640 dprintf("got NODE list: {%s}\n", p0.node_list_str); in parse_node_list()
654 dprintf("g->p.nr_tasks: %d\n", g->p.nr_tasks); in parse_setup_node_list()
676 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end); in parse_setup_node_list()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c80 if (dprintf(cfd, "+%s\n", c) <= 0) { in enable_all_controllers()
158 if (dprintf(fd, "%d\n", pid) < 0) { in join_cgroup_from_top()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dkallsyms.h29 dprintf(STDOUT_FILENO, "%s\n", *name); in print_ip_sym()
H A Dlockdep.h51 #define printk(...) dprintf(STDOUT_FILENO, __VA_ARGS__)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0008-libinstaller-syslinuxext-implement-syslinux_patch_bo.patch49 # define dprintf printf
51 # define dprintf(...) ((void)0)
212 dprintf("subpath = %s\n", subpath);
225 - dprintf("heads = %u, sect = %u\n", geo.heads, geo.sectors);
/OK3568_Linux_fs/buildroot/package/liboping/
H A D0001-ping_host_add-Decrease-buffer-size-to-make-GCC-s-truncation-check-happy.patch30 dprintf ("%s", errmsg);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstdio-ldbl.h74 __LDBL_REDIR_DECL (dprintf)

12