Home
last modified time | relevance | path

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

/xen/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/tools/pygrub/src/
A Dpygrub284 i = self.cf.images[y]
443 self.cf = parser()
445 self.cf.parse()
451 self.cf = parser()
461 self.cf.parse(buf)
467 sel = self.cf.default
510 if not self.cf.hasPassword() or self.cf.hasPasswordAccess():
604 def get_entry_idx(cf, entry): argument
632 img = g.cf.images[i]
655 img = g.cf.images[sel]
[all …]
/xen/
A Dinstall.sh28 (cd $src; tar -cf - * ) | tar -C "$tmp" -xf -
30 (cd $tmp; tar -cf - *) | tar --no-same-owner -C "$dst" -xf -
/xen/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
309 if cf.domain_init then (
315 Select.use_poll (not cf.use_select);
322 if cf.activate_access_log then begin
[all …]
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in5 # Log xenconsoled messages (cf xl dmesg)
/xen/tools/tests/x86_emulator/
A Devex-disp8.c601 INSN(gf2p8affineinvqb, 66, 0f3a, cf, vl, q, vl),
603 INSN(gf2p8mulb, 66, 0f38, cf, vl, b, vl),
A Dtest_x86_emulator.c2098 unsigned int cf, of; in main() local
2115 of = cf = i = 0; in main()
2127 ++cf; in main()
2135 i != ARRAY_SIZE(data) * 4 + 2 || cf != 1 || of != 5 || in main()

Completed in 22 milliseconds