Home
last modified time | relevance | path

Searched refs:ROOT (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_device_path.c30 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 Dreiserfs.c346 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 Dreiserfs_private.h457 #define ROOT ((char *) ((int) FSYS_BUF)) macro
458 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
/rk3399_rockchip-uboot/doc/
H A DREADME.odroid116 | 2 | ROOT | ext4 | - | | any Linux system |
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox339 $> sudo mkfs.ext4 -L ROOT -v ${lodev}p2