Searched refs:ROOT (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_device_path.c | 30 static const struct efi_device_path_vendor ROOT = { variable 34 .length = sizeof(ROOT), 264 return sizeof(ROOT); in dp_size() 270 return sizeof(ROOT); in dp_size() 294 *vdp = ROOT; in dp_fill() 359 dpsize = sizeof(ROOT) + sizeof(struct efi_device_path_usb); in dp_part_size() 389 memcpy(buf, &ROOT, sizeof(ROOT)); in dp_part_fill() 390 buf += sizeof(ROOT); in dp_part_fill() 515 dpsize += sizeof(ROOT); in efi_dp_from_eth() 524 memcpy(buf, &ROOT, sizeof(ROOT)); in efi_dp_from_eth() [all …]
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | reiserfs.c | 346 if (! block_read (sb_root_block(&super), 0, INFO->blocksize, (char*) ROOT)) in reiserfs_mount() 349 cache = ROOT; in reiserfs_mount() 363 memcpy (LEAF, ROOT, INFO->blocksize); in reiserfs_mount() 467 cache = ROOT; in next_key() 533 cache = ROOT; in search_stat()
|
| H A D | reiserfs_private.h | 457 #define ROOT ((char *) ((int) FSYS_BUF)) macro 458 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.odroid | 116 | 2 | ROOT | ext4 | - | | any Linux system |
|
| /rk3399_rockchip-uboot/board/sandbox/ |
| H A D | README.sandbox | 339 $> sudo mkfs.ext4 -L ROOT -v ${lodev}p2
|