Searched refs:fake (Results 1 – 17 of 17) sorted by relevance
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | bootm.c | 64 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux() local 72 printf("\nStarting kernel ...%s\n\n", fake ? in boot_jump_linux() 89 if (!fake) in boot_jump_linux()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | bootm.c | 82 static void announce_and_cleanup(bootm_headers_t *images, int fake) in announce_and_cleanup() argument 119 printf("\nStarting kernel ...%s\n\n", fake ? in announce_and_cleanup() 384 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux() local 399 announce_and_cleanup(images, fake); in boot_jump_linux() 401 if (!fake) { in boot_jump_linux() 430 int fake = (flag & BOOTM_STATE_OS_FAKE_GO); in boot_jump_linux() 449 announce_and_cleanup(images, fake); in boot_jump_linux() 456 if (!fake) { in boot_jump_linux()
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | test.dts | 154 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x00>; 160 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x11>; 166 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x33>; 172 fake-host-hwaddr = <0x00 0x00 0x66 0x44 0x22 0x22>;
|
| H A D | sandbox.dts | 53 fake-host-hwaddr = [00 00 66 44 22 00];
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | yaffs_verify.c | 340 if (!obj->fake && (!chunk_id_ok || chunk_wrongly_deleted)) in yaffs_verify_obj() 362 if (obj && !obj->fake && (!obj->parent || obj->parent->my_dev != dev)) { in yaffs_verify_obj()
|
| H A D | yaffs_yaffs2.c | 378 cp->fake = obj->fake; in yaffs2_obj_checkpt_obj() 429 obj->fake = cp->fake; in yaffs2_checkpt_obj_to_obj()
|
| H A D | yaffs_guts.h | 402 u8 fake:1; /* A fake object has no presence on NAND. */ member 495 u8 fake:1; member
|
| H A D | yaffs_guts.c | 1937 the_obj->fake = 0; in yaffs_new_obj() 1980 obj->fake = 1; /* it is fake so it might not use NAND */ in yaffs_create_fake_dir() 3278 if (in->fake && in != dev->root_dir && !force && !xmod) in yaffs_update_oh()
|
| /rk3399_rockchip-uboot/board/qualcomm/dragonboard410c/ |
| H A D | readme.txt | 14 5) generate fake, empty ramdisk (can have 0 bytes)
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootm.c | 54 U_BOOT_CMD_MKENT(fake, 0, 1, (void *)BOOTM_STATE_OS_FAKE_GO, "", ""),
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | dm816x.dtsi | 58 * for the moment, just use a fake OCP bus entry to represent
|
| H A D | omap3.dtsi | 79 * the moment, just use a fake OCP bus entry to represent the whole bus
|
| H A D | am33xx.dtsi | 90 * for the moment, just use a fake OCP bus entry to represent
|
| H A D | dra7.dtsi | 117 * the moment, just use a fake OCP bus entry to represent the whole bus
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | Kconfig | 150 This driver simply responds with fake ARP replies and ping
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.efi | 247 helper functions for the fake DRAM init, etc. These can be used by
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | usb-info.txt | 201 - usb_scan_device() sets up a fake struct usb_device and calls
|