Searched refs:getenv_val (Results 1 – 2 of 2) sorted by relevance
130 const char *getenv_val; in vmw_winsys_create() local167 getenv_val = getenv("SVGA_FORCE_KERNEL_UNMAPS"); in vmw_winsys_create()168 vws->cache_maps = !getenv_val || strcmp(getenv_val, "0") == 0; in vmw_winsys_create()
984 const char *getenv_val; in vmw_ioctl_init() local1034 getenv_val = getenv("SVGA_FORCE_HOST_BACKED"); in vmw_ioctl_init()1035 if (!getenv_val || strcmp(getenv_val, "0") == 0) { in vmw_ioctl_init()1166 getenv_val = getenv("SVGA_FORCE_COHERENT"); in vmw_ioctl_init()1167 if (getenv_val && strcmp(getenv_val, "0") != 0) in vmw_ioctl_init()