Home
last modified time | relevance | path

Searched refs:cf (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_fork.c103 libxl__carefd *cf = 0; in libxl__carefd_record() local
106 cf = libxl__zalloc(&ctx->nogc_gc, sizeof(*cf)); in libxl__carefd_record()
107 cf->fd = fd; in libxl__carefd_record()
109 return cf; in libxl__carefd_record()
121 return cf; in libxl__carefd_opened()
152 free(cf); in libxl_postfork_child_noexec()
189 if (!cf) return 0; in libxl__carefd_close()
191 int r = cf->fd < 0 ? 0 : close(cf->fd); in libxl__carefd_close()
195 free(cf); in libxl__carefd_close()
202 if (!cf) return -1; in libxl__carefd_fd()
[all …]
/xen-4.10.0-shim-comet/tools/pygrub/src/
A Dpygrub282 i = self.cf.images[y]
444 self.cf = parser()
446 self.cf.parse()
452 self.cf = parser()
461 self.cf.parse(buf)
465 sel = self.cf.default
508 if not self.cf.hasPassword() or self.cf.hasPasswordAccess():
602 def get_entry_idx(cf, entry): argument
630 img = g.cf.images[i]
653 img = g.cf.images[sel]
[all …]
/xen-4.10.0-shim-comet/
A Dinstall.sh28 (cd $src; tar -cf - * ) | tar -C "$tmp" -xf -
30 (cd $tmp; tar -cf - *) | tar --no-same-owner -C "$dst" -xf -
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dconfig.ml78 let cf = parse_line stream in
80 cf
82 let validate cf expected other =
106 ) cf;
111 let cf = parse filename in
112 validate cf expected other
A Dxenstored.ml81 let config_filename cf =
82 match cf.config_file with
233 let cf = do_argv in
236 parse_config (config_filename cf)
248 if cf.disable_socket then
255 if cf.daemonize then
264 begin match cf.pidfile with
307 if cf.domain_init then (
313 Select.use_poll (not cf.use_select);
320 if cf.activate_access_log then begin
[all …]
/xen-4.10.0-shim-comet/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in5 # Log xenconsoled messages (cf xl dmesg)
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/
A Dtest_x86_emulator.c1370 unsigned int cf, of; in main() local
1387 of = cf = i = 0; in main()
1399 ++cf; in main()
1407 i != ARRAY_SIZE(data) * 4 + 2 || cf != 1 || of != 5 || in main()

Completed in 13 milliseconds