/linux-4.1.27/tools/perf/ |
D | perf-with-kcore.sh | 52 rm -f perf.data.junk 53 ("$PERF" record -o perf.data.junk $PERF_OPTIONS -- sleep 60) >/dev/null 2>/dev/null & 67 rm perf.data.junk 76 rm perf.data.junk
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | ppc4xx_ocm.c | 294 struct dentry *junk; in ocm_debugfs_init() local 296 junk = debugfs_create_dir("ppc4xx_ocm", 0); in ocm_debugfs_init() 297 if (!junk) { in ocm_debugfs_init() 302 if (debugfs_create_file("info", 0644, junk, NULL, &ocm_debugfs_fops)) { in ocm_debugfs_init()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | macfb.c | 393 unsigned char junk; in civic_setpalette() local 395 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 397 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 399 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 401 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 418 nubus_writeb(junk, &civic_cmap_regs->lut); in civic_setpalette()
|
/linux-4.1.27/drivers/ipack/devices/ |
D | scc2698.h | 30 u8 junk[8]; /* other crap for block control */ member 37 u8 junk[8]; /* other crap for block control */ member
|
/linux-4.1.27/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 16 my $junk = shift; 46 my $junk = shift;
|
/linux-4.1.27/arch/mips/dec/ |
D | int-handler.S | 221 FEXPORT(cpu_all_int) # HALT, timers, software junk 234 FEXPORT(asic_all_int) # various I/O ASIC junk
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | cxusb.c | 376 u8 *junk; in cxusb_d680_dmb_drain_message() local 380 junk = kmalloc(junk_len, GFP_KERNEL); in cxusb_d680_dmb_drain_message() 381 if (!junk) in cxusb_d680_dmb_drain_message() 386 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_message() 391 kfree(junk); in cxusb_d680_dmb_drain_message() 399 u8 *junk; in cxusb_d680_dmb_drain_video() local 403 junk = kmalloc(junk_len, GFP_KERNEL); in cxusb_d680_dmb_drain_video() 404 if (!junk) in cxusb_d680_dmb_drain_video() 409 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_video() 414 kfree(junk); in cxusb_d680_dmb_drain_video()
|
/linux-4.1.27/net/ipv6/ |
D | ip6_flowlabel.c | 375 int junk; in fl_create() local 393 &junk, &junk, &junk); in fl_create()
|
D | ipv6_sockglue.c | 474 int junk; in do_ipv6_setsockopt() local 505 retv = ip6_datagram_send_ctl(net, sk, &msg, &fl6, opt, &junk, in do_ipv6_setsockopt() 506 &junk, &junk); in do_ipv6_setsockopt()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sysfs.c | 121 static unsigned long read_mmustat_enable(unsigned long junk) in read_mmustat_enable() argument
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | common.c | 597 u32 junk, tfms, cap0, misc; in cpu_detect() local 599 cpuid(0x00000001, &tfms, &misc, &junk, &cap0); in cpu_detect()
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | mb86a16.c | 1045 unsigned char junk; in mb86a16_set_fe() local 1485 if (sync_chk(state, &junk) == 0) { in mb86a16_set_fe() 1508 sync = sync_chk(state, &junk); in mb86a16_set_fe()
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 119 http://code.launchpad.net/~rafi-seas/+junk/ntrig_calib
|
/linux-4.1.27/Documentation/powerpc/ |
D | pmu-ebb.txt | 110 kernel is not able to count the event, and so will return a junk value.
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_sysfs.c | 102 char s1[15], s2[15], s3[17], junk; in scsi_scan() local 106 res = sscanf(str, "%10s %10s %16s %c", s1, s2, s3, &junk); in scsi_scan()
|
D | ips.c | 5113 uint8_t junk; in ips_reset_morpheus() local 5131 pci_read_config_byte(ha->pcidev, 4, &junk); in ips_reset_morpheus()
|
/linux-4.1.27/virt/kvm/ |
D | kvm_main.c | 2800 static void hardware_enable_nolock(void *junk) in hardware_enable_nolock() argument 2827 static void hardware_disable_nolock(void *junk) in hardware_disable_nolock() argument
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 59 all the other junk in the mit kerberos des library, so i've just
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid | 458 FW does not get junk values in the command.
|
D | ChangeLog.1992-1997 | 225 sr_ioctl.c: Add special junk at end that Emacs will use for
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 2076 char junk[0x18]; in get_tx_error() local 2081 bap_read(ai, (__le16 *) junk, 0x18, BAP0); in get_tx_error() 2091 memcpy(wrqu.addr.sa_data, junk + 0x12, ETH_ALEN); in get_tx_error()
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 796 After the call the registers R1-R5 contain junk values and cannot be read.
|