/openbmc/u-boot/board/freescale/m5249evb/ |
H A D | m5249evb.c | 35 unsigned long junk = 0xa5a59696; in dram_init() local 75 *((volatile unsigned long *) 0x00) = junk; /* write to a memory location to init. precharge */ in dram_init() 84 *((volatile unsigned long *) 0x800) = junk; /* Access RAM to initialize the mode register */ in dram_init()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | 0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch | 43 case "$junk" in 49 val=`echo "$junk" | sed 's/MAIL_VERSION$/'"$mail_version/g"` || exit 1 61 case "$junk" in 70 case "$junk" in
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
H A D | CVE-2022-40468.patch | 4 Subject: [PATCH] prevent junk from showing up in error page in invalid 25 + /* zero-terminate the strings so they don't contain junk in error page */
|
/openbmc/phosphor-misc/http-redirect/ |
H A D | test.awk | 100 junk[0] = "Host: abc_def.example.com" 101 test(400, "", mkrequest(method, path, "HTTP/1.1"), junk) 103 test(404, "", mkrequest(method, "/abc", "HTTP/1.1"), junk)
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | macfb.c | 377 unsigned char junk; in civic_setpalette() local 379 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 381 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 383 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 385 junk = nubus_readb(&civic_cmap_regs->lut); in civic_setpalette() 402 nubus_writeb(junk, &civic_cmap_regs->lut); in civic_setpalette()
|
/openbmc/linux/drivers/ipack/devices/ |
H A D | scc2698.h | 27 u8 junk[8]; /* other crap for block control */ member 34 u8 junk[8]; /* other crap for block control */ member
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | include-extra-junk.err | 1 include-extra-junk.json:3: invalid 'include' directive
|
H A D | pragma-extra-junk.err | 1 pragma-extra-junk.json:3: invalid 'pragma' directive
|
H A D | include-extra-junk.json | 3 { 'include': 'comments.json', 'junk': true }
|
H A D | pragma-extra-junk.json | 3 { 'pragma': { 'doc-required': true }, 'junk': true }
|
H A D | doc-invalid-start.err | 1 doc-invalid-start.json:3:1: junk after '##' at start of documentation comment
|
H A D | doc-invalid-end2.err | 1 doc-invalid-end2.json:5:1: junk after '##' at end of documentation comment
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | fork.c | 177 static void sigalrm_handler(int junk) in sigalrm_handler() argument 190 static void sigusr1_handler(int junk) in sigusr1_handler() argument
|
H A D | context_switch.c | 146 static void sigalrm_handler(int junk) in sigalrm_handler() argument 159 static void sigusr1_handler(int junk) in sigusr1_handler() argument
|
/openbmc/linux/arch/mips/dec/ |
H A D | int-handler.S | 236 FEXPORT(cpu_all_int) # HALT, timers, software junk 249 FEXPORT(asic_all_int) # various I/O ASIC junk
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | ppc-xlate.pl | 17 my $junk = shift; 47 my $junk = shift;
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | ppc-xlate.pl | 19 my $junk = shift; 49 my $junk = shift;
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | AccountPermission.pm | 680 my @junk=stat ($fileName); 681 my $uid=$junk[4]; 682 my $gid=$junk[5];
|
H A D | API.pm | 1086 my @junk; 1136 @junk=stat ($file); 1137 $mode=$junk[2]; 1138 $uid=$junk[4]; 1139 $gid=$junk[5];
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | cxusb.c | 460 u8 *junk; in cxusb_d680_dmb_drain_message() local 464 junk = kmalloc(junk_len, GFP_KERNEL); in cxusb_d680_dmb_drain_message() 465 if (!junk) in cxusb_d680_dmb_drain_message() 470 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_message() 475 kfree(junk); in cxusb_d680_dmb_drain_message() 483 u8 *junk; in cxusb_d680_dmb_drain_video() local 487 junk = kmalloc(junk_len, GFP_KERNEL); in cxusb_d680_dmb_drain_video() 488 if (!junk) in cxusb_d680_dmb_drain_video() 493 junk, junk_len, &rd_count, timeout) < 0) in cxusb_d680_dmb_drain_video() 498 kfree(junk); in cxusb_d680_dmb_drain_video()
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | checkroot.sh | 32 while read fs mnt type opts dump pass junk <&9
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 858 unsigned long junk; in cpu_get_host_ticks() local 864 : "=r" (retval), "=r" (junk)); in cpu_get_host_ticks()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-wilco-ec | 43 printed, even if some of the data is junk, and skipping bytes
|
/openbmc/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 223 #define IS_EMPTY_JUNK_ junk,
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 223 #define IS_EMPTY_JUNK_ junk,
|