Searched refs:notify_fd (Results 1 – 3 of 3) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_console.c | 55 libxl_console_type type, int notify_fd) in libxl_console_exec() argument 78 if (notify_fd != -1) { in libxl_console_exec() 79 notify_fd_s = GCSPRINTF("%d", notify_fd); in libxl_console_exec() 159 int libxl_primary_console_exec(libxl_ctx *ctx, uint32_t domid_vm, int notify_fd) in libxl_primary_console_exec() argument 168 return libxl_console_exec(ctx, domid, cons_num, type, notify_fd); in libxl_primary_console_exec()
|
A D | libxl.h | 1816 libxl_console_type type, int notify_fd); 1828 int notify_fd);
|
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 628 int notify_fd = *(int*)priv; /* write end of the notification pipe */ in autoconnect_console() local 641 libxl_primary_console_exec(ctx, bldomid, notify_fd); in autoconnect_console()
|
Completed in 10 milliseconds