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

/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DFBPM.c144 int state)
154 req->level = state;
205 CARD16 *state,
226 *state = rep.power_level;
227 *onoff = rep.state;
142 FBPMEnable( Display *dpy, int state) argument
203 FBPMInfo( Display *dpy, CARD16 *state, BOOL *onoff) argument
/solaris-x11-s12/open-src/proto/sun-ext-protos/include/
H A Dfbpmstr.h118 BOOL state; member in struct:__anon186
/solaris-x11-s12/open-src/app/accessx/sun-src/
H A DAccessXstruct.h137 CARD16 state; /* Bitmask saying what is going */ member in struct:_AccessXInfo
H A DAccessX.c55 /* get visual feedback regarding the state of the AccessX features.*/
1014 /* Sets the state of the extension according to the state of the */
1335 /* Sets the state of the extension to the below values */
1445 /* Sets the user interface state from the state of the extension. */
1751 AccessXStateRec state; local
1753 XAccessXQueryState(dpy, &accessXClient, &state);
1757 if (state.control & toggleWidgetsMask[i]) {
1774 if (state
1797 SetSettingsViewFromState(AccessXStateRec state) argument
1881 XkbStateRec state; local
1991 AccessXStateRec state; local
2148 XkbStateRec state; local
2236 AccessXStateRec state; local
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c821 * The "state" variable keeps track of switching
843 PackTableStateType state; local
849 state = PackSingle;
870 switch(state) {
883 * the current position in the other state.
899 state = PackTinyGroup;
915 state = PackSingle;
981 PackTableStateType state; local
989 state = PackSingle;
1005 switch(state) {
[all...]
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dpyro.c104 int state; member in struct:__anon103
185 rp->state = SILENT;
247 if (rp->state != SILENT) {
290 while (rp->state != SILENT)
294 rp->state = REDGLARE;
316 if (rp->state == REDGLARE) {
320 if (rp->state == BURSTINGINAIR) {
339 if (rp->state == BURSTINGINAIR) {
355 rp->state = BURSTINGINAIR;
392 rp->state
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_irq.c468 static void drm_irq_vgaarb_nokms(void *cookie, bool state) argument
473 dev->driver->vgaarb_irq(dev, state);
480 if (state) {
/solaris-x11-s12/open-src/app/installalias/sun-src/
H A Dinstallalias.c203 enum state { enum
205 } state; local
213 state = Begin;
230 switch (state) {
233 state = Quoted;
236 state = Normal;
241 switch (state) {
253 switch (state) {
255 state = Normal;
262 switch (state) {
[all...]
/solaris-x11-s12/open-src/kernel/mdb/modules/
H A Di915.c129 void *state; local
133 state = mdb_alloc(sizeof (struct drm_device), UM_SLEEP);
138 mdb_free(state, sizeof (struct drm_device));
142 if (mdb_vread(state, sizeof (struct drm_device), i915_ss) == -1) {
143 mdb_warn("Failed to read state\n");
144 mdb_free(state, sizeof (struct drm_device));
148 ss = (i_ddi_soft_state *) state;
152 mdb_free(state, sizeof (struct drm_device));
158 mdb_free(state, sizeof (struct drm_device));
161 mdb_free(state, sizeo
[all...]
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_dma.c1196 static unsigned int i915_vga_set_decode(void *cookie, bool state) argument
1200 (void) intel_modeset_vga_set_state(dev, state);
1201 if (state)
1346 * intel_early_sanitize_regs - clean up BIOS state
1350 * purpose is to clean up any state left by the BIOS that may affect us when
1700 * in case the last client left us in a bad state).
1704 * up any GEM state.
H A Dintel_sdvo.c662 u8 state = SDVO_ENCODER_STATE_ON; local
666 state = SDVO_ENCODER_STATE_ON;
669 state = SDVO_ENCODER_STATE_STANDBY;
672 state = SDVO_ENCODER_STATE_SUSPEND;
675 state = SDVO_ENCODER_STATE_OFF;
680 SDVO_CMD_SET_ENCODER_POWER_STATE, &state, sizeof(state));
1346 * state. Since the general pipe state readout happens before the
1357 /* Cross check the port pixel multiplier with the sdvo encoder state
[all...]
H A Dintel_display.c496 * single/dual channel state, if we even can.
557 * single/dual channel state, if we even can.
799 * wait for the pipe register state bit to turn off
892 enum pipe pipe, bool state)
901 if (cur_state != state)
902 DRM_ERROR("PLL state assertion failure (expected %s, current %s)",
903 state_string(state), state_string(cur_state));
922 bool state)
933 DRM_ERROR("asserting PCH PLL %s with no PLL\n", state_string(state));
938 if (cur_state != state)
891 assert_pll(struct drm_i915_private *dev_priv, enum pipe pipe, bool state) argument
920 assert_shared_dpll(struct drm_i915_private *dev_priv, struct intel_shared_dpll *pll, bool state) argument
945 assert_fdi_tx(struct drm_i915_private *dev_priv, enum pipe pipe, bool state) argument
971 assert_fdi_rx(struct drm_i915_private *dev_priv, enum pipe pipe, bool state) argument
1049 assert_pipe(struct drm_i915_private *dev_priv, enum pipe pipe, bool state) argument
1076 assert_plane(struct drm_i915_private *dev_priv, enum plane plane, bool state) argument
2062 intel_pipe_set_base_atomic(struct drm_crtc *crtc, struct drm_framebuffer *fb, int x, int y, enum mode_set_atomic state) argument
10087 intel_modeset_vga_set_state(struct drm_device *dev, bool state) argument
[all...]

Completed in 138 milliseconds