Searched refs:bootfs_entry_t (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/core/devmgr/
H A Dbootfs.h14 typedef struct bootfs_entry bootfs_entry_t; typedef in typeref:struct:bootfs_entry
41 // Parses the bootfs file system and calls |callback| for each |bootfs_entry_t|.
42 using Callback = zx_status_t (void* cookie, const bootfs_entry_t* entry);
H A Dbootfs.cpp55 while (avail > sizeof(bootfs_entry_t)) {
56 auto e = reinterpret_cast<bootfs_entry_t*>(p);
76 bootfs_entry_t* e;
77 while (avail > sizeof(bootfs_entry_t)) {
78 e = reinterpret_cast<bootfs_entry_t*>(p);
H A Dfshost.cpp48 static zx_status_t callback(void* arg, const bootfs_entry_t* entry) {
/fuchsia/zircon/system/core/userboot/
H A Dbootfs.c40 static const bootfs_entry_t* bootfs_search(zx_handle_t log,
57 while (avail > sizeof(bootfs_entry_t)) {
58 const bootfs_entry_t* e = p;
80 const bootfs_entry_t* e = bootfs_search(log, fs, filename);
/fuchsia/zircon/system/public/zircon/boot/
H A Dbootdata.h271 // Followed by a series of bootfs_entry_t's of:
293 // total size of all bootfs_entry_t's
307 } bootfs_entry_t; typedef in typeref:struct:bootfs_entry
311 (sizeof(bootfs_entry_t) + BOOTFS_ALIGN(entry->name_len))

Completed in 31 milliseconds