Home
last modified time | relevance | path

Searched refs:os_close_file (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dport_kern.c57 os_close_file(conn->fd); in pipe_interrupt()
119 os_close_file(fd); in port_accept()
215 os_close_file(fd); in port_data()
244 os_close_file(conn->socket[0]); in port_wait()
246 os_close_file(conn->socket[1]); in port_wait()
258 os_close_file(conn->fd); in port_wait()
299 os_close_file(port->fd); in free_port()
H A Drandom.c95 os_close_file(random_fd); in rng_init()
107 os_close_file(random_fd); in cleanup()
113 os_close_file(random_fd); in rng_cleanup()
H A Drtc_user.c77 os_close_file(uml_rtc_irq_fds[1]); in uml_rtc_stop()
80 os_close_file(uml_rtc_irq_fds[0]); in uml_rtc_stop()
H A Dubd_user.c60 os_close_file(fds[0]); in start_io_thread()
61 os_close_file(fds[1]); in start_io_thread()
H A Dvirtio_uml.c483 os_close_file(req_fds[0]); in vhost_user_init_slave_req()
486 os_close_file(req_fds[1]); in vhost_user_init_slave_req()
868 os_close_file(info->call_fd); in vu_del_vq()
872 os_close_file(info->kick_fd); in vu_del_vq()
931 os_close_file(call_fds[0]); in vu_setup_vq_call_fd()
934 os_close_file(call_fds[1]); in vu_setup_vq_call_fd()
1003 os_close_file(info->call_fd); in vu_setup_vq()
1007 os_close_file(info->kick_fd); in vu_setup_vq()
1118 os_close_file(vu_dev->req_fd); in virtio_uml_release_dev()
1121 os_close_file(vu_dev->sock); in virtio_uml_release_dev()
[all …]
H A Dvector_user.c157 os_close_file(fd); in create_tap_fd()
193 os_close_file(fd); in create_raw_fd()
379 os_close_file(fd); in user_init_unix_fds()
432 os_close_file(fd); in user_init_fd_fds()
638 os_close_file(fd); in user_init_socket_fds()
851 os_close_file(ffd); in uml_vector_user_bpf()
855 os_close_file(ffd); in uml_vector_user_bpf()
H A Dxterm.c214 os_close_file(data->chan_fd); in xterm_close()
215 os_close_file(fd); in xterm_close()
H A Dhostaudio_kern.c218 os_close_file(state->fd); in hostaudio_release()
284 os_close_file(state->fd); in hostmixer_release()
H A Dubd_kern.c524 os_close_file(fd); in ubd_file_size()
687 os_close_file(fd); in open_ubd_file()
712 os_close_file(fd); in create_cow_file()
719 os_close_file(ubd_dev->fd); in ubd_close_dev()
723 os_close_file(ubd_dev->cow.fd); in ubd_close_dev()
796 os_close_file(ubd_dev->fd); in ubd_open_dev()
H A Dline.c618 os_close_file(fd); in free_winch()
638 os_close_file(fd); in winch_interrupt()
704 os_close_file(fd); in register_winch_irq()
H A Dport_user.c96 os_close_file(fd); in port_close()
H A Dmconsole_kern.c763 os_close_file(sock); in mconsole_init()
H A Dvector_kern.c1142 os_close_file(vp->fds->rx_fd); in vector_net_close()
1146 os_close_file(vp->fds->tx_fd); in vector_net_close()
/openbmc/linux/arch/um/kernel/
H A Dload_file.c28 os_close_file(fd); in __uml_load_file()
H A Dksyms.c28 EXPORT_SYMBOL(os_close_file);
/openbmc/linux/arch/um/os-Linux/
H A Dirq.c144 os_close_file(epollfd); in os_close_epoll_fd()
H A Dprocess.c46 os_close_file(fd); in os_process_pc()
H A Dfile.c243 void os_close_file(int fd) in os_close_file() function
/openbmc/linux/arch/um/include/shared/
H A Dos.h166 extern void os_close_file(int fd);
/openbmc/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1192 E.g. ``os_close_file()`` is just a wrapper around ``close()``