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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_cp.c1065 /* Reset the engine. This will stop the CP if it is running. */
1887 drm_radeon_cp_stop_t stop; local
1892 DRM_COPYFROM_WITH_RETURN(&stop, (void *) data, sizeof (stop));
1901 if (stop.flush) {
1909 if (stop.idle) {
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DColorSB.c2610 Window root, child, stop, old_child = None; local
2635 stop = child;
2637 while (stop != None) {
2638 XTranslateCoordinates(dpy, root, stop, x, y, &x, &y, &child);
2639 root = stop;
2642 stop = child;

Completed in 22 milliseconds