Searched defs:hdr (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/fuse_sideload/ |
D | fuse_sideload.cpp | 99 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/ |
D | runtime_service.h | 7 EfiTableHeader hdr; member
|
D | boot_service.h | 60 EfiTableHeader hdr; member
|
/bootable/libbootloader/gbl/third_party/libzbi/src/ |
D | lib.rs | 324 let hdr = &self.header; in is_bootable() localVariable
|