Home
last modified time | relevance | path

Searched refs:getenv_val (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.c71 const char *getenv_val; in vmw_winsys_create() local
103 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()
Dvmw_screen_ioctl.c984 const char *getenv_val; in vmw_ioctl_init() local
1030 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()
/external/ltp/testcases/kernel/sched/process_stress/
Dprocess.c165 int getenv_val(void);
1004 int getenv_val(void) function
1228 getenv_val(); /* Get and initialize all environment variables */