Home
last modified time | relevance | path

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

123456

/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_posix.c48 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 Dxenstored_solaris.c40 close(fd); in xenbus_evtchn()
59 close(fd); in xenbus_map()
72 close(fd); in xenbus_notify_running()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xentoollog/
A Dgenlevels.py18 f.close()
123 ml.close()
125 mli.close()
126 cinc.close()
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_comm.c91 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-4.10.0-shim-comet/tools/xl/
A Dxl_migrate.c52 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()
292 close(send_fd); in migrate_domain()
298 close(send_fd); in migrate_domain()
313 close(send_fd); in migrate_domain()
745 close(send_fd); in main_remus()
761 close(send_fd); in main_remus()
/xen-4.10.0-shim-comet/tools/console/daemon/
A Dutils.c74 close(i); in daemonize()
78 close(fd); in daemonize()
101 close(fd); in daemonize()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c384 struct evtchn_close close; in pv_shim_event_channel_op() local
446 close.port = alloc.port; in pv_shim_event_channel_op()
496 if ( copy_from_guest(&close, arg, 1) != 0 ) in pv_shim_event_channel_op()
499 if ( !port_is_valid(d, close.port) ) in pv_shim_event_channel_op()
502 set_bit(close.port, XEN_shared_info->evtchn_mask); in pv_shim_event_channel_op()
504 if ( evtchn_handled(d, close.port) ) in pv_shim_event_channel_op()
506 rc = evtchn_close(d, close.port, true); in pv_shim_event_channel_op()
511 evtchn_free(d, evtchn_from_port(d, close.port)); in pv_shim_event_channel_op()
513 rc = xen_hypercall_event_channel_op(EVTCHNOP_close, &close); in pv_shim_event_channel_op()
519 evtchn_reserve(d, close.port); in pv_shim_event_channel_op()
[all …]
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dlock.c131 clstat = close(fd); in NFSnormalizedStatTime()
227 close(fd); in lock_holder()
230 close(fd); in lock_holder()
380 clstat = close(fd); in lock()
424 clstat = close(fd); in lock()
436 clstat = close(fd); in lock()
515 close(fd); in lock()
521 close(fd); in lock()
590 clstat = close(fd); in lock()
727 close(fd); in lock_delta()
[all …]
A Dqcow2raw.c271 close(fd); in main()
274 close(fd); in main()
305 close(fd); in main()
315 close(fd); in main()
326 close(fd); in main()
334 close(fd); in main()
A Dtapdisk-ring.c72 close(fd); in tapdisk_uring_create_ctlfd()
80 close(ring->ctlfd); in tapdisk_uring_destroy_ctlfd()
119 close(fd); in tapdisk_uring_connect_ctlfd()
127 close(ring->ctlfd); in tapdisk_uring_disconnect_ctlfd()
158 close(fd); in tapdisk_uring_create_shmem()
223 close(fd); in tapdisk_uring_connect_shmem()
A Dblock-log.c237 close(fd); in shmem_open()
242 close(fd); in shmem_open()
315 close(s->ctl.fd); in ctl_open()
329 close(s->connections[s->connected].fd); in ctl_close()
336 close(s->ctl.fd); in ctl_close()
365 close(s->connections[i].fd); in ctl_close_sock()
390 close(fd); in ctl_accept()
398 close(fd); in ctl_accept()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_suspend.c56 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-4.10.0-shim-comet/tools/blktap2/control/
A Dtap-ctl-spawn.c56 close(channel[1]); in __tap_ctl_spawn()
71 close(channel[0]); in __tap_ctl_spawn()
72 close(channel[1]); in __tap_ctl_spawn()
A Dtap-ctl-free.c51 close(fd); in tap_ctl_free()
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A Devtchn.c53 int close:1; /* close on unbind_from_irqhandler()? */ member
144 irq_evtchn[irq].close = 1; in bind_listening_port_to_irqhandler()
174 irq_evtchn[irq].close = 0; in bind_caller_port_to_irqhandler()
197 if (irq_evtchn[irq].close) { in unbind_from_irqhandler()
198 struct evtchn_close close = { .port = evtchn }; in unbind_from_irqhandler() local
199 if (HYPERVISOR_event_channel_op(EVTCHNOP_close, &close)) in unbind_from_irqhandler()
/xen-4.10.0-shim-comet/tools/libs/call/
A Dsolaris.c61 close(fd); in osdep_xencall_open()
69 return close(fd); in osdep_xencall_close()
A Dnetbsd.c61 close(fd); in osdep_xencall_open()
69 return close(fd); in osdep_xencall_close()
/xen-4.10.0-shim-comet/tools/libs/toolcore/
A Dhandlereg.c87 close(nullfd); in xentoolcore__restrict_by_dup2_null()
91 if (nullfd >= 0) close(nullfd); in xentoolcore__restrict_by_dup2_null()
/xen-4.10.0-shim-comet/tools/console/client/
A Dmain.c206 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-4.10.0-shim-comet/tools/libs/foreignmemory/
A Dnetbsd.c58 close(fd); in osdep_xenforeignmemory_open()
66 return close(fd); in osdep_xenforeignmemory_close()
A Dsolaris.c59 close(fd); in osdep_xenforeignmemory_open()
67 return close(fd); in osdep_xenforeignmemory_close()
/xen-4.10.0-shim-comet/tools/libs/devicemodel/
A Dlinux.c67 close(fd); in osdep_xendevicemodel_open()
81 return close(dmod->fd); in osdep_xendevicemodel_close()
/xen-4.10.0-shim-comet/tools/console/testsuite/
A Dprocpipe.c53 close(STDOUT_FILENO); in exec()
55 close(STDIN_FILENO); in exec()
/xen-4.10.0-shim-comet/tools/misc/
A Dxencov_split31 f.close()
63 f.close()
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dstdext.ml105 Unix.close Unix.stdin;
108 with exn -> Unix.close nullfd; raise exn
110 Unix.close nullfd
128 (fun () -> Unix.close fd)

Completed in 30 milliseconds

123456