Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 200 of 324) sorted by relevance

12

/linux-4.1.27/arch/alpha/include/asm/
Da.out-core.h22 static inline void aout_dump_thread(struct pt_regs *pt, struct user *dump) in aout_dump_thread() argument
27 dump->magic = CMAGIC; in aout_dump_thread()
28 dump->start_code = current->mm->start_code; in aout_dump_thread()
29 dump->start_data = current->mm->start_data; in aout_dump_thread()
30 dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); in aout_dump_thread()
31 dump->u_tsize = ((current->mm->end_code - dump->start_code) in aout_dump_thread()
33 dump->u_dsize = ((current->mm->brk + PAGE_SIZE-1 - dump->start_data) in aout_dump_thread()
35 dump->u_ssize = (current->mm->start_stack - dump->start_stack in aout_dump_thread()
43 dump->regs[EF_V0] = pt->r0; in aout_dump_thread()
44 dump->regs[EF_T0] = pt->r1; in aout_dump_thread()
[all …]
/linux-4.1.27/arch/m68k/include/asm/
Da.out-core.h23 static inline void aout_dump_thread(struct pt_regs *regs, struct user *dump) in aout_dump_thread() argument
28 dump->magic = CMAGIC; in aout_dump_thread()
29 dump->start_code = 0; in aout_dump_thread()
30 dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); in aout_dump_thread()
31 dump->u_tsize = ((unsigned long) current->mm->end_code) >> PAGE_SHIFT; in aout_dump_thread()
32 dump->u_dsize = ((unsigned long) (current->mm->brk + in aout_dump_thread()
34 dump->u_dsize -= dump->u_tsize; in aout_dump_thread()
35 dump->u_ssize = 0; in aout_dump_thread()
37 if (dump->start_stack < TASK_SIZE) in aout_dump_thread()
38 dump->u_ssize = ((unsigned long) (TASK_SIZE - dump->start_stack)) >> PAGE_SHIFT; in aout_dump_thread()
[all …]
/linux-4.1.27/arch/x86/include/asm/
Da.out-core.h25 static inline void aout_dump_thread(struct pt_regs *regs, struct user *dump) in aout_dump_thread() argument
28 dump->magic = CMAGIC; in aout_dump_thread()
29 dump->start_code = 0; in aout_dump_thread()
30 dump->start_stack = regs->sp & ~(PAGE_SIZE - 1); in aout_dump_thread()
31 dump->u_tsize = ((unsigned long)current->mm->end_code) >> PAGE_SHIFT; in aout_dump_thread()
32 dump->u_dsize = ((unsigned long)(current->mm->brk + (PAGE_SIZE - 1))) in aout_dump_thread()
34 dump->u_dsize -= dump->u_tsize; in aout_dump_thread()
35 dump->u_ssize = 0; in aout_dump_thread()
36 aout_dump_debugregs(dump); in aout_dump_thread()
38 if (dump->start_stack < TASK_SIZE) in aout_dump_thread()
[all …]
Ddebugreg.h92 extern void aout_dump_debugregs(struct user *dump);
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal-dump.c35 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr,
37 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr,
162 struct dump_obj *dump; in dump_attr_show() local
165 dump = to_dump_obj(kobj); in dump_attr_show()
170 return attribute->show(dump, attribute, buf); in dump_attr_show()
178 struct dump_obj *dump; in dump_attr_store() local
181 dump = to_dump_obj(kobj); in dump_attr_store()
186 return attribute->store(dump, attribute, buf, len); in dump_attr_store()
196 struct dump_obj *dump; in dump_release() local
198 dump = to_dump_obj(kobj); in dump_release()
[all …]
DMakefile3 obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o
/linux-4.1.27/arch/x86/ia32/
Dia32_aout.c53 static void dump_thread32(struct pt_regs *regs, struct user32 *dump) in dump_thread32() argument
56 memset(dump, 0, sizeof(*dump)); in dump_thread32()
59 dump->magic = CMAGIC; in dump_thread32()
60 dump->start_code = 0; in dump_thread32()
61 dump->start_stack = regs->sp & ~(PAGE_SIZE - 1); in dump_thread32()
62 dump->u_tsize = ((unsigned long) current->mm->end_code) >> PAGE_SHIFT; in dump_thread32()
63 dump->u_dsize = ((unsigned long) in dump_thread32()
65 dump->u_dsize -= dump->u_tsize; in dump_thread32()
66 dump->u_debugreg[0] = get_dr(0); in dump_thread32()
67 dump->u_debugreg[1] = get_dr(1); in dump_thread32()
[all …]
/linux-4.1.27/drivers/input/joystick/
Djoydump.c52 struct joydump *dump, *prev; /* one entry each */ in joydump_connect() local
88 dump = buf; in joydump_connect()
96 dump->data = u; in joydump_connect()
97 dump->time = t; in joydump_connect()
98 dump++; in joydump_connect()
104 dump->data = gameport_read(gameport); in joydump_connect()
106 if (dump->data ^ u) { in joydump_connect()
107 u = dump->data; in joydump_connect()
108 dump->time = t; in joydump_connect()
110 dump++; in joydump_connect()
[all …]
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump1 What: /sys/firmware/opal/dump
11 we will initiate a dump.
14 0xXX-0xYYYY: A directory for dump of type 0xXX and
19 and ID of the dump, use the id and type files.
20 Do not rely on any particular size of dump
21 type or dump id.
23 Each dump has the following files:
24 id: An ASCII representation of the dump ID
27 dump in the format "0x%x %s" with the ID
28 in hex and a description of the dump type
[all …]
Dsysfs-driver-qla2xxx5 signal a firmware-dump has been generated by the driver and is
Dsysfs-class-tpm41 Manufacturer is a hex dump of the 4 byte manufacturer info
90 Description: The "pcrs" property will dump the current value of all Platform
/linux-4.1.27/fs/
Dbinfmt_aout.c52 struct user dump; in aout_core_dump() local
64 strncpy(dump.u_comm, current->comm, sizeof(dump.u_comm)); in aout_core_dump()
65 dump.u_ar0 = offsetof(struct user, regs); in aout_core_dump()
66 dump.signal = cprm->siginfo->si_signo; in aout_core_dump()
67 aout_dump_thread(cprm->regs, &dump); in aout_core_dump()
71 if ((dump.u_dsize + dump.u_ssize+1) * PAGE_SIZE > cprm->limit) in aout_core_dump()
72 dump.u_dsize = 0; in aout_core_dump()
75 if ((dump.u_ssize + 1) * PAGE_SIZE > cprm->limit) in aout_core_dump()
76 dump.u_ssize = 0; in aout_core_dump()
80 if (!access_ok(VERIFY_READ, START_DATA(dump), dump.u_dsize << PAGE_SHIFT)) in aout_core_dump()
[all …]
DKconfig.binfmt51 ELF core dump files describe each memory mapping of the crashed
56 the first page of the file in a core dump makes it possible to
58 cost and disk space to dump all the text. However, versions of
59 GDB before 6.7 are confused by ELF core dump files in this format.
61 The core dump behavior can be controlled per process using
176 bool "Enable core dump support" if EXPERT
/linux-4.1.27/Documentation/s390/
Dzfcpdump.txt1 The s390 SCSI dump tool (zfcpdump)
4 dumps on SCSI disks. The dump process is initiated by booting a dump tool, which
5 has to create a dump of the current (probably crashed) Linux image. In order to
6 not overwrite memory of the crashed Linux with data of the dump tool, the
8 dump tool is loaded. There exists an SCLP hardware interface to obtain the saved
11 This zfcpdump implementation consists of a Linux dump kernel together with
12 a user space dump tool, which are loaded together into the saved memory region
15 system can then trigger a SCSI dump by booting the SCSI disk, where zfcpdump
20 standalone dump format. It can be used in the same way as e.g. /dev/mem. The
21 dump format defines a 4K header followed by plain uncompressed memory. The
[all …]
D00-INDEX28 - information on the s390 SCSI dump tool.
Dkvm.txt109 its prefix page just like the dump tool that comes with zipl. This is useful
110 to create a system dump for use with lkcdutils or crash.
/linux-4.1.27/Documentation/kdump/
Dkdump.txt11 Kdump uses kexec to quickly boot to a dump-capture kernel whenever a
12 dump of the system kernel's memory needs to be taken (for example, when
14 the reboot and is accessible to the dump-capture kernel.
17 memory image to a dump file on the local disk, or across the network to
24 the dump-capture kernel. This ensures that ongoing Direct Memory Access
25 (DMA) from the system kernel does not corrupt the dump-capture kernel.
26 The kexec -p command loads the dump-capture kernel into this reserved
31 region just before rebooting into the dump-capture kernel.
45 passed to the dump-capture kernel through the elfcorehdr= boot
50 With the dump-capture kernel, you can access the memory image through
[all …]
Dgdbmacros.txt54 dump all thread stack traces on a kernel compiled with !CONFIG_FRAME_POINTER
98 dump all thread stack traces on a kernel compiled with CONFIG_FRAME_POINTER
/linux-4.1.27/Documentation/powerpc/
Dfirmware-assisted-dump.txt6 The goal of firmware-assisted dump is to enable the dump of
11 - Firmware assisted dump (fadump) infrastructure is intended to replace
12 the existing phyp assisted dump.
14 as phyp assisted dump.
15 - Unlike phyp dump, fadump exports the memory dump through /proc/vmcore
17 kdump infrastructure for dump capture and filtering.
18 - Unlike phyp dump, userspace tool does not need to refer any sysfs
20 - Unlike phyp dump, fadump allows user to release all the memory reserved
21 for dump, with a single operation of echo 1 > /sys/kernel/fadump_release_mem.
28 dump offers several strong, practical advantages:
[all …]
D00-INDEX18 firmware-assisted-dump.txt
19 - Documentation on the firmware assisted dump mechanism "fadump".
/linux-4.1.27/tools/firewire/
DMakefile2 nosy-dump-version = 0.4
6 all : nosy-dump
8 nosy-dump : CFLAGS = -Wall -O2 -g
9 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
/linux-4.1.27/net/tipc/
Dnetlink_compat.c749 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local
772 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump()
773 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump()
775 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump()
904 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local
907 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle()
918 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle()
919 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle()
920 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle()
935 dump.dumpit = tipc_nl_link_dump; in tipc_nl_compat_handle()
[all …]
/linux-4.1.27/drivers/mfd/
Dipaq-micro.c247 u8 dump[256]; in ipaq_micro_eeprom_dump() local
250 ipaq_micro_eeprom_read(micro, 0, 128, dump); in ipaq_micro_eeprom_dump()
251 str = ipaq_micro_str(dump, 10); in ipaq_micro_eeprom_dump()
256 str = ipaq_micro_str(dump+10, 40); in ipaq_micro_eeprom_dump()
263 str = ipaq_micro_str(dump+50, 20); in ipaq_micro_eeprom_dump()
268 str = ipaq_micro_str(dump+70, 10); in ipaq_micro_eeprom_dump()
273 dev_info(micro->dev, "product ID: %u\n", ipaq_micro_to_u16(dump+80)); in ipaq_micro_eeprom_dump()
275 ipaq_micro_to_u16(dump+82)); in ipaq_micro_eeprom_dump()
276 dev_info(micro->dev, "page mode: %u\n", ipaq_micro_to_u16(dump+84)); in ipaq_micro_eeprom_dump()
277 dev_info(micro->dev, "country ID: %u\n", ipaq_micro_to_u16(dump+86)); in ipaq_micro_eeprom_dump()
[all …]
Dpcf50633-core.c89 u8 dump[16]; in show_dump_regs() local
101 for (n = 0; n < 256; n += sizeof(dump)) { in show_dump_regs()
102 for (n1 = 0; n1 < sizeof(dump); n1++) in show_dump_regs()
105 dump[n1] = 0x00; in show_dump_regs()
107 dump[n1] = pcf50633_reg_read(pcf, n + n1); in show_dump_regs()
109 buf1 += sprintf(buf1, "%*ph\n", (int)sizeof(dump), dump); in show_dump_regs()
Dwm8350-core.c40 #define dump(regs, src) do { \ macro
49 #define dump(bytes, src) macro
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dethtool.c68 mwifiex_get_dump_flag(struct net_device *dev, struct ethtool_dump *dump) in mwifiex_get_dump_flag() argument
77 dump->flag = adapter->curr_mem_idx; in mwifiex_get_dump_flag()
78 dump->version = 1; in mwifiex_get_dump_flag()
80 dump->len = adapter->drv_info_size; in mwifiex_get_dump_flag()
83 dump->len = entry->mem_size; in mwifiex_get_dump_flag()
85 dump->len = 0; in mwifiex_get_dump_flag()
92 mwifiex_get_dump_data(struct net_device *dev, struct ethtool_dump *dump, in mwifiex_get_dump_data() argument
/linux-4.1.27/Documentation/networking/
Dgen_stats.txt34 struct gnet_dump dump;
36 if (gnet_stats_start_copy(skb, TCA_STATS2, &mystruct->lock, &dump) < 0)
39 if (gnet_stats_copy_basic(&dump, &mystruct->bstats) < 0 ||
40 gnet_stats_copy_queue(&dump, &mystruct->qstats) < 0 ||
41 gnet_stats_copy_app(&dump, &xstats, sizeof(xstats)) < 0)
44 if (gnet_stats_finish_copy(&dump) < 0)
59 TCA_XSTATS, &mystruct->lock, &dump) < 0)
106 From now on, every time you dump my_rate_est_stats it will contain
Dnfc.txt77 * NFC_CMD_GET_DEVICE - get specific device info or dump the device list
80 * NFC_CMD_GET_TARGET - dump the list of targets found by a specific device
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dmxms.c152 u8 *dump = desc; in mxms_foreach() local
157 pr_cont("%02x", dump[j]); in mxms_foreach()
159 dump += headerlen; in mxms_foreach()
161 for (i = 0; i < entries; i++, dump += recordlen) { in mxms_foreach()
164 pr_cont("%02x", dump[j]); in mxms_foreach()
/linux-4.1.27/arch/x86/kernel/
Dhw_breakpoint.c343 void aout_dump_debugregs(struct user *dump) in aout_dump_debugregs() argument
355 dump->u_debugreg[i] = bp->attr.bp_addr; in aout_dump_debugregs()
359 dump->u_debugreg[i] = 0; in aout_dump_debugregs()
363 dump->u_debugreg[4] = 0; in aout_dump_debugregs()
364 dump->u_debugreg[5] = 0; in aout_dump_debugregs()
365 dump->u_debugreg[6] = current->thread.debugreg6; in aout_dump_debugregs()
367 dump->u_debugreg[7] = dr7; in aout_dump_debugregs()
Damd_gart_64.c162 static int dump; in dump_leak() local
164 if (dump) in dump_leak()
166 dump = 1; in dump_leak()
/linux-4.1.27/drivers/ssb/
Dsprom.c36 static int hex2sprom(u16 *sprom, const char *dump, size_t len, in hex2sprom() argument
45 c = dump[len - 1]; in hex2sprom()
55 memcpy(tmp, dump, 4); in hex2sprom()
56 dump += 4; in hex2sprom()
/linux-4.1.27/Documentation/fmc/
Dparameters.txt10 If not zero, the parameter asks the bus controller to dump the
15 loaded by fmc_reprogram(). If greater than one, it asks to dump
41 The dump of SDB looks like the following; the example shows the simple
48 FMC: poor dump of sdb first level:
Dfmc-chardev.txt21 order to dump or store bigger memory areas.
/linux-4.1.27/tools/perf/Documentation/
Dperf-lock.txt42 --dump-raw-trace::
58 dump thread list in perf.data
62 dump map of lock instances (address:name table)
Dperf-mem.txt36 --dump-raw-samples=::
42 Specify the field separator used when dump raw samples (-D option). By default,
47 Restrict dump of raw samples to those provided via this option. Note that the same
Dperf-sched.txt50 --dump-raw-trace=::
51 Display verbose dump of the sched data.
Dperf-list.txt133 . '--raw-dump', shows the raw-dump of all the events.
134 . '--raw-dump [hw|sw|cache|tracepoint|pmu|event_glob]', shows the raw-dump of
Dperf-annotate.txt43 --dump-raw-trace::
Dperf-script.txt79 --dump-raw-script=::
80 Display verbose dump of the trace data.
/linux-4.1.27/drivers/mtd/
Dmtdoops.c58 struct kmsg_dumper dump; member
307 struct mtdoops_context, dump); in mtdoops_do_dump()
360 cxt->dump.max_reason = KMSG_DUMP_OOPS; in mtdoops_notify_add()
361 cxt->dump.dump = mtdoops_do_dump; in mtdoops_notify_add()
362 err = kmsg_dump_register(&cxt->dump); in mtdoops_notify_add()
383 if (kmsg_dump_unregister(&cxt->dump) < 0) in mtdoops_notify_remove()
/linux-4.1.27/arch/m68k/coldfire/
Dvectors.c26 extern void dump(struct pt_regs *fp); in dbginterrupt_c()
28 dump((struct pt_regs *) fp); in dbginterrupt_c()
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_erl0.c96 goto dump; in iscsit_dataout_within_command_recovery_check()
116 goto dump; in iscsit_dataout_within_command_recovery_check()
121 goto dump; in iscsit_dataout_within_command_recovery_check()
125 goto dump; in iscsit_dataout_within_command_recovery_check()
133 dump: in iscsit_dataout_within_command_recovery_check()
376 goto dump; in iscsit_dataout_check_datasn()
387 dump: in iscsit_dataout_check_datasn()
398 int dump = 0, recovery = 0; in iscsit_dataout_pre_datapduinorder_yes() local
434 dump = 1; in iscsit_dataout_pre_datapduinorder_yes()
435 goto dump; in iscsit_dataout_pre_datapduinorder_yes()
[all …]
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dsdio.c51 static bool dump = false; variable
84 if (unlikely(dump)) { in wl12xx_sdio_raw_read()
122 if (unlikely(dump)) { in wl12xx_sdio_raw_write()
453 module_param(dump, bool, S_IRUSR | S_IWUSR);
454 MODULE_PARM_DESC(dump, "Enable sdio read/write dumps.");
/linux-4.1.27/net/key/
Daf_key.c58 int (*dump)(struct pfkey_sock *sk); member
65 } dump; member
82 if (pfk->dump.dump) { in pfkey_terminate_dump()
83 if (pfk->dump.skb) { in pfkey_terminate_dump()
84 kfree_skb(pfk->dump.skb); in pfkey_terminate_dump()
85 pfk->dump.skb = NULL; in pfkey_terminate_dump()
87 pfk->dump.done(pfk); in pfkey_terminate_dump()
88 pfk->dump.dump = NULL; in pfkey_terminate_dump()
89 pfk->dump.done = NULL; in pfkey_terminate_dump()
284 rc = pfk->dump.dump(pfk); in pfkey_do_dump()
[all …]
/linux-4.1.27/net/core/
Dethtool.c1475 struct ethtool_dump dump; in ethtool_set_dump() local
1480 if (copy_from_user(&dump, useraddr, sizeof(dump))) in ethtool_set_dump()
1483 return dev->ethtool_ops->set_dump(dev, &dump); in ethtool_set_dump()
1490 struct ethtool_dump dump; in ethtool_get_dump_flag() local
1496 if (copy_from_user(&dump, useraddr, sizeof(dump))) in ethtool_get_dump_flag()
1499 ret = ops->get_dump_flag(dev, &dump); in ethtool_get_dump_flag()
1503 if (copy_to_user(useraddr, &dump, sizeof(dump))) in ethtool_get_dump_flag()
1513 struct ethtool_dump dump, tmp; in ethtool_get_dump_data() local
1520 if (copy_from_user(&dump, useraddr, sizeof(dump))) in ethtool_get_dump_data()
1529 len = min(tmp.len, dump.len); in ethtool_get_dump_data()
[all …]
Dsock_diag.c176 err = hndl->dump(skb, nlh); in __sock_diag_rcv_msg()
/linux-4.1.27/arch/sh/kernel/
Dunwinder.c30 .dump = stack_reader_dump,
162 curr_unwinder->dump(task, regs, sp, ops, data); in unwind_stack()
/linux-4.1.27/net/sched/
Dsch_fifo.c106 .dump = fifo_dump,
121 .dump = fifo_dump,
136 .dump = fifo_dump,
Dem_meta.c750 int (*dump)(struct sk_buff *, struct meta_value *, int); member
759 .dump = meta_var_dump
765 .dump = meta_int_dump
931 if (ops->dump(skb, &meta->lvalue, TCA_EM_META_LVALUE) < 0 || in em_meta_dump()
932 ops->dump(skb, &meta->rvalue, TCA_EM_META_RVALUE) < 0) in em_meta_dump()
946 .dump = em_meta_dump,
Dsch_mq.c233 .dump = mq_dump_class,
244 .dump = mq_dump,
Dsch_ingress.c137 .dump = ingress_dump,
Dact_ipt.c267 .dump = tcf_ipt_dump,
277 .dump = tcf_ipt_dump,
Dematch.c467 if (em->ops && em->ops->dump) { in tcf_em_tree_dump()
468 if (em->ops->dump(skb, em) < 0) in tcf_em_tree_dump()
Dsch_prio.c374 .dump = prio_dump_class,
391 .dump = prio_dump,
Dsch_red.c358 .dump = red_dump_class,
373 .dump = red_dump,
Dsch_multiq.c410 .dump = multiq_dump_class,
427 .dump = multiq_dump,
Dem_canid.c213 .dump = em_canid_dump,
Dem_text.c137 .dump = em_text_dump,
Dact_connmark.c171 .dump = tcf_connmark_dump,
Dact_simple.c168 .dump = tcf_simp_dump,
Dsch_mqprio.c400 .dump = mqprio_dump_class,
411 .dump = mqprio_dump,
Dsch_dsmark.c481 .dump = dsmark_dump_class,
497 .dump = dsmark_dump,
Dact_gact.c185 .dump = tcf_gact_dump,
Dact_skbedit.c180 .dump = tcf_skbedit_dump,
Dact_vlan.c188 .dump = tcf_vlan_dump,
Dcls_cgroup.c217 .dump = cls_cgroup_dump,
Dsch_tbf.c548 .dump = tbf_dump_class,
564 .dump = tbf_dump,
Dsch_codel.c255 .dump = codel_dump,
Dsch_choke.c604 .dump = choke_dump_class,
627 .dump = choke_dump,
Dact_mirred.c242 .dump = tcf_mirred_dump,
Dact_pedit.c222 .dump = tcf_pedit_dump,
Dcls_api.c376 if (tp->ops->dump && tp->ops->dump(net, tp, fh, skb, tcm) < 0) in tcf_fill_node()
Dsch_fq_codel.c589 .dump = fq_codel_dump_class,
606 .dump = fq_codel_dump,
Dact_nat.c288 .dump = tcf_nat_dump,
Dsch_atm.c663 .dump = atm_tc_dump_class,
678 .dump = atm_tc_dump,
Dsch_sfb.c693 .dump = sfb_dump_class,
707 .dump = sfb_dump,
Dcls_basic.c295 .dump = basic_dump,
Dact_bpf.c362 .dump = tcf_bpf_dump,
/linux-4.1.27/drivers/infiniband/core/
Dnetlink.c151 !client->cb_table[op].dump) in ibnl_rcv_msg()
156 .dump = client->cb_table[op].dump, in ibnl_rcv_msg()
/linux-4.1.27/security/tomoyo/
Ddomain.c850 kfree(ee->dump.data); in tomoyo_find_next_domain()
865 struct tomoyo_page_dump *dump) in tomoyo_dump_page() argument
870 if (!dump->data) { in tomoyo_dump_page()
871 dump->data = kzalloc(PAGE_SIZE, GFP_NOFS); in tomoyo_dump_page()
872 if (!dump->data) in tomoyo_dump_page()
882 if (page != dump->page) { in tomoyo_dump_page()
891 dump->page = page; in tomoyo_dump_page()
892 memcpy(dump->data + offset, kaddr + offset, in tomoyo_dump_page()
Daudit.c22 struct tomoyo_page_dump *dump) in tomoyo_print_bprm() argument
44 if (!tomoyo_dump_page(bprm, pos, dump)) in tomoyo_print_bprm()
49 const char *kaddr = dump->data; in tomoyo_print_bprm()
259 bprm_info = tomoyo_print_bprm(r->ee->bprm, &r->ee->dump); in tomoyo_init_log()
Dcondition.c105 struct tomoyo_page_dump *dump = &ee->dump; in tomoyo_scan_bprm() local
124 if (!tomoyo_dump_page(bprm, pos, dump)) { in tomoyo_scan_bprm()
131 const char *kaddr = dump->data; in tomoyo_scan_bprm()
Dcommon.h623 struct tomoyo_page_dump dump; member
928 struct tomoyo_page_dump *dump);
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/
Dstv06xx_hdcs.h157 .dump = hdcs_dump,
176 .dump = hdcs_dump,
Dstv06xx_sensor.h84 int (*dump)(struct sd *sd); member
Dstv06xx_pb0100.h141 .dump = pb0100_dump,
Dstv06xx_vv6410.h205 .dump = vv6410_dump,
Dstv06xx.c264 if (dump_sensor && sd->sensor->dump) in stv06xx_init()
265 sd->sensor->dump(sd); in stv06xx_init()
/linux-4.1.27/Documentation/zh_CN/
Dbasic_profiling.txt43 dump output readprofile -m /boot/System.map > captured_profile
66 dump output opreport > output_file
/linux-4.1.27/net/bridge/netfilter/
Dnft_meta_bridge.c79 .dump = nft_meta_get_dump,
87 .dump = nft_meta_set_dump,
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_ethtool.c826 netxen_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in netxen_get_dump_flag() argument
831 dump->len = mdump->md_dump_size; in netxen_get_dump_flag()
833 dump->len = 0; in netxen_get_dump_flag()
836 dump->flag = ETH_FW_DUMP_DISABLE; in netxen_get_dump_flag()
838 dump->flag = mdump->md_capture_mask; in netxen_get_dump_flag()
840 dump->version = adapter->fw_version; in netxen_get_dump_flag()
900 netxen_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in netxen_get_dump_data() argument
924 dump->len = copy_sz + mdump->md_capture_size; in netxen_get_dump_data()
925 dump->flag = mdump->md_capture_mask; in netxen_get_dump_data()
/linux-4.1.27/crypto/
Dcrypto_user.c470 int (*dump)(struct sk_buff *, struct netlink_callback *); member
477 .dump = crypto_dump_report,
499 if (link->dump == NULL) in crypto_user_rcv_msg()
508 .dump = link->dump, in crypto_user_rcv_msg()
/linux-4.1.27/Documentation/
Dramoops.txt17 Ramoops uses a predefined memory area to store the dump. The start and size
98 The data dump begins with a header, currently defined as "====" followed by a
99 timestamp and a new line. The dump then continues with the actual data.
103 The dump data can be read from the pstore filesystem. The format for these
Dbasic_profiling.txt26 dump output readprofile -m /boot/System.map > captured_profile
51 dump output opreport > output_file
Dsysrq.txt94 'm' - Will dump current memory info to your console.
100 'p' - Will dump the current registers and flags to your console.
102 'q' - Will dump per CPU lists of all armed hrtimers (but NOT regular
110 't' - Will dump a list of current tasks and their information to your
116 'v' - Causes ETM buffer dump [ARM-specific]
152 Note that this just triggers a crash if there is no dump mechanism available.
Dhighuid.txt62 - The ELF core dump format only supports 16-bit UIDs on arm, i386, m68k,
Ddebugging-via-ohci1394.txt22 Retrieving a full system memory dump is also possible over the FireWire,
67 and he implemented fast system dump (alpha version - read README.txt):
Dlockup-watchdogs.txt52 will dump useful debug information to the system log, after which it
DBUG-HUNTING164 e.g. crash dump output as shown by Dave Miller.
177 > .byte .... /* bytes from Code: part of OOPS dump */
Dkmemcheck.txt337 kmemcheck stack dump, i.e.:
476 These first two lines are the memory dump of the memory object itself, and the
478 &first->info. Just beware that the start of this dump is NOT the start of the
482 The shadow bytemap dump legend is as follows:
518 the number of remaining iterations. By taking a look at the register dump
554 and _sifields. We can now get a fuller picture of the memory dump:
Dkmemleak.txt56 dump=<addr> - dump information about the object found at <addr>
/linux-4.1.27/arch/sh/include/asm/
Dunwinder.h10 void (*dump)(struct task_struct *, struct pt_regs *, member
/linux-4.1.27/net/netfilter/
Dnft_payload.c97 .dump = nft_payload_dump,
105 .dump = nft_payload_dump,
Dnft_cmp.c116 .dump = nft_cmp_dump,
171 .dump = nft_cmp_fast_dump,
Dnft_limit.c93 .dump = nft_limit_dump,
Dnft_counter.c87 .dump = nft_counter_dump,
Dnft_meta.c335 .dump = nft_meta_get_dump,
343 .dump = nft_meta_set_dump,
Dnft_queue.c106 .dump = nft_queue_dump,
Dnft_immediate.c111 .dump = nft_immediate_dump,
Dnft_reject_inet.c127 .dump = nft_reject_inet_dump,
Dnft_exthdr.c102 .dump = nft_exthdr_dump,
Dnft_ct.c407 .dump = nft_ct_get_dump,
416 .dump = nft_ct_set_dump,
Dnft_lookup.c136 .dump = nft_lookup_dump,
Dnft_bitwise.c124 .dump = nft_bitwise_dump,
Dnft_byteorder.c146 .dump = nft_byteorder_dump,
Dnft_log.c182 .dump = nft_log_dump,
Dnft_nat.c266 .dump = nft_nat_dump,
Dnft_dynset.c246 .dump = nft_dynset_dump,
Dnf_conntrack_netlink.c1120 .dump = ctnetlink_dump_table, in ctnetlink_get_conntrack()
1270 .dump = ctnetlink_dump_dying, in ctnetlink_get_ct_dying()
1292 .dump = ctnetlink_dump_unconfirmed, in ctnetlink_get_ct_unconfirmed()
1970 .dump = ctnetlink_ct_stat_cpu_dump, in ctnetlink_stat_ct_cpu()
2617 .dump = ctnetlink_exp_ct_dump_table, in ctnetlink_dump_exp_ct()
2663 .dump = ctnetlink_exp_dump_table, in ctnetlink_get_expect()
3118 .dump = ctnetlink_exp_stat_cpu_dump, in ctnetlink_stat_exp_cpu()
/linux-4.1.27/arch/um/kernel/
Dkmsg_dump.c35 .dump = kmsg_dumper_stdout
/linux-4.1.27/arch/arm64/mm/
DMakefile6 obj-$(CONFIG_ARM64_PTDUMP) += dump.o
/linux-4.1.27/drivers/fmc/
DMakefile8 fmc-y += fmc-dump.o
/linux-4.1.27/include/rdma/
Drdma_netlink.h9 int (*dump)(struct sk_buff *skb, struct netlink_callback *nlcb); member
/linux-4.1.27/include/linux/
Dsock_diag.h13 int (*dump)(struct sk_buff *skb, struct nlmsghdr *nlh); member
Dnetlink.h123 int (*dump)(struct sk_buff * skb, member
145 int (*dump)(struct sk_buff *skb, struct netlink_callback *); member
Dinet_diag.h14 void (*dump)(struct sk_buff *skb, member
Dkmsg_dump.h43 void (*dump)(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason); member
Dcb710.h110 void cb710_dump_regs(struct cb710_chip *chip, unsigned dump);
/linux-4.1.27/drivers/scsi/
Dipr.c2895 struct ipr_ioa_dump *ioa_dump = &ioa_cfg->dump->ioa_dump; in ipr_sdt_copy()
3059 static void ipr_get_ioa_dump(struct ipr_ioa_cfg *ioa_cfg, struct ipr_dump *dump) in ipr_get_ioa_dump() argument
3063 struct ipr_driver_dump *driver_dump = &dump->driver_dump; in ipr_get_ioa_dump()
3064 struct ipr_ioa_dump *ioa_dump = &dump->ioa_dump; in ipr_get_ioa_dump()
3158 dump->driver_dump.hdr.len += sizeof(struct ipr_sdt_header); in ipr_get_ioa_dump()
3160 dump->driver_dump.hdr.len += num_entries * sizeof(struct ipr_sdt_entry); in ipr_get_ioa_dump()
3162 dump->driver_dump.hdr.len += max_num_entries * sizeof(struct ipr_sdt_entry); in ipr_get_ioa_dump()
3215 #define ipr_get_ioa_dump(ioa_cfg, dump) do { } while (0) argument
3227 struct ipr_dump *dump = container_of(kref, struct ipr_dump, kref); in ipr_release_dump() local
3228 struct ipr_ioa_cfg *ioa_cfg = dump->ioa_cfg; in ipr_release_dump()
[all …]
/linux-4.1.27/net/ipv4/netfilter/
Dnft_reject_ipv4.c49 .dump = nft_reject_dump,
Dnft_masq_ipv4.c39 .dump = nft_masq_dump,
Dnft_redir_ipv4.c48 .dump = nft_redir_dump,
/linux-4.1.27/Documentation/filesystems/
Df2fs.txt22 a consistency checking tool (fsck.f2fs), and a debugging tool (dump.f2fs).
292 dump.f2fs
294 The dump.f2fs shows the information of specific inode and dumps SSA and SIT to
297 The dump.f2fs is used to debug on-disk data structures of the f2fs filesystem.
299 able to dump all the SSA and SIT entries into predefined files, ./dump_ssa and
305 -s [SIT dump segno from #1~#2 (decimal), for all 0~-1]
306 -a [SSA dump segno from #1~#2 (decimal), for all 0~-1]
309 # dump.f2fs -i [ino] /dev/sdx
310 # dump.f2fs -s 0~-1 /dev/sdx (SIT dump)
311 # dump.f2fs -a 0~-1 /dev/sdx (SSA dump)
/linux-4.1.27/include/linux/mfd/
Dcros_ec_commands.h1008 } dump, off, on, init, get_seq, get_params, version; member
1028 struct dump { struct
1034 } dump; member
1279 } dump; member
1327 } dump; member
/linux-4.1.27/net/ipv6/netfilter/
Dnft_masq_ipv6.c39 .dump = nft_masq_dump,
Dnft_reject_ipv6.c50 .dump = nft_reject_dump,
Dnft_redir_ipv6.c48 .dump = nft_redir_dump,
/linux-4.1.27/net/ipv4/
Dtcp_diag.c49 .dump = tcp_diag_dump,
Dudp_diag.c169 .dump = udp_diag_dump,
189 .dump = udplite_diag_dump,
Dinet_diag.c954 handler->dump(skb, cb, r, bc); in __inet_diag_dump()
1042 .dump = inet_diag_dump_compat, in inet_diag_rcv_msg_compat()
1072 .dump = inet_diag_dump, in inet_diag_handler_dump()
1083 .dump = inet_diag_handler_dump,
1088 .dump = inet_diag_handler_dump,
/linux-4.1.27/Documentation/i2c/
Di2c-stub36 There's a script named i2c-stub-from-dump in the i2c-tools package which
37 can load register values automatically from a chip dump.
/linux-4.1.27/net/netlink/
Ddiag.c213 .dump = netlink_diag_dump, in netlink_diag_handler_dump()
222 .dump = netlink_diag_handler_dump,
/linux-4.1.27/arch/arm/lib/
Dbacktrace.S86 bleq .Ldumpstm @ dump saved registers
92 bleq .Ldumpstm @ dump saved registers
/linux-4.1.27/Documentation/sound/alsa/
DProcfile.txt61 register dump, etc (e.g. /proc/asound/card*/cmipci shows the register
62 dump). These files would be really helpful for debugging.
149 Shows the AC97 register dump. Useful for debugging.
215 - the register dump, if available (e.g. card*/cmipci)
/linux-4.1.27/drivers/media/common/siano/
DKconfig28 Choose Y to enable visualizing a dump of the frontend
/linux-4.1.27/arch/unicore32/lib/
Dbacktrace.S84 b.l .Ldumpstm @ dump saved registers
91 b.l .Ldumpstm @ dump saved registers
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes.c116 [RDMA_NL_IWPM_REG_PID] = {.dump = iwpm_register_pid_cb},
117 [RDMA_NL_IWPM_ADD_MAPPING] = {.dump = iwpm_add_mapping_cb},
118 [RDMA_NL_IWPM_QUERY_MAPPING] = {.dump = iwpm_add_and_query_mapping_cb},
119 [RDMA_NL_IWPM_REMOTE_INFO] = {.dump = iwpm_remote_info_cb},
120 [RDMA_NL_IWPM_HANDLE_ERR] = {.dump = iwpm_mapping_error_cb},
121 [RDMA_NL_IWPM_MAPINFO] = {.dump = iwpm_mapping_info_cb},
122 [RDMA_NL_IWPM_MAPINFO_NUM] = {.dump = iwpm_ack_mapping_info_cb}
/linux-4.1.27/net/dccp/
Ddiag.c65 .dump = dccp_diag_dump,
/linux-4.1.27/sound/usb/
Dmixer.h49 usb_mixer_elem_dump_func_t dump; member
/linux-4.1.27/net/packet/
Ddiag.c240 .dump = packet_diag_dump, in packet_diag_handler_dump()
249 .dump = packet_diag_handler_dump,
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.freeze26 information out of a register+stack dump printed by the kernel on
29 If you run into some kind of deadlock, you can try to dump a call trace
/linux-4.1.27/Documentation/sysctl/
Dfs.txt204 This value can be used to query and set the core dump mode for setuid
209 1 - (debug) - all processes dump core when possible. The core dump is
219 environment, and either have a core dump pipe handler that knows
221 defined for catching core dumps. If a core dump happens without
/linux-4.1.27/arch/cris/
DKconfig.debug32 here to make it possible to dump an OOPS with an external NMI.
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c1650 qlcnic_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in qlcnic_get_dump_flag() argument
1661 dump->len = fw_dump->tmpl_hdr_size + fw_dump->size; in qlcnic_get_dump_flag()
1663 dump->len = 0; in qlcnic_get_dump_flag()
1666 dump->flag = ETH_FW_DUMP_DISABLE; in qlcnic_get_dump_flag()
1668 dump->flag = fw_dump->cap_mask; in qlcnic_get_dump_flag()
1670 dump->version = adapter->fw_version; in qlcnic_get_dump_flag()
1675 qlcnic_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in qlcnic_get_dump_data() argument
1703 dump->len = copy_sz + fw_dump->size; in qlcnic_get_dump_data()
1704 dump->flag = fw_dump->cap_mask; in qlcnic_get_dump_data()
/linux-4.1.27/net/unix/
Ddiag.c303 .dump = unix_diag_dump, in unix_diag_handler_dump()
312 .dump = unix_diag_handler_dump,
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlayout.c1858 void *value, int len, int dump, void (*swabber)(void *)) in swabber_dumper_helper() argument
1875 dump = 0; in swabber_dumper_helper()
1878 if (dump) { in swabber_dumper_helper()
1887 if (dump) { in swabber_dumper_helper()
1904 if (dump) { in swabber_dumper_helper()
1912 if (dump) { in swabber_dumper_helper()
1936 int dump) in __req_capsule_get() argument
1992 dump, swabber); in __req_capsule_get()
/linux-4.1.27/Documentation/memory-devices/
Dti-emif.txt54 - regcache_dump : dump of register values calculated and saved for all
/linux-4.1.27/include/net/
Dsch_generic.h176 int (*dump)(struct Qdisc *, unsigned long, member
199 int (*dump)(struct Qdisc *, struct sk_buff *); member
230 int (*dump)(struct net*, struct tcf_proto*, unsigned long, member
Ddn_fib.h89 int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb); member
Dact_api.h91 int (*dump)(struct sk_buff *, struct tc_action *, int, int); member
Dpkt_cls.h238 int (*dump)(struct sk_buff *, struct tcf_ematch *); member
/linux-4.1.27/drivers/scsi/osd/
DKconfig36 sense-buffer is retrieved, turning this on will dump a full
/linux-4.1.27/drivers/net/ethernet/marvell/
DKconfig102 This option adds the ability to dump driver state for debugging.
137 This option adds the ability to dump driver state for debugging.
/linux-4.1.27/arch/s390/kernel/
Dhead_kdump.S23 lhi %r1,2 # mode 2 = esame (dump)
Dbase.S102 lhi %r1,2 # Use mode 2 = ESAME (dump)
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dcq.c249 int dump = 1; in mlx5_handle_error_cqe() local
262 dump = 0; in mlx5_handle_error_cqe()
285 dump = 0; in mlx5_handle_error_cqe()
289 dump = 0; in mlx5_handle_error_cqe()
300 if (dump) in mlx5_handle_error_cqe()
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Ddebug.c172 ADD_FILE(dump, S_IWUSR, &fops_wcn36xx_dump, wcn); in wcn36xx_debugfs_init()
/linux-4.1.27/
DREADME347 system log, please duplicate it *exactly*. The dump may look
349 help debugging the problem. The text above the dump is also
352 on making sense of the dump is in Documentation/oops-tracing.txt
354 - If you compiled the kernel with CONFIG_KALLSYMS you can send the dump
356 sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred).
359 Alternatively, you can do the dump lookup by hand:
/linux-4.1.27/fs/jffs2/
Ddebug.c166 int dump = 0; in __jffs2_dbg_superblock_counts() local
271 dump = 1; \ in __jffs2_dbg_superblock_counts()
288 dump = 1; in __jffs2_dbg_superblock_counts()
291 if (dump) { in __jffs2_dbg_superblock_counts()
/linux-4.1.27/tools/perf/
Dperf-completion.sh164 evts=$($cmd list --raw-dump)
/linux-4.1.27/sound/soc/intel/common/
Dsst-dsp.c227 if (sst->ops->dump) in sst_dsp_dump()
228 sst->ops->dump(sst); in sst_dsp_dump()
Dsst-dsp-priv.h55 void (*dump)(struct sst_dsp *); member
/linux-4.1.27/Documentation/input/
Dxpad.txt85 a dump from /proc/bus/usb and a description of the pad (manufacturer, country,
191 [4]: /proc/bus/usb/devices - dump from InterAct PowerPad Pro (Germany):
201 [5]: /proc/bus/usb/devices - dump from Redoctane Xbox Dance Pad (US):
/linux-4.1.27/drivers/net/ethernet/ti/
Dcpmac.c252 struct cpmac_desc *dump = priv->rx_head; in cpmac_dump_all_desc() local
255 cpmac_dump_desc(dev, dump); in cpmac_dump_all_desc()
256 dump = dump->next; in cpmac_dump_all_desc()
257 } while (dump != priv->rx_head); in cpmac_dump_all_desc()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Ddevice.c92 [RDMA_NL_IWPM_REG_PID] = {.dump = iwpm_register_pid_cb},
93 [RDMA_NL_IWPM_ADD_MAPPING] = {.dump = iwpm_add_mapping_cb},
94 [RDMA_NL_IWPM_QUERY_MAPPING] = {.dump = iwpm_add_and_query_mapping_cb},
95 [RDMA_NL_IWPM_HANDLE_ERR] = {.dump = iwpm_mapping_error_cb},
96 [RDMA_NL_IWPM_REMOTE_INFO] = {.dump = iwpm_remote_info_cb},
97 [RDMA_NL_IWPM_MAPINFO] = {.dump = iwpm_mapping_info_cb},
98 [RDMA_NL_IWPM_MAPINFO_NUM] = {.dump = iwpm_ack_mapping_info_cb}
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dunwind.c337 .dump = sh64_unwinder_dump,
/linux-4.1.27/Documentation/blackfin/
Dbfin-gpio-notes.txt48 previous caller, otherwise kernel will dump stacks, and the request
/linux-4.1.27/arch/nios2/kernel/
Dprocess.c147 void dump(struct pt_regs *fp) in dump() function
/linux-4.1.27/drivers/net/wireless/brcm80211/
DKconfig76 with ftrace to dump event information into the trace ringbuffer.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-cciss71 a dump device, as kdump requires resetting the device in order
Dsysfs-ata81 Cached result of the dump of PM GSCR register.
Ddebugfs-driver-genwqe4 Description: DDCB queue dump used for debugging queueing problems.
/linux-4.1.27/arch/blackfin/mach-common/
Dinterrupt.S180 # We are going to dump something out, so make sure we print IPEND properly
/linux-4.1.27/drivers/firewire/
DKconfig79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
/linux-4.1.27/arch/arm/mm/
DMakefile15 obj-$(CONFIG_ARM_PTDUMP) += dump.o
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME48 -e retrieves and prints an EEPROM dump for the specified ethernet
51 tain portions of the EEPROM. Default is to dump the entire EEP-
/linux-4.1.27/drivers/net/irda/
Ddonauboe.c226 static unsigned char dump[50]; variable
233 for (j=0;j<16 && i+j<len;j++) { sprintf(&dump[3*j],"%02x.",data[i+j]); } in _dumpbufs()
234 dump [3*j]=0; in _dumpbufs()
235 pr_debug("%c%s\n", head, dump); in _dumpbufs()
/linux-4.1.27/fs/proc/
DKconfig44 Exports the dump image of crashed kernel in ELF format.
/linux-4.1.27/fs/ntfs/
DKconfig48 When reporting bugs, please try to have available a full dump of
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_dbg.c123 uint32_t *dump = (uint32_t *)ha->gid_list; in qla27xx_dump_mpi_ram() local
184 le32_to_cpu(dump[idx]) : swab32(dump[idx]); in qla27xx_dump_mpi_ram()
203 uint32_t *dump = (uint32_t *)ha->gid_list; in qla24xx_dump_ram() local
261 le32_to_cpu(dump[idx]) : swab32(dump[idx]); in qla24xx_dump_ram()
383 uint16_t *dump = (uint16_t *)ha->gid_list; in qla2xxx_dump_ram() local
448 ram[cnt + idx] = swab16(dump[idx]); in qla2xxx_dump_ram()
/linux-4.1.27/Documentation/watchdog/
Dhpwdt.txt25 allow_kdump - allows the user to save off a kernel dump image after an NMI
/linux-4.1.27/Documentation/vm/
Dpage_owner.txt16 program launched. And, launched program continually dump out the trace
/linux-4.1.27/net/l2tp/
DKconfig41 used to dump internal state of the l2tp drivers for problem
/linux-4.1.27/Documentation/gpio/
Ddriver.txt48 - optional debugfs dump method (showing extra state like pullup config)
61 Any debugfs dump method should normally ignore signals which haven't been
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_ethtool.c750 static int be_set_dump(struct net_device *netdev, struct ethtool_dump *dump) in be_set_dump() argument
760 switch (dump->flag) { in be_set_dump()
772 dev_err(dev, "Invalid dump level: 0x%x\n", dump->flag); in be_set_dump()
/linux-4.1.27/fs/ubifs/
Dfile.c78 goto dump; in read_block()
85 goto dump; in read_block()
97 dump: in read_block()
/linux-4.1.27/fs/pstore/
Dplatform.c353 .dump = pstore_dump,
/linux-4.1.27/arch/um/
DKconfig.um86 immediately or dump some status information). A key for each of the
/linux-4.1.27/arch/powerpc/platforms/pseries/
DKconfig62 tristate "Scanlog dump interface"

12