Searched refs:get_mode (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dvid_svgalib.c348 int get_mode(char *name, int width, int height, int depth) function
588 current_mode = get_mode(getenv("GSVGAMODE"), w, h, d);
590 current_mode = get_mode(com_argv[COM_CheckParm("-mode")+1], w, h, d);
600 current_mode = get_mode(0, w, h, d);
/external/quake/quake/src/WinQuake/
H A Dvid_svgalib.cpp347 int get_mode(char *name, int width, int height, int depth) function
585 current_mode = get_mode(getenv("GSVGAMODE"), w, h, d);
587 current_mode = get_mode(com_argv[COM_CheckParm("-mode")+1], w, h, d);
597 current_mode = get_mode(0, w, h, d);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dsme.c1041 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, function
1064 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, band);
H A Dp2p_supplicant.c2793 static struct hostapd_hw_modes * get_mode(struct hostapd_hw_modes *modes, function
2900 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, o->mode);
/external/genext2fs/
H A Dgenext2fs.c1456 get_mode(struct stat *st) function
1690 mode = get_mode(&st);

Completed in 7512 milliseconds