HomeSort by relevance Sort by last modified time
    Searched defs:dprintf (Results 1 - 25 of 27) sorted by null

1 2

  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_test.h 17 #define dprintf(fmt, ...) printf(fmt, __VA_ARGS__) macro
20 #define dprintf(fmt, ...) macro
  /external/syslinux/com32/lib/
dprintf.c 2 * dprintf.c
12 void dprintf(const char *format, ...) function
  /external/dhcpcd-6.8.2/compat/
dprintf.c 33 #include "dprintf.h"
55 dprintf(int fd, const char * __restrict fmt, ...) function
  /external/syslinux/com32/include/
dprintf.h 2 * dprintf.h
19 # define dprintf printf macro
21 # define ddprintf dprintf
23 void dprintf(const char *, ...);
25 # define ddprintf(...) { printf(__VA_ARGS__); dprintf(__VA_ARGS__); }
30 #define dprintf(...) \ macro
42 # define dprintf2 dprintf
  /external/linux-kselftest/tools/testing/selftests/vm/
hugepage-shm.c 44 #define dprintf(x) printf(x) macro
76 dprintf("Starting the writes:\n");
80 dprintf(".");
82 dprintf("\n");
84 dprintf("Starting the Check...");
90 dprintf("Done.\n");
  /sdk/avdlauncher/src/source/
