/linux-4.4.14/arch/alpha/include/asm/ |
D | a.out-core.h | 22 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.4.14/arch/m68k/include/asm/ |
D | a.out-core.h | 23 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.4.14/arch/x86/include/asm/ |
D | a.out-core.h | 25 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 …]
|
D | debugreg.h | 92 extern void aout_dump_debugregs(struct user *dump);
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-dump.c | 36 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, 38 ssize_t (*store)(struct dump_obj *dump, struct dump_attribute *attr, 163 struct dump_obj *dump; in dump_attr_show() local 166 dump = to_dump_obj(kobj); in dump_attr_show() 171 return attribute->show(dump, attribute, buf); in dump_attr_show() 179 struct dump_obj *dump; in dump_attr_store() local 182 dump = to_dump_obj(kobj); in dump_attr_store() 187 return attribute->store(dump, attribute, buf, len); in dump_attr_store() 197 struct dump_obj *dump; in dump_release() local 199 dump = to_dump_obj(kobj); in dump_release() [all …]
|
D | opal-kmsg.c | 64 .dump = force_opal_console_flush
|
D | Makefile | 3 obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o
|
/linux-4.4.14/arch/x86/ia32/ |
D | ia32_aout.c | 53 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.4.14/drivers/input/joystick/ |
D | joydump.c | 52 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.4.14/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-dump | 1 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 …]
|
D | sysfs-driver-qla2xxx | 5 signal a firmware-dump has been generated by the driver and is
|
D | sysfs-class-tpm | 41 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.4.14/net/switchdev/ |
D | switchdev.c | 641 static int switchdev_port_vlan_dump_put(struct switchdev_vlan_dump *dump) in switchdev_port_vlan_dump_put() argument 645 vinfo.flags = dump->flags; in switchdev_port_vlan_dump_put() 647 if (dump->begin == 0 && dump->end == 0) { in switchdev_port_vlan_dump_put() 649 } else if (dump->begin == dump->end) { in switchdev_port_vlan_dump_put() 650 vinfo.vid = dump->begin; in switchdev_port_vlan_dump_put() 651 if (nla_put(dump->skb, IFLA_BRIDGE_VLAN_INFO, in switchdev_port_vlan_dump_put() 655 vinfo.vid = dump->begin; in switchdev_port_vlan_dump_put() 657 if (nla_put(dump->skb, IFLA_BRIDGE_VLAN_INFO, in switchdev_port_vlan_dump_put() 660 vinfo.vid = dump->end; in switchdev_port_vlan_dump_put() 663 if (nla_put(dump->skb, IFLA_BRIDGE_VLAN_INFO, in switchdev_port_vlan_dump_put() [all …]
|
/linux-4.4.14/fs/ |
D | binfmt_aout.c | 52 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 …]
|
D | Kconfig.binfmt | 51 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.4.14/Documentation/s390/ |
D | zfcpdump.txt | 1 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 …]
|
D | 00-INDEX | 26 - information on the s390 SCSI dump tool.
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 11 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 …]
|
D | gdbmacros.txt | 54 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.4.14/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 6 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 …]
|
D | 00-INDEX | 18 firmware-assisted-dump.txt 19 - Documentation on the firmware assisted dump mechanism "fadump".
|
/linux-4.4.14/tools/firewire/ |
D | Makefile | 2 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.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | debug.c | 33 void *dump; in brcmf_debug_create_memdump() local 38 dump = vzalloc(len + ramsize); in brcmf_debug_create_memdump() 39 if (!dump) in brcmf_debug_create_memdump() 41 memcpy(dump, data, len); in brcmf_debug_create_memdump() 42 brcmf_bus_get_memdump(bus, dump + len, ramsize); in brcmf_debug_create_memdump() 43 dev_coredumpv(bus->dev, dump, len + ramsize, GFP_KERNEL); in brcmf_debug_create_memdump()
|
/linux-4.4.14/drivers/mfd/ |
D | ipaq-micro.c | 247 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 …]
|
D | pcf50633-core.c | 89 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()
|
D | wm8350-core.c | 40 #define dump(regs, src) do { \ macro 49 #define dump(bytes, src) macro
|
/linux-4.4.14/net/tipc/ |
D | netlink_compat.c | 839 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_publ_dump() local 862 dump.dumpit = tipc_nl_publ_dump; in tipc_nl_compat_publ_dump() 863 dump.format = __tipc_nl_compat_publ_dump; in tipc_nl_compat_publ_dump() 865 err = __tipc_nl_compat_dumpit(&dump, msg, args); in tipc_nl_compat_publ_dump() 995 struct tipc_nl_compat_cmd_dump dump; in tipc_nl_compat_handle() local 998 memset(&dump, 0, sizeof(dump)); in tipc_nl_compat_handle() 1009 dump.dumpit = tipc_nl_bearer_dump; in tipc_nl_compat_handle() 1010 dump.format = tipc_nl_compat_bearer_dump; in tipc_nl_compat_handle() 1011 return tipc_nl_compat_dumpit(&dump, msg); in tipc_nl_compat_handle() 1026 dump.dumpit = tipc_nl_link_dump; in tipc_nl_compat_handle() [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | gen_stats.txt | 34 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
|
D | nfc.txt | 77 * 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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | mxms.c | 153 u8 *dump = desc; in mxms_foreach() local 158 ptr += sprintf(ptr, "%02x", dump[j]); in mxms_foreach() 159 dump += headerlen; in mxms_foreach() 162 for (i = 0; i < entries; i++, dump += recordlen) { in mxms_foreach() 164 ptr += sprintf(ptr, "%02x", dump[j]); in mxms_foreach()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | netlink.c | 159 !client->cb_table[op].dump) in ibnl_rcv_msg() 172 .dump = client->cb_table[op].dump, in ibnl_rcv_msg() 176 return cb.dump(skb, &cb); in ibnl_rcv_msg() 181 .dump = client->cb_table[op].dump, in ibnl_rcv_msg()
|
/linux-4.4.14/arch/x86/kernel/ |
D | hw_breakpoint.c | 372 void aout_dump_debugregs(struct user *dump) in aout_dump_debugregs() argument 384 dump->u_debugreg[i] = bp->attr.bp_addr; in aout_dump_debugregs() 388 dump->u_debugreg[i] = 0; in aout_dump_debugregs() 392 dump->u_debugreg[4] = 0; in aout_dump_debugregs() 393 dump->u_debugreg[5] = 0; in aout_dump_debugregs() 394 dump->u_debugreg[6] = current->thread.debugreg6; in aout_dump_debugregs() 396 dump->u_debugreg[7] = dr7; in aout_dump_debugregs()
|
D | amd_gart_64.c | 162 static int dump; in dump_leak() local 164 if (dump) in dump_leak() 166 dump = 1; in dump_leak()
|
/linux-4.4.14/drivers/ssb/ |
D | sprom.c | 36 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.4.14/Documentation/fmc/ |
D | parameters.txt | 10 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:
|
D | fmc-chardev.txt | 21 order to dump or store bigger memory areas.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-lock.txt | 42 --dump-raw-trace:: 58 dump thread list in perf.data 62 dump map of lock instances (address:name table)
|
D | perf-mem.txt | 36 --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
|
D | perf-sched.txt | 50 --dump-raw-trace=:: 51 Display verbose dump of the sched data.
|
D | perf-list.txt | 136 . '--raw-dump', shows the raw-dump of all the events. 137 . '--raw-dump [hw|sw|cache|tracepoint|pmu|event_glob]', shows the raw-dump of
|
D | intel-bts.txt | 60 dump option 63 perf script has an option (-D) to "dump" the events i.e. display the binary
|
D | perf-annotate.txt | 43 --dump-raw-trace::
|
/linux-4.4.14/drivers/mtd/ |
D | mtdoops.c | 58 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.4.14/drivers/target/iscsi/ |
D | iscsi_target_erl0.c | 96 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.4.14/arch/m68k/coldfire/ |
D | vectors.c | 26 extern void dump(struct pt_regs *fp); in dbginterrupt_c() 28 dump((struct pt_regs *) fp); in dbginterrupt_c()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | sdio.c | 51 static bool dump = false; variable 84 if (unlikely(dump)) { in wl12xx_sdio_raw_read() 122 if (unlikely(dump)) { in wl12xx_sdio_raw_write() 454 module_param(dump, bool, S_IRUSR | S_IWUSR); 455 MODULE_PARM_DESC(dump, "Enable sdio read/write dumps.");
|
/linux-4.4.14/net/key/ |
D | af_key.c | 58 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.4.14/net/core/ |
D | ethtool.c | 1486 struct ethtool_dump dump; in ethtool_set_dump() local 1491 if (copy_from_user(&dump, useraddr, sizeof(dump))) in ethtool_set_dump() 1494 return dev->ethtool_ops->set_dump(dev, &dump); in ethtool_set_dump() 1501 struct ethtool_dump dump; in ethtool_get_dump_flag() local 1507 if (copy_from_user(&dump, useraddr, sizeof(dump))) in ethtool_get_dump_flag() 1510 ret = ops->get_dump_flag(dev, &dump); in ethtool_get_dump_flag() 1514 if (copy_to_user(useraddr, &dump, sizeof(dump))) in ethtool_get_dump_flag() 1524 struct ethtool_dump dump, tmp; in ethtool_get_dump_data() local 1531 if (copy_from_user(&dump, useraddr, sizeof(dump))) in ethtool_get_dump_data() 1540 len = min(tmp.len, dump.len); in ethtool_get_dump_data() [all …]
|
D | sock_diag.c | 238 err = hndl->dump(skb, nlh); in __sock_diag_rcv_msg()
|
/linux-4.4.14/arch/sh/kernel/ |
D | unwinder.c | 30 .dump = stack_reader_dump, 162 curr_unwinder->dump(task, regs, sp, ops, data); in unwind_stack()
|
/linux-4.4.14/net/sched/ |
D | sch_fifo.c | 106 .dump = fifo_dump, 121 .dump = fifo_dump, 136 .dump = fifo_dump,
|
D | em_meta.c | 796 int (*dump)(struct sk_buff *, struct meta_value *, int); member 805 .dump = meta_var_dump 811 .dump = meta_int_dump 977 if (ops->dump(skb, &meta->lvalue, TCA_EM_META_LVALUE) < 0 || in em_meta_dump() 978 ops->dump(skb, &meta->rvalue, TCA_EM_META_RVALUE) < 0) in em_meta_dump() 992 .dump = em_meta_dump,
|
D | sch_ingress.c | 97 .dump = ingress_dump,
|
D | sch_mq.c | 233 .dump = mq_dump_class, 244 .dump = mq_dump,
|
D | act_ipt.c | 268 .dump = tcf_ipt_dump, 278 .dump = tcf_ipt_dump,
|
D | ematch.c | 467 if (em->ops && em->ops->dump) { in tcf_em_tree_dump() 468 if (em->ops->dump(skb, em) < 0) in tcf_em_tree_dump()
|
D | sch_multiq.c | 406 .dump = multiq_dump_class, 423 .dump = multiq_dump,
|
D | sch_prio.c | 369 .dump = prio_dump_class, 386 .dump = prio_dump,
|
D | sch_red.c | 354 .dump = red_dump_class, 369 .dump = red_dump,
|
D | em_text.c | 137 .dump = em_text_dump,
|
D | em_canid.c | 213 .dump = em_canid_dump,
|
D | act_connmark.c | 177 .dump = tcf_connmark_dump,
|
D | act_simple.c | 169 .dump = tcf_simp_dump,
|
D | sch_mqprio.c | 400 .dump = mqprio_dump_class, 411 .dump = mqprio_dump,
|
D | act_gact.c | 191 .dump = tcf_gact_dump,
|
D | act_skbedit.c | 181 .dump = tcf_skbedit_dump,
|
D | cls_cgroup.c | 198 .dump = cls_cgroup_dump,
|
D | act_vlan.c | 189 .dump = tcf_vlan_dump,
|
D | sch_dsmark.c | 481 .dump = dsmark_dump_class, 497 .dump = dsmark_dump,
|
D | sch_tbf.c | 545 .dump = tbf_dump_class, 561 .dump = tbf_dump,
|
D | act_pedit.c | 219 .dump = tcf_pedit_dump,
|
D | act_mirred.c | 257 .dump = tcf_mirred_dump,
|
D | cls_api.c | 376 if (tp->ops->dump && tp->ops->dump(net, tp, fh, skb, tcm) < 0) in tcf_fill_node()
|
D | sch_codel.c | 268 .dump = codel_dump,
|
D | act_nat.c | 290 .dump = tcf_nat_dump,
|
D | sch_atm.c | 663 .dump = atm_tc_dump_class, 678 .dump = atm_tc_dump,
|
D | sch_fq_codel.c | 627 .dump = fq_codel_dump_class, 644 .dump = fq_codel_dump,
|
D | sch_sfb.c | 681 .dump = sfb_dump_class, 695 .dump = sfb_dump,
|
D | cls_basic.c | 295 .dump = basic_dump,
|
/linux-4.4.14/security/tomoyo/ |
D | domain.c | 850 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()
|
D | audit.c | 22 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()
|
D | condition.c | 105 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()
|
D | common.h | 623 struct tomoyo_page_dump dump; member 928 struct tomoyo_page_dump *dump);
|
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.h | 157 .dump = hdcs_dump, 176 .dump = hdcs_dump,
|
D | stv06xx_sensor.h | 84 int (*dump)(struct sd *sd); member
|
D | stv06xx_pb0100.h | 141 .dump = pb0100_dump,
|
D | stv06xx_vv6410.h | 205 .dump = vv6410_dump,
|
D | stv06xx.c | 264 if (dump_sensor && sd->sensor->dump) in stv06xx_init() 265 sd->sensor->dump(sd); in stv06xx_init()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | traps.c | 53 static void dump(struct pt_regs *fp) in dump() function 108 dump(fp); in die()
|
/linux-4.4.14/Documentation/zh_CN/ |
D | basic_profiling.txt | 43 dump output readprofile -m /boot/System.map > captured_profile 66 dump output opreport > output_file
|
/linux-4.4.14/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 79 .dump = nft_meta_get_dump, 87 .dump = nft_meta_set_dump,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 824 netxen_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in netxen_get_dump_flag() argument 829 dump->len = mdump->md_dump_size; in netxen_get_dump_flag() 831 dump->len = 0; in netxen_get_dump_flag() 834 dump->flag = ETH_FW_DUMP_DISABLE; in netxen_get_dump_flag() 836 dump->flag = mdump->md_capture_mask; in netxen_get_dump_flag() 838 dump->version = adapter->fw_version; in netxen_get_dump_flag() 898 netxen_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in netxen_get_dump_data() argument 922 dump->len = copy_sz + mdump->md_capture_size; in netxen_get_dump_data() 923 dump->flag = mdump->md_capture_mask; in netxen_get_dump_data()
|
/linux-4.4.14/crypto/ |
D | crypto_user.c | 469 int (*dump)(struct sk_buff *, struct netlink_callback *); member 476 .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.4.14/Documentation/ |
D | ramoops.txt | 17 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
|
D | basic_profiling.txt | 26 dump output readprofile -m /boot/System.map > captured_profile 51 dump output opreport > output_file
|
D | sysrq.txt | 95 'm' - Will dump current memory info to your console. 101 'p' - Will dump the current registers and flags to your console. 103 'q' - Will dump per CPU lists of all armed hrtimers (but NOT regular 111 't' - Will dump a list of current tasks and their information to your 117 'v' - Causes ETM buffer dump [ARM-specific] 154 Note that this just triggers a crash if there is no dump mechanism available.
|
D | highuid.txt | 62 - The ELF core dump format only supports 16-bit UIDs on arm, i386, m68k,
|
D | debugging-via-ohci1394.txt | 22 Retrieving a full system memory dump is also possible over the FireWire, 67 and he implemented fast system dump (alpha version - read README.txt):
|
D | BUG-HUNTING | 164 e.g. crash dump output as shown by Dave Miller. 177 > .byte .... /* bytes from Code: part of OOPS dump */
|
D | kmemcheck.txt | 337 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:
|
/linux-4.4.14/arch/sh/include/asm/ |
D | unwinder.h | 10 void (*dump)(struct task_struct *, struct pt_regs *, member
|
/linux-4.4.14/arch/um/kernel/ |
D | kmsg_dump.c | 35 .dump = kmsg_dumper_stdout
|
/linux-4.4.14/drivers/fmc/ |
D | Makefile | 8 fmc-y += fmc-dump.o
|
/linux-4.4.14/arch/arm64/mm/ |
D | Makefile | 6 obj-$(CONFIG_ARM64_PTDUMP) += dump.o
|
/linux-4.4.14/include/rdma/ |
D | rdma_netlink.h | 9 int (*dump)(struct sk_buff *skb, struct netlink_callback *nlcb); member
|
/linux-4.4.14/net/netfilter/ |
D | nft_payload.c | 152 .dump = nft_payload_dump, 160 .dump = nft_payload_dump,
|
D | nft_cmp.c | 116 .dump = nft_cmp_dump, 171 .dump = nft_cmp_fast_dump,
|
D | nft_limit.c | 153 .dump = nft_limit_pkts_dump, 189 .dump = nft_limit_pkt_bytes_dump,
|
D | nft_meta.c | 343 .dump = nft_meta_get_dump, 351 .dump = nft_meta_set_dump,
|
D | nft_queue.c | 106 .dump = nft_queue_dump,
|
D | nft_reject_inet.c | 126 .dump = nft_reject_inet_dump,
|
D | nft_immediate.c | 111 .dump = nft_immediate_dump,
|
D | nft_exthdr.c | 102 .dump = nft_exthdr_dump,
|
D | nft_ct.c | 408 .dump = nft_ct_get_dump, 417 .dump = nft_ct_set_dump,
|
D | nft_lookup.c | 136 .dump = nft_lookup_dump,
|
D | nft_bitwise.c | 124 .dump = nft_bitwise_dump,
|
D | nft_counter.c | 160 .dump = nft_counter_dump,
|
D | nft_byteorder.c | 146 .dump = nft_byteorder_dump,
|
D | nft_log.c | 181 .dump = nft_log_dump,
|
D | nft_nat.c | 266 .dump = nft_nat_dump,
|
D | nft_dynset.c | 247 .dump = nft_dynset_dump,
|
/linux-4.4.14/include/linux/ |
D | netlink.h | 134 int (*dump)(struct sk_buff * skb, member 156 int (*dump)(struct sk_buff *skb, struct netlink_callback *); member
|
D | inet_diag.h | 14 void (*dump)(struct sk_buff *skb, member
|
D | sock_diag.h | 16 int (*dump)(struct sk_buff *skb, struct nlmsghdr *nlh); member
|
D | kmsg_dump.h | 43 void (*dump)(struct kmsg_dumper *dumper, enum kmsg_dump_reason reason); member
|
D | cb710.h | 110 void cb710_dump_regs(struct cb710_chip *chip, unsigned dump);
|
/linux-4.4.14/drivers/scsi/ |
D | ipr.c | 2896 struct ipr_ioa_dump *ioa_dump = &ioa_cfg->dump->ioa_dump; in ipr_sdt_copy() 3060 static void ipr_get_ioa_dump(struct ipr_ioa_cfg *ioa_cfg, struct ipr_dump *dump) in ipr_get_ioa_dump() argument 3064 struct ipr_driver_dump *driver_dump = &dump->driver_dump; in ipr_get_ioa_dump() 3065 struct ipr_ioa_dump *ioa_dump = &dump->ioa_dump; in ipr_get_ioa_dump() 3159 dump->driver_dump.hdr.len += sizeof(struct ipr_sdt_header); in ipr_get_ioa_dump() 3161 dump->driver_dump.hdr.len += num_entries * sizeof(struct ipr_sdt_entry); in ipr_get_ioa_dump() 3163 dump->driver_dump.hdr.len += max_num_entries * sizeof(struct ipr_sdt_entry); in ipr_get_ioa_dump() 3216 #define ipr_get_ioa_dump(ioa_cfg, dump) do { } while (0) argument 3228 struct ipr_dump *dump = container_of(kref, struct ipr_dump, kref); in ipr_release_dump() local 3229 struct ipr_ioa_cfg *ioa_cfg = dump->ioa_cfg; in ipr_release_dump() [all …]
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nft_reject_ipv4.c | 48 .dump = nft_reject_dump,
|
D | nft_masq_ipv4.c | 39 .dump = nft_masq_dump,
|
D | nft_redir_ipv4.c | 48 .dump = nft_redir_dump,
|
D | nft_dup_ipv4.c | 78 .dump = nft_dup_ipv4_dump,
|
/linux-4.4.14/Documentation/filesystems/ |
D | f2fs.txt | 22 a consistency checking tool (fsck.f2fs), and a debugging tool (dump.f2fs). 295 dump.f2fs 297 The dump.f2fs shows the information of specific inode and dumps SSA and SIT to 300 The dump.f2fs is used to debug on-disk data structures of the f2fs filesystem. 302 able to dump all the SSA and SIT entries into predefined files, ./dump_ssa and 308 -s [SIT dump segno from #1~#2 (decimal), for all 0~-1] 309 -a [SSA dump segno from #1~#2 (decimal), for all 0~-1] 312 # dump.f2fs -i [ino] /dev/sdx 313 # dump.f2fs -s 0~-1 /dev/sdx (SIT dump) 314 # dump.f2fs -a 0~-1 /dev/sdx (SSA dump)
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nft_reject_ipv6.c | 49 .dump = nft_reject_dump,
|
D | nft_masq_ipv6.c | 39 .dump = nft_masq_dump,
|
D | nft_redir_ipv6.c | 47 .dump = nft_redir_dump,
|
D | nft_dup_ipv6.c | 76 .dump = nft_dup_ipv6_dump,
|
/linux-4.4.14/arch/arm/lib/ |
D | backtrace.S | 86 bleq .Ldumpstm @ dump saved registers 92 bleq .Ldumpstm @ dump saved registers
|
/linux-4.4.14/net/netlink/ |
D | diag.c | 213 .dump = netlink_diag_dump, in netlink_diag_handler_dump() 222 .dump = netlink_diag_handler_dump,
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-stub | 36 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.4.14/net/ipv4/ |
D | tcp_diag.c | 50 .dump = tcp_diag_dump,
|
D | udp_diag.c | 169 .dump = udp_diag_dump, 190 .dump = udplite_diag_dump,
|
D | inet_diag.c | 878 handler->dump(skb, cb, r, bc); in __inet_diag_dump() 966 .dump = inet_diag_dump_compat, in inet_diag_rcv_msg_compat() 996 .dump = inet_diag_dump, in inet_diag_handler_dump() 1053 .dump = inet_diag_handler_dump, 1059 .dump = inet_diag_handler_dump,
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 61 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.4.14/drivers/media/common/siano/ |
D | Kconfig | 28 Choose Y to enable visualizing a dump of the frontend
|
/linux-4.4.14/arch/unicore32/lib/ |
D | backtrace.S | 84 b.l .Ldumpstm @ dump saved registers 91 b.l .Ldumpstm @ dump saved registers
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes.c | 116 [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.4.14/net/dccp/ |
D | diag.c | 65 .dump = dccp_diag_dump,
|
/linux-4.4.14/Documentation/DocBook/ |
D | libata.xml.db | 72 API-ata-dump-id 127 API-ata-dump-status 161 API-ata-scsi-dump-cdb
|
/linux-4.4.14/sound/usb/ |
D | mixer.h | 49 usb_mixer_elem_dump_func_t dump; member
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 26 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.4.14/net/packet/ |
D | diag.c | 240 .dump = packet_diag_dump, in packet_diag_handler_dump() 249 .dump = packet_diag_handler_dump,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1651 qlcnic_get_dump_flag(struct net_device *netdev, struct ethtool_dump *dump) in qlcnic_get_dump_flag() argument 1662 dump->len = fw_dump->tmpl_hdr_size + fw_dump->size; in qlcnic_get_dump_flag() 1664 dump->len = 0; in qlcnic_get_dump_flag() 1667 dump->flag = ETH_FW_DUMP_DISABLE; in qlcnic_get_dump_flag() 1669 dump->flag = fw_dump->cap_mask; in qlcnic_get_dump_flag() 1671 dump->version = adapter->fw_version; in qlcnic_get_dump_flag() 1676 qlcnic_get_dump_data(struct net_device *netdev, struct ethtool_dump *dump, in qlcnic_get_dump_data() argument 1704 dump->len = copy_sz + fw_dump->size; in qlcnic_get_dump_data() 1705 dump->flag = fw_dump->cap_mask; in qlcnic_get_dump_data()
|
/linux-4.4.14/arch/cris/ |
D | Kconfig.debug | 32 here to make it possible to dump an OOPS with an external NMI.
|
/linux-4.4.14/net/unix/ |
D | diag.c | 303 .dump = unix_diag_dump, in unix_diag_handler_dump() 312 .dump = unix_diag_handler_dump,
|
/linux-4.4.14/Documentation/sysctl/ |
D | fs.txt | 227 This value can be used to query and set the core dump mode for setuid 232 1 - (debug) - all processes dump core when possible. The core dump is 242 environment, and either have a core dump pipe handler that knows 244 defined for catching core dumps. If a core dump happens without
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 1857 void *value, int len, int dump, void (*swabber)(void *)) in swabber_dumper_helper() argument 1874 dump = 0; in swabber_dumper_helper() 1877 if (dump) { in swabber_dumper_helper() 1886 if (dump) { in swabber_dumper_helper() 1903 if (dump) { in swabber_dumper_helper() 1911 if (dump) { in swabber_dumper_helper() 1935 int dump) in __req_capsule_get() argument 1991 dump, swabber); in __req_capsule_get()
|
/linux-4.4.14/arch/x86/xen/ |
D | Kconfig | 34 The Xen tools and crash dump analysis tools might not support
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | Kconfig | 101 This option adds the ability to dump driver state for debugging. 136 This option adds the ability to dump driver state for debugging.
|
/linux-4.4.14/include/linux/mfd/ |
D | cros_ec_commands.h | 1051 } dump, off, on, init, get_seq, get_params_v0, get_params_v1, member 1083 } dump; member 1339 } dump; member 1387 } dump; member
|
/linux-4.4.14/Documentation/memory-devices/ |
D | ti-emif.txt | 54 - regcache_dump : dump of register values calculated and saved for all
|
/linux-4.4.14/include/net/ |
D | sch_generic.h | 176 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
|
D | dn_fib.h | 89 int (*dump)(struct dn_fib_table *t, struct sk_buff *skb, struct netlink_callback *cb); member
|
D | act_api.h | 104 int (*dump)(struct sk_buff *, struct tc_action *, int, int); member
|
D | pkt_cls.h | 238 int (*dump)(struct sk_buff *, struct tcf_ematch *); member
|
/linux-4.4.14/drivers/scsi/osd/ |
D | Kconfig | 36 sense-buffer is retrieved, turning this on will dump a full
|
/linux-4.4.14/arch/s390/kernel/ |
D | head_kdump.S | 23 lhi %r1,2 # mode 2 = esame (dump)
|
D | base.S | 107 lhi %r1,2 # Use mode 2 = ESAME (dump)
|
D | head.S | 152 lhi %r1,2 # mode 2 = esame (dump) 292 lhi %r1,2 # mode 2 = esame (dump)
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | cq.c | 257 int dump = 1; in mlx5_handle_error_cqe() local 270 dump = 0; in mlx5_handle_error_cqe() 293 dump = 0; in mlx5_handle_error_cqe() 297 dump = 0; in mlx5_handle_error_cqe() 308 if (dump) in mlx5_handle_error_cqe()
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | debug.c | 172 ADD_FILE(dump, S_IWUSR, &fops_wcn36xx_dump, wcn); in wcn36xx_debugfs_init()
|
/linux-4.4.14/ |
D | README | 347 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.4.14/fs/jffs2/ |
D | debug.c | 166 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.4.14/tools/perf/ |
D | perf-completion.sh | 164 evts=$($cmd list --raw-dump)
|
/linux-4.4.14/Documentation/input/ |
D | xpad.txt | 85 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.4.14/drivers/net/ethernet/ti/ |
D | cpmac.c | 254 struct cpmac_desc *dump = priv->rx_head; in cpmac_dump_all_desc() local 257 cpmac_dump_desc(dev, dump); in cpmac_dump_all_desc() 258 dump = dump->next; in cpmac_dump_all_desc() 259 } while (dump != priv->rx_head); in cpmac_dump_all_desc()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | device.c | 92 [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.4.14/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 337 .dump = sh64_unwinder_dump,
|
/linux-4.4.14/sound/soc/intel/common/ |
D | sst-dsp.c | 298 if (sst->ops->dump) in sst_dsp_dump() 299 sst->ops->dump(sst); in sst_dsp_dump()
|
D | sst-dsp-priv.h | 57 void (*dump)(struct sst_dsp *); member
|
/linux-4.4.14/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 48 previous caller, otherwise kernel will dump stacks, and the request
|
/linux-4.4.14/arch/nios2/kernel/ |
D | process.c | 147 void dump(struct pt_regs *fp) in dump() function
|
/linux-4.4.14/drivers/nvmem/ |
D | Kconfig | 54 This is a simple drive to dump specified values of Rockchip SoC
|
/linux-4.4.14/drivers/net/wireless/brcm80211/ |
D | Kconfig | 76 with ftrace to dump event information into the trace ringbuffer.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-pci-devices-cciss | 71 a dump device, as kdump requires resetting the device in order
|
D | sysfs-ata | 81 Cached result of the dump of PM GSCR register.
|
D | debugfs-driver-genwqe | 4 Description: DDCB queue dump used for debugging queueing problems.
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | interrupt.S | 180 # We are going to dump something out, so make sure we print IPEND properly
|
/linux-4.4.14/drivers/firewire/ |
D | Kconfig | 79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | README | 48 -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.4.14/drivers/net/irda/ |
D | donauboe.c | 226 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.4.14/arch/arm/mm/ |
D | Makefile | 15 obj-$(CONFIG_ARM_PTDUMP) += dump.o
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_mon.c | 23 u8 dump; member
|
/linux-4.4.14/fs/ntfs/ |
D | Kconfig | 48 When reporting bugs, please try to have available a full dump of
|
/linux-4.4.14/arch/um/ |
D | Kconfig.um | 72 immediately or dump some status information). A key for each of the
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_dbg.c | 123 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.4.14/Documentation/vm/ |
D | page_owner.txt | 16 program launched. And, launched program continually dump out the trace
|
/linux-4.4.14/fs/proc/ |
D | Kconfig | 44 Exports the dump image of crashed kernel in ELF format.
|
/linux-4.4.14/Documentation/watchdog/ |
D | hpwdt.txt | 25 allow_kdump - allows the user to save off a kernel dump image after an NMI
|
/linux-4.4.14/net/l2tp/ |
D | Kconfig | 41 used to dump internal state of the l2tp drivers for problem
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | Kconfig | 57 tristate "Scanlog dump interface"
|