Home
last modified time | relevance | path

Searched refs:childproc_hooks (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_fork.c421 switch (ctx->childproc_hooks->chldowner) { in chldmode_ours()
483 assert(CTX->childproc_hooks->chldowner in libxl_childproc_reaped()
529 assert(CTX->childproc_hooks->chldowner in libxl_childproc_sigchld_occurred()
559 if (CTX->childproc_hooks->chldowner in sigchld_selfpipe_handler()
575 if (CTX->childproc_hooks->reaped_callback) { in sigchld_selfpipe_handler()
577 rc = CTX->childproc_hooks->reaped_callback in sigchld_selfpipe_handler()
608 CTX->childproc_hooks->fork_replacement in libxl__ev_child_fork()
609 ? CTX->childproc_hooks->fork_replacement(CTX->childproc_user) in libxl__ev_child_fork()
649 ctx->childproc_hooks = hooks; in libxl_childproc_setmode()
A Dlibxl_exec.c306 CTX->childproc_hooks in libxl__spawn_spawn()
307 ? CTX->childproc_hooks->fork_replacement in libxl__spawn_spawn()
A Dlibxl.c69 ctx->childproc_hooks = &libxl__childproc_default_hooks; in libxl_ctx_alloc()
A Dlibxl_internal.h497 const libxl_childproc_hooks *childproc_hooks; member
/xen-4.10.0-shim-comet/tools/xl/
A Dxl.c289 static const libxl_childproc_hooks childproc_hooks = { variable
300 libxl_childproc_setmode(ctx, &childproc_hooks, 0); in xl_ctx_alloc()

Completed in 20 milliseconds