Searched refs:getenv_val (Results 1 – 2 of 2) sorted by relevance
130 const char *getenv_val; in vmw_winsys_create() local162 getenv_val = getenv("SVGA_FORCE_KERNEL_UNMAPS"); in vmw_winsys_create()163 vws->cache_maps = !getenv_val || strcmp(getenv_val, "0") == 0; in vmw_winsys_create()
984 const char *getenv_val; in vmw_ioctl_init() local1032 getenv_val = getenv("SVGA_FORCE_HOST_BACKED"); in vmw_ioctl_init()1033 if (!getenv_val || strcmp(getenv_val, "0") == 0) { in vmw_ioctl_init()1144 getenv_val = getenv("SVGA_FORCE_COHERENT"); in vmw_ioctl_init()1145 if (getenv_val && strcmp(getenv_val, "0") != 0) in vmw_ioctl_init()