Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dreg.h68 unsigned long junk; member
82 uint32_t junk; member
H A Dofw_machdep.h45 void OF_initial_setup(void *fdt_ptr, void *junk, int (*openfirm)(void *));
/f-stack/freebsd/kern/
H A Dkern_shutdown.c252 static void shutdown_halt(void *junk, int howto);
253 static void shutdown_panic(void *junk, int howto);
254 static void shutdown_reset(void *junk, int howto);
595 shutdown_halt(void *junk, int howto) in shutdown_halt() argument
620 shutdown_panic(void *junk, int howto) in shutdown_panic() argument
653 shutdown_reset(void *junk, int howto) in shutdown_reset() argument
938 poweroff_wait(void *junk, int howto) in poweroff_wait() argument
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmip.h113 uint32_t junk ; member
/f-stack/dpdk/drivers/event/dpaa/
H A Ddpaa_eventdev.c124 uint32_t junk; in drain_4_bytes() local
125 ssize_t sjunk = read(qman_thread_fd(), &junk, sizeof(junk)); in drain_4_bytes()
126 if (sjunk != sizeof(junk)) in drain_4_bytes()
/f-stack/freebsd/i386/i386/
H A Dbios.c70 static void bios32_init(void *junk);
79 bios32_init(void *junk) in bios32_init() argument
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog444 - Disallow 0x5a junk filling when running in Valgrind. (@jasone)
734 - Add "alloc" and "free" modes for for junk filling (see the "opt.junk"
735 mallctl), so that it is possible to separately enable junk filling for
872 - Fix junk filling for mremap(2)-based huge reallocation. This is only
919 - Don't junk-fill reallocations unless usable size changes. This fixes a
921 - Fix growing large reallocation to junk fill new space.
922 - Fix huge deallocation to junk fill when munmap is disabled.
1326 - Fix junk filling of large objects, which could cause memory corruption.
H A DINSTALL.md162 Disable support for junk/zero filling of memory. See the "opt.junk" and
H A DMakefile.in176 $(srcroot)test/unit/junk.c \
H A Dconfigure.ac1187 dnl Support the junk/zero filling option by default.
1189 [AS_HELP_STRING([--disable-fill], [Disable support for junk/zero filling])],
H A Dconfigure1433 --disable-fill Disable support for junk/zero filling
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h.in174 /* Support memory filling (junk/zero). */
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dmallctl.c170 TEST_MALLCTL_OPT(const char *, junk, fill); in TEST_BEGIN()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c58 { struct tms junk; clock_t newTicks = (clock_t) times(&junk); in GetCurrentClockTimeMicroseconds() local
/f-stack/freebsd/contrib/zlib/
H A DChangeLog224 - Change gzread() and related to ignore junk after gzip streams
236 - Correct documentation of gzdirect() since junk at end now ignored