Home
last modified time | relevance | path

Searched refs:open (Results 1 – 24 of 24) sorted by relevance

/lk-master/lib/elf/
A Delf.c54 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()
/lk-master/platform/zynq/
A Dmkbootheader.py12 fin = open(sys.argv[1], "r+b")
14 fout = open(sys.argv[2], "w+b")
/lk-master/external/platform/pico/rp2_common/boot_stage2/
A Dpad_checksum30 idata = open(args.ifile, "rb").read()
46 with open(args.ofile, "w") as ofile:
/lk-master/platform/lpc15xx/
A Dlpccheck.py10 f = open(sys.argv[1], "r+b")
/lk-master/lib/elf/include/lib/
A Delf.h27 bool open; member
/lk-master/platform/rp20xx/tools/
A Duf2conv.py250 with open(path + INFO_FILE, mode='r') as file:
261 with open(name, "wb") as f:
308 with open(args.input, mode='rb') as f:
/lk-master/external/platform/cc13xx/cc13xxware/
A DREADME13 The code is provided in source code and is licensed under a TI BSD open
/lk-master/tools/
A Dlkboot.c100 if ((fd = open(fn, O_RDONLY)) < 0) { in main()
A Dmkimage.c121 if ((fd = open(outname, O_CREAT|O_TRUNC|O_WRONLY, 0644)) < 0) { in main()
A Dbootimage.c146 if ((fd = open(fn, O_RDONLY)) < 0) { in load_file()
/lk-master/lib/devicetree/
A Ddevicetreedump.c35 if ((fd = open(fn, O_RDONLY)) < 0) in loadfile()
/lk-master/external/platform/nrfx/
A DREADME.md47 documentation will be stored in the `doc\html` directory. Use `index.html` to open it.
/lk-master/lib/fs/include/lib/
A Dfs.h92 status_t (*open)(fscookie *, const char *, filecookie **); member
/lk-master/lib/fs/fat32/
A Dfat.c170 .open = fat32_open_file,
/lk-master/external/lib/lwip/netif/ppp/
A Dauth.c545 (*cbcp_protent.open)(unit); in network_phase()
552 if (protp->protocol < 0xC000 && protp->enabled_flag && protp->open != NULL) { in network_phase()
553 (*protp->open)(unit); in network_phase()
A Dppp_impl.h251 void (*open) (int unit); member
/lk-master/external/platform/stellaris/ti-driverlib/
A DMANIFEST.TXT56 open source Software listed in this Manifest that was not "Obtained from" TI.
57 Any open source license specified in this Manifest for Software that was not
59 a representation or warranty regarding the proper open source license terms for
/lk-master/tools/moot/
A Dmtldr240 with open(args.bin, 'rb') as file:
/lk-master/lib/fs/ext2/
A Dext2.c247 .open = ext2_open_file,
/lk-master/lib/fs/memfs/
A Dmemfs.c381 .open = memfs_open,
/lk-master/lib/fs/
A Dfs.c220 status_t err = mount->api->open(mount->cookie, newpath, &cookie); in fs_open_file()
/lk-master/lib/fs/spifs/
A Dspifs.c1205 .open = spifs_open,
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c1704 (dev_zero_fd = open("/dev/zero", O_RDWR), \
3219 if ((fd = open("/dev/urandom", O_RDONLY)) >= 0 && in init_mparams()
/lk-master/external/platform/nrfx/doc/
A Dnrfx.doxyfile1486 # If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
1602 # (doxysearch.cgi) which are based on the open source search engine library
1615 # (doxysearch.cgi) which are based on the open source search engine library

Completed in 44 milliseconds