Searched refs:open (Results 1 – 25 of 135) sorted by relevance
123456
/xen/tools/xenstore/ |
A D | xenstored_posix.c | 36 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 D | xenstored_solaris.c | 34 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 D | genlevels.py | 9 f = open('../../../libs/toollog/include/xentoollog.h', 'r') 105 mli = open(_mli, 'w') 109 ml = open(_ml, 'w') 113 cinc = open(_cinc, 'w')
|
A D | xentoollog.ml.in | 16 open Printf 17 open Random 18 open Callback
|
/xen/tools/libs/call/ |
A D | linux.c | 44 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 D | solaris.c | 32 int fd = open("/dev/xen/privcmd", O_RDWR); in osdep_xencall_open()
|
A D | freebsd.c | 38 int fd = open(PRIVCMD_DEV, O_RDWR|O_CLOEXEC); in osdep_xencall_open()
|
/xen/tools/libxl/ |
A D | test_fdderegrace.c | 14 int fd = open("/dev/null", O_RDONLY); in main() 46 int fd2 = open("/dev/null", O_RDONLY); in main()
|
/xen/tools/console/daemon/ |
A D | utils.c | 69 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 D | xencov_split | 19 f = open(input_file) 61 f = open(full_path, "w")
|
A D | xen-ucode.c | 32 fd = open(filename, O_RDONLY); in main()
|
/xen/tools/ocaml/test/ |
A D | xtl.ml | 1 open Printf 2 open Xentoollog
|
A D | raise_exception.ml | 1 open Printf
|
A D | send_debug_keys.ml | 1 open Printf
|
A D | dmesg.ml | 7 let open Xenlight.Host in
|
/xen/tools/xl/ |
A D | xl_utils.c | 273 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 D | util.py | 23 return open(val, *argl, **kwargs)
|
/xen/tools/include/xen-foreign/ |
A D | mkheader.py | 119 f = open(name, "r"); 212 f = open(outfile, "w");
|
A D | mkchecker.py | 10 f = open(outfile, "w");
|
/xen/xen/tools/ |
A D | compat-build-source.py | 15 xlatf = open('xlat.lst', 'r')
|
/xen/xen/tools/kconfig/tests/ |
A D | conftest.py | 90 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 D | handlereg.c | 81 nullfd = open("/dev/null", O_RDONLY); in xentoolcore__restrict_by_dup2_null()
|
/xen/docs/designs/ |
A D | qemu-deprivilege.md | 43 * 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 D | conf.py | 31 for line in open(u"../xen/Makefile"):
|
/xen/tools/libs/foreignmemory/ |
A D | freebsd.c | 36 int fd = open(PRIVCMD_DEV, O_RDWR|O_CLOEXEC); in osdep_xenforeignmemory_open()
|
Completed in 19 milliseconds
123456