Searched refs:modes (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpipe.c64 static char *modes[] = {"st", "mt", "mp", NULL}; variable
109 lookupa(DEFM, modes), DEFS, lookupa(DEFX, xports));
123 x = lookup(optarg, modes);
289 lookupa(optm, modes), lookupa(optx, xports));
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_omap3530.c376 // So most of these modes are just approximate.
378 struct video_mode modes[] = { variable in typeref:struct:video_mode
458 struct video_mode *current_mode = &modes[0];
462 while (cur != (sizeof(modes) / sizeof(struct video_mode))) {
463 if (!strcmp(tmpbuf, modes[cur].name)) {
464 current_mode = &modes[cur];

Completed in 15 milliseconds