| /components/net/lwip/lwip-2.0.3/src/apps/tftp/ |
| A D | tftp_port.c | 56 ctx.close = (void (*)(void *)) close; in tftp_server()
|
| /components/net/lwip/lwip-2.1.2/src/apps/tftp/ |
| A D | tftp_port.c | 56 ctx.close = (void (*)(void *)) close; in tftp_server()
|
| /components/utilities/ulog/backend/ |
| A D | file_be.c | 41 close(be->cur_log_file_fd); in ulog_file_rotate() 51 close(file_fd); in ulog_file_rotate() 57 close(file_fd); in ulog_file_rotate() 202 close(be->cur_log_file_fd); in ulog_file_backend_deinit()
|
| /components/drivers/misc/ |
| A D | rt_inputcapture.c | 66 if (inputcapture->ops->close) in rt_inputcapture_close() 68 ret = inputcapture->ops->close(inputcapture); in rt_inputcapture_close() 160 device->close = rt_inputcapture_close; in rt_device_inputcapture_register()
|
| A D | rt_random.c | 87 random_dev.close = RT_NULL; in random_device_init() 178 urandom_dev.close = RT_NULL; in urandom_device_init()
|
| A D | rt_null.c | 58 null_dev.close = RT_NULL; in null_device_init()
|
| A D | rt_zero.c | 59 zero_dev.close = RT_NULL; in zero_device_init()
|
| /components/finsh/ |
| A D | msh_file.c | 116 close(fd); in msh_exec_script() 142 close(fd); in msh_exec_script() 261 close(fd); in cmd_mv() 285 close(fd); in cmd_mv() 725 close(fd); in cmd_echo() 810 close(fd); in cmd_tail() 818 close(fd); in cmd_tail() 839 close(fd); in cmd_tail()
|
| /components/libc/compilers/dlib/ |
| A D | syscall_close.c | 33 return close(handle); in __close()
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/apps/ |
| A D | tftp_server.h | 68 void (*close)(void* handle); member
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/apps/ |
| A D | tftp_server.h | 68 void (*close)(void* handle); member
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | altcp.c | 356 if (conn && conn->fns && conn->fns->close) { in altcp_close() 357 return conn->fns->close(conn); in altcp_close() 546 if (shut_rx && shut_tx && conn->fns && conn->fns->close) { in altcp_default_shutdown() 548 return conn->fns->close(conn); in altcp_default_shutdown()
|
| /components/drivers/include/drivers/ |
| A D | rt_inputcapture.h | 46 rt_err_t (*close)(struct rt_inputcapture_device *inputcapture); member
|
| /components/drivers/spi/ |
| A D | dev_spi.c | 77 device->close = RT_NULL; in rt_spi_bus_device_init() 157 device->close = RT_NULL; in rt_spidev_device_init()
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devfs.c | 100 if (device->fops && device->fops->close) in dfs_devfs_close() 102 ret = device->fops->close(file); in dfs_devfs_close() 419 .close = dfs_devfs_close, 530 close(fd); in dfs_devfs_device_add()
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc_cpuinfo.c | 76 .close = proc_close,
|
| A D | procfs.c | 64 if (entry && entry->fops && entry->fops->close) in dfs_procfs_close() 66 ret = entry->fops->close(file); in dfs_procfs_close() 385 .close = dfs_procfs_close,
|
| /components/libc/compilers/common/include/sys/ |
| A D | unistd.h | 41 int close(int d);
|
| /components/drivers/include/drivers/core/ |
| A D | driver.h | 30 rt_err_t (*close) (rt_device_t dev); member
|
| /components/legacy/fdt/src/ |
| A D | dtb_load.c | 62 close(fd); in dtb_node_load_from_fs()
|
| /components/drivers/block/ |
| A D | blk_dev.c | 145 .close = blk_dev_close, 167 dev->close = blk_dev_close; in blk_dev_initialize()
|
| /components/utilities/ymodem/ |
| A D | ry_sy.c | 107 close(cctx->fd); in _rym_recv_end() 190 close(cctx->fd); in _rym_send_end()
|
| /components/libc/posix/libdl/ |
| A D | dlmodule.c | 473 close(fd); in dlmodule_load() 550 if (fd >= 0) close(fd); in dlmodule_load() 639 close(fd); in dlmodule_load_custom() 724 if (fd >= 0) close(fd); in dlmodule_load_custom()
|
| /components/drivers/watchdog/ |
| A D | dev_watchdog.c | 101 device->close = rt_watchdog_close; in rt_hw_watchdog_register()
|
| /components/drivers/ipc/ |
| A D | pipe.c | 406 .close = pipe_fops_close, 657 dev->close = rt_pipe_close; in rt_pipe_create() 772 close(fildes[1]); in pipe()
|