Searched refs:cf (Results 1 – 7 of 7) sorted by relevance
103 libxl__carefd *cf = 0; in libxl__carefd_record() local106 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 …]
282 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.default508 if not self.cf.hasPassword() or self.cf.hasPasswordAccess():602 def get_entry_idx(cf, entry): argument630 img = g.cf.images[i]653 img = g.cf.images[sel][all …]
28 (cd $src; tar -cf - * ) | tar -C "$tmp" -xf -30 (cd $tmp; tar -cf - *) | tar --no-same-owner -C "$dst" -xf -
78 let cf = parse_line stream in80 cf82 let validate cf expected other =106 ) cf;111 let cf = parse filename in112 validate cf expected other
81 let config_filename cf =82 match cf.config_file with233 let cf = do_argv in236 parse_config (config_filename cf)248 if cf.disable_socket then255 if cf.daemonize then264 begin match cf.pidfile with307 if cf.domain_init then (313 Select.use_poll (not cf.use_select);320 if cf.activate_access_log then begin[all …]
5 # Log xenconsoled messages (cf xl dmesg)
1370 unsigned int cf, of; in main() local1387 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