Home
last modified time | relevance | path

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

/tools/libs/light/
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 …]
/tools/pygrub/src/
A Dpygrub425 i = self.cf.images[y]
584 self.cf = parser()
586 self.cf.parse()
592 self.cf = parser()
602 self.cf.parse(buf)
608 sel = self.cf.default
651 if not self.cf.hasPassword() or self.cf.hasPasswordAccess():
745 def get_entry_idx(cf, entry): argument
773 img = g.cf.images[i]
796 img = g.cf.images[sel]
[all …]
/tools/ocaml/xenstored/
A Dconfig.ml78 let cf = parse_line stream in
80 cf
82 let validate cf expected other =
108 ) cf;
113 let cf = parse filename in
114 validate cf expected other
A Dxenstored.ml82 let config_filename cf =
83 match cf.config_file with
361 let cf = do_argv in
362 if cf.config_test then begin
363 let path = config_filename cf in
384 if cf.disable_socket || cf.live_reload then
390 if cf.daemonize && not cf.live_reload then
399 begin match cf.pidfile with
439 if cf.domain_init then (
470 if cf.activate_access_log then begin
[all …]
/tools/hotplug/Linux/init.d/
A Dsysconfig.xencommons.in5 # Log xenconsoled messages (cf xl dmesg)
/tools/tests/x86_emulator/
A Dtest_x86_emulator.c2237 unsigned int cf, of; in main() local
2254 of = cf = i = 0; in main()
2266 ++cf; in main()
2274 i != ARRAY_SIZE(data) * 4 + 2 || cf != 1 || of != 5 || in main()
A Devex-disp8.c693 INSN(gf2p8affineinvqb, 66, 0f3a, cf, vl, q, vl),
695 INSN(gf2p8mulb, 66, 0f38, cf, vl, b, vl),

Completed in 22 milliseconds