Searched refs:ramdisk (Results 1 – 15 of 15) sorted by relevance
/external/syslinux/gpxe/src/drivers/block/ |
D | ramdisk.c | 31 static inline __attribute__ (( always_inline )) struct ramdisk * 33 return container_of ( blockdev, struct ramdisk, blockdev ); in block_to_ramdisk() 47 struct ramdisk *ramdisk = block_to_ramdisk ( blockdev ); in ramdisk_read() local 51 DBGC ( ramdisk, "RAMDISK %p reading [%lx,%lx)\n", in ramdisk_read() 52 ramdisk, offset, length ); in ramdisk_read() 54 memcpy_user ( buffer, 0, ramdisk->data, offset, length ); in ramdisk_read() 69 struct ramdisk *ramdisk = block_to_ramdisk ( blockdev ); in ramdisk_write() local 73 DBGC ( ramdisk, "RAMDISK %p writing [%lx,%lx)\n", in ramdisk_write() 74 ramdisk, offset, length ); in ramdisk_write() 76 memcpy_user ( ramdisk->data, offset, buffer, 0, length ); in ramdisk_write() [all …]
|
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/ |
D | control | 19 run three times: once on a ramdisk with the SD card mounted, once on the 20 SD card with the ramdisk unmounted, and once on the ramdisk with the SD 29 @param ramdisk_size: size of the ramdisk (integer in MiB). 31 @param ramdisk_path: path to the ramdisk mount point. 35 and each of the two ramdisk read/write test energy consumption values. 37 ramdisk test, 0.9 means it may consume no more than 90% of the ramdisk
|
/external/ltp/runtest/ |
D | lvm.part1 | 147 gf502 growfiles -W gf502 -d /test/growfiles/ramdisk -b -e 1 -L 10 -i 100 -I p -S 2 -u -f gf03_ 148 gf503 growfiles -W gf503 -d /test/growfiles/ramdisk -b -e 1 -g 1 -i 1 -S 150 -u -f gf05_ 149 gf504 growfiles -W gf504 -d /test/growfiles/ramdisk -b -e 1 -g 4090 -i 500 -t 39000 -u -f gf06_ 150 gf505 growfiles -W gf505 -d /test/growfiles/ramdisk -b -e 1 -g 5000 -i 500 -t 49900 -T10 -c9 -I p -… 151 gf516 growfiles -W gf516 -d /test/growfiles/ramdisk -b -e 1 -i 0 -L 120 -u -g 4090 -T 100 -t 408990… 152 gf517 growfiles -W gf517 -d /test/growfiles/ramdisk -b -e 1 -i 0 -L 120 -u -g 5000 -T 100 -t 499990… 153 gf518 growfiles -W gf518 -d /test/growfiles/ramdisk -b -e 1 -i 0 -L 120 -w -u -r 10-5000 -I r -T 10… 154 gf519 growfiles -W gf519 -d /test/growfiles/ramdisk -b -e 1 -g 5000 -i 500 -t 49900 -T10 -c9 -I p -… 155 gf512 mkfifo /test/growfiles/ramdisk/gffifo17; growfiles -W gf512 -b -e 1 -u -i 0 -L 30 /test/growf… 156 …f513 mkfifo /test/growfiles/ramdisk/gffifo18; growfiles -W gf513 -b -e 1 -u -i 0 -L 30 -I r -r 1-4… [all …]
|
/external/syslinux/gpxe/src/arch/i386/image/ |
D | eltorito.c | 140 struct ramdisk ramdisk; in eltorito_exec() local 146 memset ( &ramdisk, 0, sizeof ( ramdisk ) ); in eltorito_exec() 147 init_ramdisk ( &ramdisk, image->data, image->len, ISO9660_BLKSIZE ); in eltorito_exec() 150 int13_drive.blockdev = &ramdisk.blockdev; in eltorito_exec()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | ramdisk.h | 16 struct ramdisk { struct 21 extern int init_ramdisk ( struct ramdisk *ramdisk, userptr_t data, size_t len, argument
|
/external/syslinux/core/ |
D | kernel.inc | 35 bs_ramsize resw 1 ; 01F8 Ramdisk flags, formerly ramdisk size 51 su_ramdiskat resd 1 ; 0218 Start of initial ramdisk 52 su_ramdisklen resd 1 ; 021C Length of initial ramdisk
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | setup.h | 153 struct tag_ramdisk ramdisk; member
|
/external/ltp/testscripts/ |
D | ltpfslvm.sh | 156 mount -v /dev/ram /test/growfiles/ramdisk
|
/external/syslinux/doc/ |
D | sdi.txt | 43 default=ramdisk(0)\WINDOWS 45 ramdisk(0)\WINDOWS="Windows XPE From RAM" /fastdetect
|
/external/syslinux/memdisk/ |
D | memdisk16.asm | 69 ramdisk_image dd 0 ; Loaded ramdisk image address 70 ramdisk_size dd 0 ; Size of loaded ramdisk 75 ramdisk_max dd 0xffffffff ; Highest allowed ramdisk address
|
/external/devlib/doc/ |
D | platform.rst | 102 :param initrd: Specifies the ramdisk image for ``uefi`` or ``bootmon`` boot.
|
/external/syslinux/txt/ |
D | syslinux.cfg.txt | 680 loaded as initial ramdisk files (like cpio.gz files for initramfs). If
|
/external/syslinux/ |
D | NEWS | 1034 * Fix typo that caused the ramdisk to load in the wrong place. 1300 * MEMDISK: Fix memory sizing bug when the ramdisk crosses the
|
/external/e2fsprogs/debian/ |
D | changelog | 125 ramdisk gets the updated e2fsprogs binaries (Closes: #804237) 1409 dependencies while building the initial ramdisk (Closes: #503057)
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 5037 unnecessary libraries into the initrd ramdisk by unsetting LD_PRELOAD
|