Searched refs:open (Results 1 – 10 of 10) sorted by relevance
| /lib/elf/ |
| A D | elf.c | 54 DEBUG_ASSERT(handle->open); in elf_read_hook_memory() 81 handle->open = true; in elf_open_handle() 100 if (!handle || !handle->open) in elf_close_handle() 103 handle->open = false; in elf_close_handle() 173 if (!handle->open) in elf_load()
|
| /lib/elf/include/lib/ |
| A D | elf.h | 30 bool open; member
|
| /lib/devicetree/ |
| A D | devicetreedump.c | 35 if ((fd = open(fn, O_RDONLY)) < 0) in loadfile()
|
| /lib/fs/include/lib/ |
| A D | fs.h | 92 status_t (*open)(fscookie *, const char *, filecookie **); member
|
| /lib/fs/9p/ |
| A D | v9fs.c | 164 .open = v9fs_open_file,
|
| /lib/fs/fat/ |
| A D | fs.cpp | 258 .open = fat_file::open_file,
|
| /lib/fs/ext2/ |
| A D | ext2.c | 247 .open = ext2_open_file,
|
| /lib/fs/memfs/ |
| A D | memfs.c | 381 .open = memfs_open,
|
| /lib/fs/ |
| A D | fs.c | 262 status_t err = mount->api->open(mount->cookie, newpath, &cookie); in fs_open_file()
|
| /lib/fs/spifs/ |
| A D | spifs.c | 1205 .open = spifs_open,
|
Completed in 16 milliseconds