Searched refs:bootfs_header_t (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/core/userboot/
H A Dbootfs.c45 if (fs->len < sizeof(bootfs_header_t))
48 const bootfs_header_t* hdr = p;
54 p += sizeof(bootfs_header_t);
/fuchsia/zircon/system/core/devmgr/
H A Dbootfs.h61 return dirsize_ + sizeof(bootfs_header_t);
H A Dbootfs.cpp22 bootfs_header_t hdr;
47 (uintptr_t)dir_ - sizeof(bootfs_header_t),
/fuchsia/zircon/system/public/zircon/boot/
H A Dbootdata.h269 // It consists of a bootfs_header_t
294 // does not include the size of the bootfs_header_t
300 } bootfs_header_t; typedef in typeref:struct:bootfs_header

Completed in 82 milliseconds