Home
last modified time | relevance | path

Searched defs:hdr (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp99 fuse_out_header hdr; in fuse_reply() local
116 static int handle_init(void* data, fuse_data* fd, const fuse_in_header* hdr) { in handle_init()
166 static int handle_getattr(void* /* data */, const fuse_data* fd, const fuse_in_header* hdr) { in handle_getattr()
184 static int handle_lookup(void* data, const fuse_data* fd, const fuse_in_header* hdr) { in handle_lookup()
208 static int handle_open(void* /* data */, const fuse_data* fd, const fuse_in_header* hdr) { in handle_open()
279 static int handle_read(void* data, fuse_data* fd, const fuse_in_header* hdr) { in handle_read()
431 fuse_in_header* hdr = reinterpret_cast<fuse_in_header*>(request_buffer); in run_fuse_sideload() local
/bootable/libbootloader/gbl/libefi/defs/
Druntime_service.h7 EfiTableHeader hdr; member
Dboot_service.h60 EfiTableHeader hdr; member
/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs324 let hdr = &self.header; in is_bootable() localVariable