Searched refs:ROOT (Results 1 – 5 of 5) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_device_path.c | 41 .length = sizeof(ROOT), 433 return sizeof(ROOT); in dp_size() 439 return sizeof(ROOT); in dp_size() 527 *vdp = ROOT; in dp_fill() 833 memcpy(buf, &ROOT, sizeof(ROOT)); in dp_part_fill() 834 buf += sizeof(ROOT); in dp_part_fill() 973 memcpy(pos, &ROOT, sizeof(ROOT)); in efi_dp_from_uart() 974 pos += sizeof(ROOT); in efi_dp_from_uart() 999 dpsize += sizeof(ROOT); in efi_dp_from_eth() 1010 memcpy(buf, &ROOT, sizeof(ROOT)); in efi_dp_from_eth() [all …]
|
| /u-boot/fs/reiserfs/ |
| A D | reiserfs.c | 345 if (! block_read (sb_root_block(&super), 0, INFO->blocksize, (char*) ROOT)) in reiserfs_mount() 348 cache = ROOT; in reiserfs_mount() 362 memcpy (LEAF, ROOT, INFO->blocksize); in reiserfs_mount() 466 cache = ROOT; in next_key() 532 cache = ROOT; in search_stat()
|
| A D | reiserfs_private.h | 458 #define ROOT ((char *) ((int) FSYS_BUF)) macro 459 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
|
| /u-boot/doc/ |
| A D | README.odroid | 117 | 2 | ROOT | ext4 | - | | any Linux system |
|
| /u-boot/doc/arch/ |
| A D | sandbox.rst | 392 $> sudo mkfs.ext4 -L ROOT -v ${lodev}p2
|
Completed in 20 milliseconds