Searched refs:ftype (Results 1 – 5 of 5) sorted by relevance
/u-boot/tools/binman/ |
A D | cbfs_util.py | 229 self.ftype = ftype 328 if self.ftype == TYPE_STAGE: 330 elif self.ftype == TYPE_RAW: 332 elif self.ftype == TYPE_EMPTY: 355 if self.ftype == TYPE_STAGE: 361 elif self.ftype == TYPE_RAW: 372 elif self.ftype == TYPE_EMPTY: 742 if ftype == TYPE_CBFSHEADER: 744 elif ftype == TYPE_STAGE: 751 elif ftype == TYPE_RAW: [all …]
|
A D | cbfs_util_test.py | 105 def _check_uboot(self, cbfs, ftype=cbfs_util.TYPE_RAW, offset=0x38, argument 126 self.assertEqual(ftype, cfile.ftype) 148 self.assertEqual(cbfs_util.TYPE_RAW, cfile.ftype) 258 cfile.ftype = 0xff 277 magic, size, ftype, attr, offset = struct.unpack( 281 ftype = 0xff 283 newdata += struct.pack(cbfs_util.FILE_HEADER_FORMAT, magic, size, ftype, 542 self.assertEqual(cfile.ftype, cbfs_util.TYPE_RAW) 551 self.assertEqual(cfile.ftype, cbfs_util.TYPE_RAW) 578 self._check_uboot(cbfs, ftype=cbfs_util.TYPE_RAW, offset=0x40, [all …]
|
/u-boot/tools/dtoc/ |
A D | dtb_platdata.py | 96 def get_value(ftype, value): argument 111 if ftype == fdt.Type.INT: 113 elif ftype == fdt.Type.BYTE: 116 elif ftype == fdt.Type.STRING: 120 elif ftype == fdt.Type.BOOL: 177 def process_dir(ftype, dirname): argument 180 self._dirnames[ftype] = dirname 188 def setup_output(self, ftype, fname): argument 207 dirname = self._dirnames[ftype] 716 plat.setup_output(outfile.ftype,
|
/u-boot/fs/ext4/ |
A D | ext4_common.h | 58 struct ext2fs_node **fnode, int *ftype);
|
A D | ext4_common.c | 2046 struct ext2fs_node **fnode, int *ftype) in ext4fs_iterate_dir() argument 2137 && (ftype != NULL)) { in ext4fs_iterate_dir() 2139 *ftype = type; in ext4fs_iterate_dir()
|
Completed in 12 milliseconds