Searched refs:close (Results 1 – 23 of 23) sorted by relevance
148 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()
64 close(s); in inet_listen()85 close(s); in inet_connect()
30 s.close()
175 close(fd); in load_file()182 close(fd); in load_file()
130 close(fd); in main()
83 fin.close()84 fout.close()
47 close(fd); in loadfile()51 close(fd); in loadfile()
22 f.close()
99 status_t (*close)(filecookie *); member
299 if (dev->close) in bdev_dec_ref()300 dev->close(dev); in bdev_dec_ref()509 dev->close = NULL; in bio_initialize_bdev()
164 sub->dev.close = &subdev_close; in bio_publish_subdevice()
55 void (*close)(struct bdev *); member
750 u8_t shut, shut_rx, shut_tx, close; local762 close = shut == NETCONN_SHUT_RDWR;765 if (close) {779 if (close) {785 if (close) {795 if (close) {
173 .close = fat32_close_file,
253 void (*close) (int unit, char *reason); member
425 if (protp->protocol < 0xC000 && protp->close != NULL) { in link_down()426 (*protp->close)(unit, "LCP down"); in link_down()
250 .close = ext2_close_file,
367 #define close(s) lwip_close(s) macro
383 .close = memfs_close,
324 status_t err = handle->mount->api->close(handle->cookie); in fs_close_file()
1207 .close = spifs_close,
212 @ Note that if a large normalisation shift is required then the arguments were close in magnitude a…
3222 close(fd); in init_mparams()
Completed in 34 milliseconds