Searched refs:dump (Results 26 - 50 of 493) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkmsg_dump.h25 * @dump: The callback which gets called on crashes. The buffer is passed
32 void (*dump)(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason, member in struct:kmsg_dumper
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Ddhcp6r.h70 FILE *dump; variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/doc/
H A DMakefile.am35 lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' | sed 's,file://localhost/.*/doc/reference/,reference/,' > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/debugging/solaris/
H A Dsolaris-oops.sh19 State information and vountary core dump for process $pid
46 A voluntary core dump was placed in /var/tmp/samba_solaris_panic_action_gcore.$pid
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dvectors.c26 extern void dump(struct pt_regs *fp);
28 dump((struct pt_regs *) fp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/windows/
H A Dmakedef42 # Create a lib temporarily to dump symbols from.
115 dump=$(dumpbin -linkermember:1 ${libname})
123 '$(echo "${dump}" |
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/doc/
H A DMakefile.am35 lynx --dump $^ | sed 's,file://localhost/.*/doc/README.html,README,' | sed 's,file://localhost/.*/doc/reference/,reference/,' > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c108 * Sending SIGINT to a afpd child causes it to dump the dircache to a file "/tmp/dircache.PID".
654 FILE *dump; local
664 if ((dump = fopen(tmpnam, "w+")) == NULL) {
668 setbuf(dump, NULL);
670 fprintf(dump, "Number of cache entries in LRU queue: %lu\n", queue_count);
671 fprintf(dump, "Configured maximum cache size: %u\n\n", dircache_maxsize);
673 fprintf(dump, "Primary CNID index:\n");
674 fprintf(dump, " VID DID CNID STAT PATH\n");
675 fprintf(dump, "====================================================================\n");
680 fprintf(dump, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_sensor.h79 /* Instructs the sensor to dump all its contents */
80 int (*dump)(struct sd *sd); member in struct:stv06xx_sensor
H A Dstv06xx_hdcs.h154 .dump = hdcs_dump,
167 .dump = hdcs_dump,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Dsprom.c36 static int hex2sprom(u16 *sprom, const char *dump, size_t len, argument
45 c = dump[len - 1];
55 memcpy(tmp, dump, 4);
56 dump += 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dunwinder.c30 .dump = stack_reader_dump,
146 * can diagnose why curr_unwinder->dump() faulted.
162 curr_unwinder->dump(task, regs, sp, ops, data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_dbf.c29 struct zfcp_dbf_dump *dump = to; local
30 int room = to_len - sizeof(*dump);
32 for (offset = 0; offset < from_len; offset += dump->size) {
34 strncpy(dump->tag, "dump", ZFCP_DBF_TAG_SIZE);
35 dump->total_size = from_len;
36 dump->offset = offset;
37 dump->size = min(from_len - offset, room);
38 memcpy(dump->data, from + offset, dump
94 struct zfcp_dbf_dump *dump = (struct zfcp_dbf_dump *)DEBUG_DATA(entry); local
862 struct zfcp_dbf_dump *dump = (struct zfcp_dbf_dump *)rec; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dpcf50633-core.c160 u8 dump[16]; local
172 for (n = 0; n < 256; n += sizeof(dump)) {
173 for (n1 = 0; n1 < sizeof(dump); n1++)
176 dump[n1] = 0x00;
178 dump[n1] = pcf50633_reg_read(pcf, n + n1);
180 hex_dump_to_buffer(dump, sizeof(dump), 16, 1, buf1, 128, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhw_breakpoint.c350 * We can't dump our per cpu values because it
356 void aout_dump_debugregs(struct user *dump) argument
368 dump->u_debugreg[i] = bp->attr.bp_addr;
372 dump->u_debugreg[i] = 0;
376 dump->u_debugreg[4] = 0;
377 dump->u_debugreg[5] = 0;
378 dump->u_debugreg[6] = current->thread.debugreg6;
380 dump->u_debugreg[7] = dr7;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dctnl.c57 nfct_close(STATE(dump));
80 nl_dump_conntrack_table(STATE(dump));
111 nl_dump_expect_table(STATE(dump));
419 /* resynchronize (like 'dump' socket) but it also purges old entries */
441 STATE(dump) = nfct_open(CONFIG(netlink).subsys_id, 0);
442 if (STATE(dump) == NULL) {
448 nfct_callback_register(STATE(dump), NFCT_T_ALL,
452 nfexp_callback_register(STATE(dump), NFCT_T_ALL,
456 if (nl_dump_conntrack_table(STATE(dump)) == -1) {
462 if (nl_dump_expect_table(STATE(dump))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_fifo.c112 .dump = fifo_dump,
127 .dump = fifo_dump,
142 .dump = fifo_dump,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dnd/
H A Ddnd.cpp294 // the functions used for drag-and-drop: they dump and restore a shape into
308 ShapeDump& dump = *(ShapeDump *)buf; local
309 dump.x = m_pos.x;
310 dump.y = m_pos.y;
311 dump.w = m_size.x;
312 dump.h = m_size.y;
313 dump.r = m_col.Red();
314 dump.g = m_col.Green();
315 dump.b = m_col.Blue();
316 dump
1894 const ShapeDump& dump = *(const ShapeDump *)buf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Ddebug.c30 void dump(const char *text, function
113 dump(text, stderr, (unsigned char *)data, size, config->trace_ascii);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestReader.c38 static int dump = 0; variable
116 else if ((!strcmp(argv[i], "-dump")) || (!strcmp(argv[i], "--dump")))
117 dump++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestReader.c38 static int dump = 0; variable
116 else if ((!strcmp(argv[i], "-dump")) || (!strcmp(argv[i], "--dump")))
117 dump++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/doc/manl/
H A Dcsc_hash.l20 CSChashDump - write a formatted dump of a libcsc hash table
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dtraps.c54 static void dump(struct pt_regs *fp) function
109 dump(fp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_cb_dbg.c35 static void dump(const char *timebuf, const char *text,
166 * We dump the header text and then switch type to CURLINFO_DATA_OUT.
172 /* dump everything through the CRLFCRLF as a sent header */
174 dump(timebuf, text, output, data, i + 4, config->tracetype, type);
211 dump(timebuf, text, output, data, size, config->tracetype, type);
215 static void dump(const char *timebuf, const char *text, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/doc/cli/
H A Dtest.sh9 dump)
66 dump-expect)
91 echo "Usage: $0 [dump"
100 echo " |dump-expect"

Completed in 165 milliseconds

1234567891011>>