/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/powerpc/platforms/powernv/ |
D | opal-dump.c | 35 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 …]
|
D | Makefile | 3 obj-y += rng.o opal-elog.o opal-dump.o opal-sysparam.o opal-sensor.o
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 | 28 - information on the s390 SCSI dump tool.
|
D | kvm.txt | 109 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/ |
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.1.27/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.1.27/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.1.27/net/tipc/ |
D | netlink_compat.c | 749 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/ |
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.1.27/drivers/net/wireless/mwifiex/ |
D | ethtool.c | 68 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/ |
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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | mxms.c | 152 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/ |
D | hw_breakpoint.c | 343 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()
|
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.1.27/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.1.27/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.1.27/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 | 133 . '--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
|
D | perf-annotate.txt | 43 --dump-raw-trace::
|
D | perf-script.txt | 79 --dump-raw-script=:: 80 Display verbose dump of the trace data.
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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() 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/ |
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.1.27/net/core/ |
D | ethtool.c | 1475 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 …]
|
D | sock_diag.c | 176 err = hndl->dump(skb, nlh); in __sock_diag_rcv_msg()
|
/linux-4.1.27/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.1.27/net/sched/ |
D | sch_fifo.c | 106 .dump = fifo_dump, 121 .dump = fifo_dump, 136 .dump = fifo_dump,
|
D | em_meta.c | 750 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,
|
D | sch_mq.c | 233 .dump = mq_dump_class, 244 .dump = mq_dump,
|
D | sch_ingress.c | 137 .dump = ingress_dump,
|
D | act_ipt.c | 267 .dump = tcf_ipt_dump, 277 .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_prio.c | 374 .dump = prio_dump_class, 391 .dump = prio_dump,
|
D | sch_red.c | 358 .dump = red_dump_class, 373 .dump = red_dump,
|
D | sch_multiq.c | 410 .dump = multiq_dump_class, 427 .dump = multiq_dump,
|
D | em_canid.c | 213 .dump = em_canid_dump,
|
D | em_text.c | 137 .dump = em_text_dump,
|
D | act_connmark.c | 171 .dump = tcf_connmark_dump,
|
D | act_simple.c | 168 .dump = tcf_simp_dump,
|
D | sch_mqprio.c | 400 .dump = mqprio_dump_class, 411 .dump = mqprio_dump,
|
D | sch_dsmark.c | 481 .dump = dsmark_dump_class, 497 .dump = dsmark_dump,
|
D | act_gact.c | 185 .dump = tcf_gact_dump,
|
D | act_skbedit.c | 180 .dump = tcf_skbedit_dump,
|
D | act_vlan.c | 188 .dump = tcf_vlan_dump,
|
D | cls_cgroup.c | 217 .dump = cls_cgroup_dump,
|
D | sch_tbf.c | 548 .dump = tbf_dump_class, 564 .dump = tbf_dump,
|
D | sch_codel.c | 255 .dump = codel_dump,
|
D | sch_choke.c | 604 .dump = choke_dump_class, 627 .dump = choke_dump,
|
D | act_mirred.c | 242 .dump = tcf_mirred_dump,
|
D | act_pedit.c | 222 .dump = tcf_pedit_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_fq_codel.c | 589 .dump = fq_codel_dump_class, 606 .dump = fq_codel_dump,
|
D | act_nat.c | 288 .dump = tcf_nat_dump,
|
D | sch_atm.c | 663 .dump = atm_tc_dump_class, 678 .dump = atm_tc_dump,
|
D | sch_sfb.c | 693 .dump = sfb_dump_class, 707 .dump = sfb_dump,
|
D | cls_basic.c | 295 .dump = basic_dump,
|
D | act_bpf.c | 362 .dump = tcf_bpf_dump,
|
/linux-4.1.27/drivers/infiniband/core/ |
D | netlink.c | 151 !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/ |
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.1.27/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.1.27/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.1.27/net/bridge/netfilter/ |
D | nft_meta_bridge.c | 79 .dump = nft_meta_get_dump, 87 .dump = nft_meta_set_dump,
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_ethtool.c | 826 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/ |
D | crypto_user.c | 470 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/ |
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 | 94 '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.
|
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 | lockup-watchdogs.txt | 52 will dump useful debug information to the system log, after which it
|
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:
|
D | kmemleak.txt | 56 dump=<addr> - dump information about the object found at <addr>
|
/linux-4.1.27/arch/sh/include/asm/ |
D | unwinder.h | 10 void (*dump)(struct task_struct *, struct pt_regs *, member
|
/linux-4.1.27/net/netfilter/ |
D | nft_payload.c | 97 .dump = nft_payload_dump, 105 .dump = nft_payload_dump,
|
D | nft_cmp.c | 116 .dump = nft_cmp_dump, 171 .dump = nft_cmp_fast_dump,
|
D | nft_limit.c | 93 .dump = nft_limit_dump,
|
D | nft_counter.c | 87 .dump = nft_counter_dump,
|
D | nft_meta.c | 335 .dump = nft_meta_get_dump, 343 .dump = nft_meta_set_dump,
|
D | nft_queue.c | 106 .dump = nft_queue_dump,
|
D | nft_immediate.c | 111 .dump = nft_immediate_dump,
|
D | nft_reject_inet.c | 127 .dump = nft_reject_inet_dump,
|
D | nft_exthdr.c | 102 .dump = nft_exthdr_dump,
|
D | nft_ct.c | 407 .dump = nft_ct_get_dump, 416 .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_byteorder.c | 146 .dump = nft_byteorder_dump,
|
D | nft_log.c | 182 .dump = nft_log_dump,
|
D | nft_nat.c | 266 .dump = nft_nat_dump,
|
D | nft_dynset.c | 246 .dump = nft_dynset_dump,
|
D | nf_conntrack_netlink.c | 1120 .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/ |
D | kmsg_dump.c | 35 .dump = kmsg_dumper_stdout
|
/linux-4.1.27/arch/arm64/mm/ |
D | Makefile | 6 obj-$(CONFIG_ARM64_PTDUMP) += dump.o
|
/linux-4.1.27/drivers/fmc/ |
D | Makefile | 8 fmc-y += fmc-dump.o
|
/linux-4.1.27/include/rdma/ |
D | rdma_netlink.h | 9 int (*dump)(struct sk_buff *skb, struct netlink_callback *nlcb); member
|
/linux-4.1.27/include/linux/ |
D | sock_diag.h | 13 int (*dump)(struct sk_buff *skb, struct nlmsghdr *nlh); member
|
D | netlink.h | 123 int (*dump)(struct sk_buff * skb, member 145 int (*dump)(struct sk_buff *skb, struct netlink_callback *); member
|
D | inet_diag.h | 14 void (*dump)(struct sk_buff *skb, 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.1.27/drivers/scsi/ |
D | ipr.c | 2895 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/ |
D | nft_reject_ipv4.c | 49 .dump = nft_reject_dump,
|
D | nft_masq_ipv4.c | 39 .dump = nft_masq_dump,
|
D | nft_redir_ipv4.c | 48 .dump = nft_redir_dump,
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 22 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/ |
D | cros_ec_commands.h | 1008 } 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/ |
D | nft_masq_ipv6.c | 39 .dump = nft_masq_dump,
|
D | nft_reject_ipv6.c | 50 .dump = nft_reject_dump,
|
D | nft_redir_ipv6.c | 48 .dump = nft_redir_dump,
|
/linux-4.1.27/net/ipv4/ |
D | tcp_diag.c | 49 .dump = tcp_diag_dump,
|
D | udp_diag.c | 169 .dump = udp_diag_dump, 189 .dump = udplite_diag_dump,
|
D | inet_diag.c | 954 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/ |
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.1.27/net/netlink/ |
D | diag.c | 213 .dump = netlink_diag_dump, in netlink_diag_handler_dump() 222 .dump = netlink_diag_handler_dump,
|
/linux-4.1.27/arch/arm/lib/ |
D | backtrace.S | 86 bleq .Ldumpstm @ dump saved registers 92 bleq .Ldumpstm @ dump saved registers
|
/linux-4.1.27/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.1.27/drivers/media/common/siano/ |
D | Kconfig | 28 Choose Y to enable visualizing a dump of the frontend
|
/linux-4.1.27/arch/unicore32/lib/ |
D | backtrace.S | 84 b.l .Ldumpstm @ dump saved registers 91 b.l .Ldumpstm @ dump saved registers
|
/linux-4.1.27/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.1.27/net/dccp/ |
D | diag.c | 65 .dump = dccp_diag_dump,
|
/linux-4.1.27/sound/usb/ |
D | mixer.h | 49 usb_mixer_elem_dump_func_t dump; member
|
/linux-4.1.27/net/packet/ |
D | diag.c | 240 .dump = packet_diag_dump, in packet_diag_handler_dump() 249 .dump = packet_diag_handler_dump,
|
/linux-4.1.27/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.1.27/Documentation/sysctl/ |
D | fs.txt | 204 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/ |
D | Kconfig.debug | 32 here to make it possible to dump an OOPS with an external NMI.
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 1650 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/ |
D | diag.c | 303 .dump = unix_diag_dump, in unix_diag_handler_dump() 312 .dump = unix_diag_handler_dump,
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 1858 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/ |
D | ti-emif.txt | 54 - regcache_dump : dump of register values calculated and saved for all
|
/linux-4.1.27/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 | 91 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.1.27/drivers/scsi/osd/ |
D | Kconfig | 36 sense-buffer is retrieved, turning this on will dump a full
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | Kconfig | 102 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/ |
D | head_kdump.S | 23 lhi %r1,2 # mode 2 = esame (dump)
|
D | base.S | 102 lhi %r1,2 # Use mode 2 = ESAME (dump)
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | cq.c | 249 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/ |
D | debug.c | 172 ADD_FILE(dump, S_IWUSR, &fops_wcn36xx_dump, wcn); in wcn36xx_debugfs_init()
|
/linux-4.1.27/ |
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.1.27/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.1.27/tools/perf/ |
D | perf-completion.sh | 164 evts=$($cmd list --raw-dump)
|
/linux-4.1.27/sound/soc/intel/common/ |
D | sst-dsp.c | 227 if (sst->ops->dump) in sst_dsp_dump() 228 sst->ops->dump(sst); in sst_dsp_dump()
|
D | sst-dsp-priv.h | 55 void (*dump)(struct sst_dsp *); member
|
/linux-4.1.27/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.1.27/drivers/net/ethernet/ti/ |
D | cpmac.c | 252 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/ |
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.1.27/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 337 .dump = sh64_unwinder_dump,
|
/linux-4.1.27/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 48 previous caller, otherwise kernel will dump stacks, and the request
|
/linux-4.1.27/arch/nios2/kernel/ |
D | process.c | 147 void dump(struct pt_regs *fp) in dump() function
|
/linux-4.1.27/drivers/net/wireless/brcm80211/ |
D | Kconfig | 76 with ftrace to dump event information into the trace ringbuffer.
|
/linux-4.1.27/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.1.27/arch/blackfin/mach-common/ |
D | interrupt.S | 180 # We are going to dump something out, so make sure we print IPEND properly
|
/linux-4.1.27/drivers/firewire/ |
D | Kconfig | 79 nosy-dump, can be found in tools/firewire/ of the kernel sources.
|
/linux-4.1.27/arch/arm/mm/ |
D | Makefile | 15 obj-$(CONFIG_ARM_PTDUMP) += dump.o
|
/linux-4.1.27/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.1.27/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.1.27/fs/proc/ |
D | Kconfig | 44 Exports the dump image of crashed kernel in ELF format.
|
/linux-4.1.27/fs/ntfs/ |
D | Kconfig | 48 When reporting bugs, please try to have available a full dump of
|
/linux-4.1.27/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.1.27/Documentation/watchdog/ |
D | hpwdt.txt | 25 allow_kdump - allows the user to save off a kernel dump image after an NMI
|
/linux-4.1.27/Documentation/vm/ |
D | page_owner.txt | 16 program launched. And, launched program continually dump out the trace
|
/linux-4.1.27/net/l2tp/ |
D | Kconfig | 41 used to dump internal state of the l2tp drivers for problem
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 48 - 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/ |
D | be_ethtool.c | 750 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/ |
D | file.c | 78 goto dump; in read_block() 85 goto dump; in read_block() 97 dump: in read_block()
|
/linux-4.1.27/fs/pstore/ |
D | platform.c | 353 .dump = pstore_dump,
|
/linux-4.1.27/arch/um/ |
D | Kconfig.um | 86 immediately or dump some status information). A key for each of the
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | Kconfig | 62 tristate "Scanlog dump interface"
|