Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 135) sorted by relevance

123456

/xen/tools/xenstore/
A Dxenstored_posix.c36 fd = open(pidfile, O_RDWR | O_CREAT, 0600); in write_pidfile()
81 int devnull = open("/dev/null", O_RDWR); in finish_daemonize()
111 fd = open(XENSTORED_PORT_DEV, O_RDONLY); in xenbus_evtchn()
136 fd = open(XENSTORED_KVA_DEV, O_RDWR); in xenbus_map()
A Dxenstored_solaris.c34 fd = open("/dev/xen/xenbus", O_RDONLY); in xenbus_evtchn()
49 fd = open("/dev/xen/xenbus", O_RDWR); in xenbus_map()
68 fd = open("/dev/xen/xenbus", O_RDONLY); in xenbus_notify_running()
/xen/tools/ocaml/libs/xentoollog/
A Dgenlevels.py9 f = open('../../../libs/toollog/include/xentoollog.h', 'r')
105 mli = open(_mli, 'w')
109 ml = open(_ml, 'w')
113 cinc = open(_cinc, 'w')
A Dxentoollog.ml.in16 open Printf
17 open Random
18 open Callback
/xen/tools/libs/call/
A Dlinux.c44 fd = open("/dev/xen/privcmd", O_RDWR|O_CLOEXEC); in osdep_xencall_open()
49 fd = open("/proc/xen/privcmd", O_RDWR|O_CLOEXEC); in osdep_xencall_open()
63 fd = open("/dev/xen/hypercall", O_RDWR|O_CLOEXEC); in osdep_xencall_open()
A Dsolaris.c32 int fd = open("/dev/xen/privcmd", O_RDWR); in osdep_xencall_open()
A Dfreebsd.c38 int fd = open(PRIVCMD_DEV, O_RDWR|O_CLOEXEC); in osdep_xencall_open()
/xen/tools/libxl/
A Dtest_fdderegrace.c14 int fd = open("/dev/null", O_RDONLY); in main()
46 int fd2 = open("/dev/null", O_RDONLY); in main()
/xen/tools/console/daemon/
A Dutils.c69 if ((fd = open("/dev/null",O_RDWR)) == -1) { in daemonize()
84 fd = open(pidfile, O_RDWR | O_CREAT, S_IRUSR|S_IWUSR); in daemonize()
/xen/tools/misc/
A Dxencov_split19 f = open(input_file)
61 f = open(full_path, "w")
A Dxen-ucode.c32 fd = open(filename, O_RDONLY); in main()
/xen/tools/ocaml/test/
A Dxtl.ml1 open Printf
2 open Xentoollog
A Draise_exception.ml1 open Printf
A Dsend_debug_keys.ml1 open Printf
A Ddmesg.ml7 let open Xenlight.Host in
/xen/tools/xl/
A Dxl_utils.c273 CHK_SYSCALL(logfile = open(fullname, O_WRONLY|O_CREAT|O_APPEND, 0644)); in do_daemonize()
277 CHK_SYSCALL(nullfd = open("/dev/null", O_RDONLY)); in do_daemonize()
289 int fd = open(pidfile, O_RDWR | O_CREAT, S_IRUSR|S_IWUSR); in do_daemonize()
/xen/tools/python/xen/
A Dutil.py23 return open(val, *argl, **kwargs)
/xen/tools/include/xen-foreign/
A Dmkheader.py119 f = open(name, "r");
212 f = open(outfile, "w");
A Dmkchecker.py10 f = open(outfile, "w");
/xen/xen/tools/
A Dcompat-build-source.py15 xlatf = open('xlat.lst', 'r')
/xen/xen/tools/kconfig/tests/
A Dconftest.py90 with open(os.path.join(temp_dir, out_file)) as f:
226 with open(os.path.join(self._test_dir, expected)) as f:
/xen/tools/libs/toolcore/
A Dhandlereg.c81 nullfd = open("/dev/null", O_RDONLY); in xentoolcore__restrict_by_dup2_null()
/xen/docs/designs/
A Dqemu-deprivilege.md43 * Make sure that all open instances of `privcmd` and `evtchn` file
65 could call an 'open' command of some sort, there would be nothing for
270 initialize itself and open its disks. If you want to add a disk at run
282 inside the chroot). Instead, give it an open fd using the add-fd
300 purposes: 1) To set up network tap devices 2) To open vnc connections.
304 If QEMU runs in its own network namespace, it can't open the tap
306 own namespace. So instead, have the toolstack open the device and pass
320 we need to have the toolstack open a socket and pass the fd to QEMU
/xen/docs/
A Dconf.py31 for line in open(u"../xen/Makefile"):
/xen/tools/libs/foreignmemory/
A Dfreebsd.c36 int fd = open(PRIVCMD_DEV, O_RDWR|O_CLOEXEC); in osdep_xenforeignmemory_open()

Completed in 23 milliseconds

123456