Searched refs:getenv_val (Results 1 – 3 of 3) sorted by relevance
71 const char *getenv_val; in vmw_winsys_create() local103 getenv_val = getenv("SVGA_FORCE_KERNEL_UNMAPS"); in vmw_winsys_create()104 vws->cache_maps = !getenv_val || strcmp(getenv_val, "0") == 0; in vmw_winsys_create()
984 const char *getenv_val; in vmw_ioctl_init() local1030 getenv_val = getenv("SVGA_FORCE_HOST_BACKED"); in vmw_ioctl_init()1031 if (!getenv_val || strcmp(getenv_val, "0") == 0) { in vmw_ioctl_init()1142 getenv_val = getenv("SVGA_FORCE_COHERENT"); in vmw_ioctl_init()1143 if (getenv_val && strcmp(getenv_val, "0") != 0) in vmw_ioctl_init()
165 int getenv_val(void);1004 int getenv_val(void) function1228 getenv_val(); /* Get and initialize all environment variables */