Searched refs:super (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/fs/cramfs/ |
| H A D | cramfs.c | 40 struct cramfs_super super; variable 60 memcpy (&super, (void *) PART_OFFSET(info), sizeof (super)); in cramfs_read_super() 63 if (super.magic != CRAMFS_32 (CRAMFS_MAGIC)) { in cramfs_read_super() 65 memcpy (&super, (void *) PART_OFFSET(info) + 512, sizeof (super)); in cramfs_read_super() 66 if (super.magic != CRAMFS_32 (CRAMFS_MAGIC)) { in cramfs_read_super() 73 super.flags = CRAMFS_32 (super.flags); in cramfs_read_super() 74 super.size = CRAMFS_32 (super.size); in cramfs_read_super() 77 if (super.flags & ~CRAMFS_SUPPORTED_FLAGS) { in cramfs_read_super() 83 if (!S_ISDIR (CRAMFS_16 (super.root.mode))) { in cramfs_read_super() 87 root_offset = CRAMFS_GET_OFFSET (&(super.root)) << 2; in cramfs_read_super() [all …]
|
| /rk3399_rockchip-uboot/fs/reiserfs/ |
| H A D | reiserfs.c | 271 struct reiserfs_super_block super; in reiserfs_mount() local 275 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS) in reiserfs_mount() 277 (char *) &super) in reiserfs_mount() 278 || (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 279 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 280 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount() 282 sb_journal_block(&super) * sb_blocksize(&super) in reiserfs_mount() 287 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS) in reiserfs_mount() 289 (char *) &super)) in reiserfs_mount() 292 if (substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() [all …]
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | Makefile | 12 obj-y := ubifs.o io.o super.o sb.o master.o lpt.o
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_console_exec_attach.py | 36 super(ConsoleExecAttach, self).__init__(log, config, max_fifo_fill=16)
|
| H A D | u_boot_console_sandbox.py | 27 super(ConsoleSandbox, self).__init__(log, config, max_fifo_fill=1024)
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.N1213 | 16 - User and super-user mode support.
|
| H A D | README.mpc85xx-sd-spi-boot | 29 boot_format runs under a regular Linux machine and requires a super user mode
|
| /rk3399_rockchip-uboot/board/freescale/ls1043ardb/ |
| H A D | README | 28 - Two super speed USB 3.0 Type A ports
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkbootimg | 130 super(ValidateStrLenAction, self).__init__(option_strings, dest, **kwargs)
|
| H A D | avbtool.py | 1263 super().__init__(None) 1394 super().__init__(None) 1590 super().__init__(None) 1728 super().__init__(None)
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | cros_subprocess.py | 83 super(Popen, self).__init__(args, stdin=stdin,
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | usb-info.txt | 139 and newer (EHCI), and super (5Gbps) which is only available with USB3 and 140 newer (XHCI). If you connect a super-speed device to a high-speed hub, you
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | dra7.dtsi | 1469 maximum-speed = "super-speed";
|