Home
last modified time | relevance | path

Searched refs:close (Results 1 – 23 of 23) sorted by relevance

/lk-master/tools/
A Dliblkboot.c148 close(STDIN_FILENO); in start_dcc_subprocess()
149 close(STDOUT_FILENO); in start_dcc_subprocess()
152 close(outpipe[1]); in start_dcc_subprocess()
155 close(inpipe[0]); in start_dcc_subprocess()
164 close(outpipe[0]); in start_dcc_subprocess()
165 close(inpipe[1]); in start_dcc_subprocess()
298 close(fd_in); in lkboot_txn()
300 close(fd_out); in lkboot_txn()
A Dnetwork.c64 close(s); in inet_listen()
85 close(s); in inet_connect()
A Dnettool.py30 s.close()
A Dbootimage.c175 close(fd); in load_file()
182 close(fd); in load_file()
A Dmkimage.c130 close(fd); in main()
/lk-master/platform/zynq/
A Dmkbootheader.py83 fin.close()
84 fout.close()
/lk-master/lib/devicetree/
A Ddevicetreedump.c47 close(fd); in loadfile()
51 close(fd); in loadfile()
/lk-master/platform/lpc15xx/
A Dlpccheck.py22 f.close()
/lk-master/lib/fs/include/lib/
A Dfs.h99 status_t (*close)(filecookie *); member
/lk-master/lib/bio/
A Dbio.c299 if (dev->close) in bdev_dec_ref()
300 dev->close(dev); in bdev_dec_ref()
509 dev->close = NULL; in bio_initialize_bdev()
A Dsubdev.c164 sub->dev.close = &subdev_close; in bio_publish_subdevice()
/lk-master/lib/bio/include/lib/
A Dbio.h55 void (*close)(struct bdev *); member
/lk-master/external/lib/lwip/api/
A Dapi_msg.c750 u8_t shut, shut_rx, shut_tx, close; local
762 close = shut == NETCONN_SHUT_RDWR;
765 if (close) {
779 if (close) {
785 if (close) {
795 if (close) {
/lk-master/lib/fs/fat32/
A Dfat.c173 .close = fat32_close_file,
/lk-master/external/lib/lwip/netif/ppp/
A Dppp_impl.h253 void (*close) (int unit, char *reason); member
A Dauth.c425 if (protp->protocol < 0xC000 && protp->close != NULL) { in link_down()
426 (*protp->close)(unit, "LCP down"); in link_down()
/lk-master/lib/fs/ext2/
A Dext2.c250 .close = ext2_close_file,
/lk-master/external/lib/lwip/include/lwip/
A Dsockets.h367 #define close(s) lwip_close(s) macro
/lk-master/lib/fs/memfs/
A Dmemfs.c383 .close = memfs_close,
/lk-master/lib/fs/
A Dfs.c324 status_t err = handle->mount->api->close(handle->cookie); in fs_close_file()
/lk-master/lib/fs/spifs/
A Dspifs.c1207 .close = spifs_close,
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S212 @ Note that if a large normalisation shift is required then the arguments were close in magnitude a…
/lk-master/external/lib/heap/dlmalloc/
A Ddlmalloc.c3222 close(fd); in init_mparams()

Completed in 36 milliseconds