/xen/tools/xenstore/ |
A D | xenstored_posix.c | 48 close(fd); in write_pidfile() 87 close(devnull); in finish_daemonize() 119 close(fd); in xenbus_evtchn() 127 close(fd); in xenbus_evtchn() 146 close(fd); in xenbus_map()
|
A D | xenstored_solaris.c | 40 close(fd); in xenbus_evtchn() 59 close(fd); in xenbus_map() 72 close(fd); in xenbus_notify_running()
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | genlevels.py | 21 f.close() 126 ml.close() 128 mli.close() 129 cinc.close()
|
/xen/tools/libvchan/ |
A D | vchan-socket-proxy.c | 173 close(fd); in connect_socket() 209 close(fd); in listen_socket() 214 close(fd); in listen_socket() 328 close(state->output_fd); in data_loop() 330 close(state->input_fd); in data_loop() 351 close(state->input_fd); in data_loop() 524 close(state.output_fd); in main() 526 close(state.input_fd); in main() 530 close(socket_fd); in main()
|
/xen/tools/debugger/gdbsx/gx/ |
A D | gx_comm.c | 91 close(sock_fd); in do_tcp() 100 close(sock_fd); in do_tcp() 114 close(sock_fd); /* No longer need this */ in do_tcp() 135 close(remote_fd); in gx_remote_open() 152 close(remote_fd); in gx_remote_close()
|
/xen/tools/xl/ |
A D | xl_migrate.c | 52 close(sendpipe[0]); close(sendpipe[1]); in create_migration_child() 53 close(recvpipe[0]); close(recvpipe[1]); in create_migration_child() 59 close(sendpipe[0]); in create_migration_child() 60 close(recvpipe[1]); in create_migration_child() 169 close(send_fd); in migrate_do_preamble() 293 close(send_fd); in migrate_domain() 299 close(send_fd); in migrate_domain() 314 close(send_fd); in migrate_domain() 750 close(send_fd); in main_remus() 766 close(send_fd); in main_remus()
|
/xen/tools/console/daemon/ |
A D | utils.c | 74 close(i); in daemonize() 78 close(fd); in daemonize() 101 close(fd); in daemonize()
|
A D | io.c | 437 close(fd); in create_hv_log() 486 close(fd); in create_console_log() 496 close(con->master_fd); in console_close_tty() 501 close(con->slave_fd); in console_close_tty() 547 close(sfd); in openpty() 548 close(mfd); in openpty() 924 close(con->log_fd); in console_cleanup() 1197 close(con->log_fd); in console_open_log() 1213 close(log_hv_fd); in handle_log_reload() 1457 close(log_hv_fd); in handle_io()
|
/xen/tools/libxc/ |
A D | xc_suspend.c | 56 close (fd); in lock_suspend_event() 98 close(fd); in lock_suspend_event() 117 r = close(*lockfd); in unlock_suspend_event() 124 close(*lockfd); in unlock_suspend_event()
|
/xen/xen/arch/x86/pv/ |
A D | shim.c | 435 struct evtchn_close close; in pv_shim_event_channel_op() local 497 close.port = alloc.port; in pv_shim_event_channel_op() 550 if ( copy_from_guest(&close, arg, 1) != 0 ) in pv_shim_event_channel_op() 553 if ( !port_is_valid(d, close.port) ) in pv_shim_event_channel_op() 556 set_bit(close.port, XEN_shared_info->evtchn_mask); in pv_shim_event_channel_op() 558 if ( evtchn_handled(d, close.port) ) in pv_shim_event_channel_op() 560 rc = evtchn_close(d, close.port, true); in pv_shim_event_channel_op() 565 evtchn_free(d, evtchn_from_port(d, close.port)); in pv_shim_event_channel_op() 567 rc = xen_hypercall_event_channel_op(EVTCHNOP_close, &close); in pv_shim_event_channel_op() 573 evtchn_reserve(d, close.port); in pv_shim_event_channel_op() [all …]
|
/xen/tools/libs/call/ |
A D | solaris.c | 61 close(fd); in osdep_xencall_open() 69 return close(fd); in osdep_xencall_close()
|
A D | netbsd.c | 61 close(fd); in osdep_xencall_open() 69 return close(fd); in osdep_xencall_close()
|
A D | linux.c | 77 close(xcall->buf_fd); in osdep_xencall_close() 79 close(xcall->fd); in osdep_xencall_close()
|
/xen/tools/libs/toolcore/ |
A D | handlereg.c | 87 close(nullfd); in xentoolcore__restrict_by_dup2_null() 91 if (nullfd >= 0) close(nullfd); in xentoolcore__restrict_by_dup2_null()
|
/xen/tools/console/client/ |
A D | main.c | 206 close(fd); in console_loop() 232 close(fd); in console_loop() 248 close(fd); in console_loop() 309 close(fd); in console_lock() 320 close(lockfd); in console_unlock() 495 close(start_notify_fd); in main()
|
/xen/tools/libs/foreignmemory/ |
A D | netbsd.c | 58 close(fd); in osdep_xenforeignmemory_open() 66 return close(fd); in osdep_xenforeignmemory_close()
|
A D | solaris.c | 59 close(fd); in osdep_xenforeignmemory_open() 67 return close(fd); in osdep_xenforeignmemory_close()
|
/xen/tools/libs/devicemodel/ |
A D | linux.c | 67 close(fd); in osdep_xendevicemodel_open() 81 return close(dmod->fd); in osdep_xendevicemodel_close()
|
/xen/tools/console/testsuite/ |
A D | procpipe.c | 53 close(STDOUT_FILENO); in exec() 55 close(STDIN_FILENO); in exec()
|
/xen/tools/misc/ |
A D | xencov_split | 31 f.close() 63 f.close()
|
/xen/tools/include/xen-foreign/ |
A D | mkheader.py | 121 f.close(); 214 f.close;
|
/xen/tools/libfsimage/common/ |
A D | fsimage.c | 67 (void) close(fd); in fsi_open_fsimage() 77 (void) close(fsi->f_fd); in fsi_close_fsimage()
|
/xen/tools/ocaml/libs/xb/ |
A D | xb.ml | 59 (* should never happen, so close the connection *) 62 Xs_ring.close backend.mmap; 176 let close con = function 178 | Fd backend -> Unix.close backend.fd
|
/xen/xen/tools/ |
A D | compat-build-source.py | 21 xlatf.close()
|
/xen/tools/ocaml/xenstored/ |
A D | stdext.ml | 108 with exn -> Unix.close nullfd; raise exn 110 Unix.close nullfd 128 (fun () -> Unix.close fd)
|