HomeSort by: relevance | last modified time | path
    Searched defs:modew (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/ofppc/ofppc/
machdep.c 220 static uint16_t modew[] = { 640, 800, 1024, 1280, 0 }; local in function:model_init
261 for (i = 0, mode = 0; modew[i] != 0; i++) {
262 if (modew[i] == width && modeh[i] == height) {
machdep.c 220 static uint16_t modew[] = { 640, 800, 1024, 1280, 0 }; local in function:model_init
261 for (i = 0, mode = 0; modew[i] != 0; i++) {
262 if (modew[i] == width && modeh[i] == height) {
  /src/usr.sbin/sysinst/
net.c 369 int modew; local in function:get_ifinterface_info
383 modew = ifmr.ifm_current;
384 strlcpy(net_media, get_media_subtype_string(modew),
388 while ((media_opt = get_media_option_string(&modew)) != NULL) {
net.c 369 int modew; local in function:get_ifinterface_info
383 modew = ifmr.ifm_current;
384 strlcpy(net_media, get_media_subtype_string(modew),
388 while ((media_opt = get_media_option_string(&modew)) != NULL) {

Completed in 25 milliseconds