avdlauncher.c 35 void dprintf(char *msg, ...) { function
100 dprintf("Program dir: %s\n", program_dir);
114 dprintf("CreateProcess returned %d\n", ret);
122 dprintf("Cleanup.\n");
129 dprintf("Verbose debug mode.\n");
  /sdk/sdklauncher/src/source/
sdklauncher.c 35 void dprintf(char *msg, ...) { function
100 dprintf("Program dir: %s\n", program_dir);
117 dprintf("CreateProcess returned %d\n", ret);
134 dprintf("CreateProcess returned %d\n", ret);
142 dprintf("Cleanup.\n");
149 dprintf("Verbose debug mode.\n");
  /external/syslinux/com32/modules/
prdhcp.c 48 # define dprintf printf macro
54 # define dprintf(f, ...) ((void)0) macro
61 #define dprintf_opt_inj dprintf
144 dprintf("Got packet #%d/%d\n", (i + 1), ptype[i]);
pxechn.c 61 #ifndef dprintf
63 # define dprintf printf macro
65 # define dprintf(f, ...) ((void)0) macro
83 #define dprintf_pc_pa dprintf
232 dprintf(" packet pointer is null\n");
242 dprintf("\n @%03X-%2d\n", i, d[i]);
267 dprintf(" rawLen = %d", vlen);
348 dprintf("\nsp:%04x ss:%04x es:%04x bx:%04x\n", regs->esp.w[0],
615 dprintf(" %02X%02X", *((int *)(istr + ipos)) & 0xFF, *((int *)(istr + ipos +1)) & 0xFF);
821 dprintf("pxechn_parse_args rv=%d\n", rv)
    [all...]
  /external/syslinux/gpxe/src/util/
iccfix.c 18 #define dprintf(...) do { \ macro
52 dprintf ( "Section \"%s\": alignment %d->%d\n",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 171 dprintf (int __fd, __const char *__restrict __fmt, ...) function
189 # define dprintf(fd, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 171 dprintf (int __fd, __const char *__restrict __fmt, ...) function
189 # define dprintf(fd, ...) \ macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread.c 67 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro
70 #define dprintf(args) macro
94 dprintf(("PyThread_init_thread called\n"));
  /external/libxml2/
trio.h 214 #define dprintf trio_dprintf macro
  /external/python/cpython2/Python/
thread.c 67 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro
70 #define dprintf(args) macro
94 dprintf(("PyThread_init_thread called\n"));
  /external/python/cpython3/Python/
thread.c 48 #define dprintf(args) (void)((thread_debug & 1) && printf args) macro
51 #define dprintf(args) macro
75 dprintf(("PyThread_init_thread called\n"));
  /external/syslinux/libinstaller/
syslxcom.c 43 # define dprintf printf macro
45 # define dprintf(...) ((void)0) macro
  /external/syslinux/core/fs/iso9660/
susp_rr.c 25 #include <dprintf.h>
50 #define dprintf printf macro
95 dprintf("susp_rr.c: Out of memory !\n");
197 dprintf("susp_rr.c: More than 100 KB claimed by a CE entry.\n");
207 dprintf("susp_rr.c: Failure to read block %lu\n",
217 dprintf("susp_rr.c: Failure to read block %lu\n",
249 dprintf("susp_rr.c: Chain of SUSP entries broken\n");
267 dprintf("susp_rr.c: Surplus CE entry detected\n");
301 dprintf("susp_rr.c: SUSP signature detected\n");
304 dprintf("susp_rr.c: Unusual: Non-zero skip length in SP entry\n")
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbydns.c 167 dprintf(char *msg, int num) function
177 # define dprintf(msg, num) /*nada*/ macro
441 dprintf("size (%d) too big\n", n);
447 dprintf("Too many addresses (%d)\n",
463 dprintf("Impossible condition (type=%d)\n", type);
628 dprintf("res_search failed (%d)\n", n);
703 dprintf("res_query failed (%d)\n", n);
  /external/one-true-awk/
awk.h 35 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for dprintf
40 # define dprintf(x) if (dbg) printf x macro
42 # define dprintf(x) macro
  /external/syslinux/dos/
syslinux.c 40 # define dprintf printf macro
48 # define dprintf(...) ((void)0) macro
78 dprintf("creat(\"%s\", 0x%x)\n", filename, mode);
85 dprintf("rv = %d\n", rv);
96 dprintf("close(%d)\n", fd);
110 dprintf("rename(\"%s\", \"%s\")\n", oldname, newname);
116 dprintf("rv = %d\n", rv);
158 dprintf("write_file(%d,%p,%u)\n", fd, buf, count);
178 dprintf("write_device(%d,%p,%u,%u)\n", drive, buf, nsecs, sector);
193 dprintf(" rv(7305) = %04x", errnum)
    [all...]
  /bionic/libc/stdio/
stdio.cpp 691 int dprintf(int fd, const char* fmt, ...) { function
  /external/syslinux/extlinux/
main.c 65 # define dprintf printf macro
67 # define dprintf(...) ((void)0) macro
280 dprintf("subpath = %s\n", subpath);
293 dprintf("heads = %u, sect = %u\n", geo.heads, geo.sectors);
312 dprintf("directory inode = %lu\n", (unsigned long)dirst.st_ino);
615 dprintf("write boot_image to 0x%x\n", BTRFS_EXTLINUX_OFFSET);
621 dprintf("write adv to 0x%x\n", BTRFS_ADV_OFFSET);
948 dprintf("The default subvolume: %s, ID: %llu\n",
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
pcnet32.c 60 #define dprintf(x) printf x macro
62 #define dprintf(x) macro
524 dprintf(("pcnet32 open, csr0 %hX.\n", lp->a.read_csr(ioaddr, 0)));
700 dprintf(("PCnet chip version is 0x%X\n", chip_version));
808 dprintf((" tx_start_pt(0x%hX):", i));
811 dprintf((" 20 bytes,"));
814 dprintf((" 64 bytes,"));
817 dprintf((" 128 bytes,"));
820 dprintf(("~220 bytes,"));
824 dprintf((" BCR18(%hX):", i & 0xffff))
    [all...]
dmfe.c 51 #define dprintf(x) printf x macro
53 #define dprintf(x) macro
465 dprintf(("Revision %lX\n", dev_rev));
481 dprintf(("Chip type : %d\n", db->chip_type));
585 dprintf(("dm9132_id_table\n"));
633 dprintf(("send_filter_frame\n"));

Completed in 433 milliseconds

1 2