Searched refs:junk (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/mips/include/ |
| H A D | reg.h | 68 unsigned long junk; member 82 uint32_t junk; member
|
| H A D | ofw_machdep.h | 45 void OF_initial_setup(void *fdt_ptr, void *junk, int (*openfirm)(void *));
|
| /f-stack/freebsd/kern/ |
| H A D | kern_shutdown.c | 252 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 D | cvmip.h | 113 uint32_t junk ; member
|
| /f-stack/dpdk/drivers/event/dpaa/ |
| H A D | dpaa_eventdev.c | 124 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 D | bios.c | 70 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 D | ChangeLog | 444 - 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 D | INSTALL.md | 162 Disable support for junk/zero filling of memory. See the "opt.junk" and
|
| H A D | Makefile.in | 176 $(srcroot)test/unit/junk.c \
|
| H A D | configure.ac | 1187 dnl Support the junk/zero filling option by default. 1189 [AS_HELP_STRING([--disable-fill], [Disable support for junk/zero filling])],
|
| H A D | configure | 1433 --disable-fill Disable support for junk/zero filling
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 174 /* Support memory filling (junk/zero). */
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | mallctl.c | 170 TEST_MALLCTL_OPT(const char *, junk, fill); in TEST_BEGIN()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 58 { struct tms junk; clock_t newTicks = (clock_t) times(&junk); in GetCurrentClockTimeMicroseconds() local
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 224 - Change gzread() and related to ignore junk after gzip streams 236 - Correct documentation of gzdirect() since junk at end now ignored
|