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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Denvd.h374 point_t *xymap; member in struct:__anon1111
H A Dpiclenvd.c442 free(tblp->xymap);
464 tblp->xymap = xy;
479 point_t *xymap; local
484 xymap = tbl->xymap;
489 if ((xval < xymap[0].x) || (xval > xymap[entries - 1].x))
491 if (xval == xymap[0].x)
492 return (xymap[0].y);
493 if (xval == xymap[entrie
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Denvd.h351 point_t *xymap; member in struct:__anon1129
H A Dpiclenvd.c454 free(tblp->xymap);
476 tblp->xymap = xy;
515 tblp->xymap[0].x = (int)*bufp++;
516 tblp->xymap[0].y = (int)*bufp++;
518 tblp->xymap[i].x = (int)*bufp++;
519 tblp->xymap[i].y = (int)*bufp++;
520 if (tblp->xymap[i].x <= tblp->xymap[i - 1].x) {
542 point_t *xymap; local
547 xymap
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Denvd.h293 point_t *xymap; member in struct:__anon1239
H A Dpiclenvd.c304 free(tblp->xymap);
326 tblp->xymap = xy;
341 point_t *xymap; local
346 xymap = tbl->xymap;
347 if (xval <= xymap[0].x)
348 return (xymap[0].y);
349 else if (xval >= xymap[entries - 1].x)
350 return (xymap[entries - 1].y);
353 if (xval == xymap[
[all...]

Completed in 126 milliseconds