Home
last modified time | relevance | path

Searched refs:guest_info_param (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_msg.c423 int vmw_host_get_guestinfo(const char *guest_info_param, in vmw_host_get_guestinfo() argument
433 if (!guest_info_param || !length) in vmw_host_get_guestinfo()
436 msg = kasprintf(GFP_KERNEL, "info-get %s", guest_info_param); in vmw_host_get_guestinfo()
439 guest_info_param); in vmw_host_get_guestinfo()
475 DRM_ERROR("Failed to get guest info \"%s\".", guest_info_param); in vmw_host_get_guestinfo()
H A Dvmwgfx_drv.h1452 int vmw_host_get_guestinfo(const char *guest_info_param,