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

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_agpsupport.c202 agp_setup_t setup; local
204 setup.agps_mode = (uint32_t)mode.mode;
206 (intptr_t)&setup, FKIOCTL, kcred, &rval)) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_agpsupport.c180 agp_setup_t setup; local
191 setup.agps_mode = (uint32_t)modes.mode;
196 (intptr_t)&setup, FKIOCTL, kcred, &rval);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcslibext.c103 xCAPConnSetupReq setup; local
174 setup.byteorder = 'l';
176 setup.byteorder = 'B';
177 setup.dpscapVersion = DPSCAPPROTOVERSION;
178 setup.flags = DPSCAPNONEFLAG;
179 setup.libraryversion = DPSPROTOCOLVERSION;
180 setup.authProtoNameLength = 0;
181 setup.authProtoDataLength = 0;
182 setup.displayStringLength = strlen(fullDisplayName);
183 setup
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DDPSScrollW.c1770 DSWSetupCallbackRec setup; local
1776 /* We delay calling the setup callback so that the caller can use
1778 setup.context = dsw->sw.context;
1780 (XtPointer) &setup);
2726 DSWSetupCallbackRec setup; local
2737 setup.context = newdsw->sw.context;
2739 (XtPointer) &setup);

Completed in 1252 milliseconds