Searched defs:common (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c345 name_kind_t common = name->kind & output->output.kind; local
347 if ((common & name_xid) && name->xid == output->output.xid)
349 if ((common & name_string) && !strcmp (name->string, output->output.string))
351 if ((common & name_index) && name->index == output->output.index)
375 name_kind_t common; local
378 common = name->kind & crtc->crtc.kind;
380 if ((common & name_xid) && name->xid == crtc->crtc.xid)
382 if ((common & name_string) && !strcmp (name->string, crtc->crtc.string))
384 if ((common & name_index) && name->index == crtc->crtc.index)
1288 /* first try to find mode with common sam
[all...]

Completed in 15 milliseconds