Home
last modified time | relevance | path

Searched refs:junk (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/u-boot/board/freescale/m5249evb/
H A Dm5249evb.c35 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 D0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch43 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 DCVE-2022-40468.patch4 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/linux/drivers/video/fbdev/
H A Dmacfb.c377 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/qemu/tests/qapi-schema/
H A Dinclude-extra-junk.err1 include-extra-junk.json:3: invalid 'include' directive
H A Dpragma-extra-junk.err1 pragma-extra-junk.json:3: invalid 'pragma' directive
H A Dpragma-extra-junk.json3 { 'pragma': { 'doc-required': true }, 'junk': true }
H A Dinclude-extra-junk.json3 { 'include': 'comments.json', 'junk': true }
H A Ddoc-invalid-start.err1 doc-invalid-start.json:3:1: junk after '##' at start of documentation comment
H A Ddoc-invalid-end2.err1 doc-invalid-end2.json:5:1: junk after '##' at end of documentation comment
/openbmc/linux/drivers/ipack/devices/
H A Dscc2698.h27 u8 junk[8]; /* other crap for block control */ member
34 u8 junk[8]; /* other crap for block control */ member
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfork.c177 static void sigalrm_handler(int junk) in sigalrm_handler() argument
190 static void sigusr1_handler(int junk) in sigusr1_handler() argument
H A Dcontext_switch.c146 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 Dint-handler.S236 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 Dppc-xlate.pl17 my $junk = shift;
47 my $junk = shift;
/openbmc/linux/drivers/crypto/vmx/
H A Dppc-xlate.pl19 my $junk = shift;
49 my $junk = shift;
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DAccountPermission.pm680 my @junk=stat ($fileName);
681 my $uid=$junk[4];
682 my $gid=$junk[5];
H A DAPI.pm1086 my @junk;
1136 @junk=stat ($file);
1137 $mode=$junk[2];
1138 $uid=$junk[4];
1139 $gid=$junk[5];
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dcheckroot.sh32 while read fs mnt type opts dump pass junk <&9
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dcxusb.c460 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/qemu/include/qemu/
H A Dtimer.h864 unsigned long junk; in cpu_get_host_ticks() local
870 : "=r" (retval), "=r" (junk)); in cpu_get_host_ticks()
H A Dcompiler.h223 #define IS_EMPTY_JUNK_ junk,
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-wilco-ec43 printed, even if some of the data is junk, and skipping bytes
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h223 #define IS_EMPTY_JUNK_ junk,
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h223 #define IS_EMPTY_JUNK_ junk,

123