Searched refs:autopass_fd (Results 1 – 1 of 1) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_console.c | 189 int port = 0, autopass_fd = -1; in libxl_vncviewer_exec() local 226 autopass_fd = mkstemp(tmpname); in libxl_vncviewer_exec() 227 if ( autopass_fd < 0 ) { in libxl_vncviewer_exec() 238 if ( libxl_write_exactly(ctx, autopass_fd, vnc_pass, strlen(vnc_pass), in libxl_vncviewer_exec() 242 if ( lseek(autopass_fd, SEEK_SET, 0) ) { in libxl_vncviewer_exec() 250 libxl__exec(gc, autopass_fd, -1, -1, args[0], args, NULL); in libxl_vncviewer_exec()
|
Completed in 3 milliseconds