Searched refs:notify_fd (Results 1 – 3 of 3) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_console.c | 55 libxl_console_type type, int notify_fd, in libxl_console_exec() argument 86 if (notify_fd != -1) { in libxl_console_exec() 87 notify_fd_s = GCSPRINTF("%d", notify_fd); in libxl_console_exec() 171 int libxl_primary_console_exec(libxl_ctx *ctx, uint32_t domid_vm, int notify_fd, in libxl_primary_console_exec() argument 181 return libxl_console_exec(ctx, domid, cons_num, type, notify_fd, in libxl_primary_console_exec()
|
| /tools/include/ |
| A D | libxl.h | 2060 libxl_console_type type, int notify_fd, 2075 int notify_fd, 2100 int notify_fd) in libxl_console_exec_0x041700() argument 2102 return libxl_console_exec(ctx, domid, cons_num, type, notify_fd, NULL); in libxl_console_exec_0x041700() 2108 int notify_fd) in libxl_primary_console_exec_0x041700() argument 2110 return libxl_primary_console_exec(ctx, domid_vm, notify_fd, NULL); in libxl_primary_console_exec_0x041700()
|
| /tools/xl/ |
| A D | xl_vmcontrol.c | 671 int notify_fd = *(int*)priv; /* write end of the notification pipe */ in autoconnect_console() local 684 libxl_primary_console_exec(ctx, bldomid, notify_fd, NULL); in autoconnect_console()
|
Completed in 16 milliseconds