Lines Matching refs:dompath
3163 const char *dompath; in device_model_postconfig_chardev() local
3202 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_chardev()
3203 if (!dompath) { in device_model_postconfig_chardev()
3208 GCSPRINTF("%s/serial/%d/tty", dompath, port), in device_model_postconfig_chardev()
3250 const char *dompath; in device_model_postconfig_vnc() local
3259 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_vnc()
3260 if (!dompath) { in device_model_postconfig_vnc()
3265 GCSPRINTF("%s/console/vnc-listen", dompath), in device_model_postconfig_vnc()
3269 GCSPRINTF("%s/console/vnc-port", dompath), in device_model_postconfig_vnc()
3300 const char *dompath; in device_model_postconfig_vnc_passwd() local
3304 dompath = libxl__xs_get_dompath(gc, qmp->domid); in device_model_postconfig_vnc_passwd()
3305 if (!dompath) { in device_model_postconfig_vnc_passwd()
3310 GCSPRINTF("%s/console/vnc-pass", dompath), in device_model_postconfig_vnc_passwd()