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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_crtc_helper.h97 void (*save)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
H A Ddrm_crtc.h312 * @save: save CRTC state
334 void (*save)(struct drm_crtc *crtc); /* suspend? */ member in struct:drm_crtc_funcs
452 * @save: save connector state
467 void (*save)(struct drm_connector *connector); member in struct:drm_connector_funcs
/solaris-x11-s11/open-src/kernel/efb/src/
H A Defb_vis.c435 * This function is called to save a copy of the kernel terminal emulator's c
477 int stream, save; local
481 save = stream + 2;
489 efb_priv->colormap[save][0][i] =
492 efb_priv->colormap[save][1][i] =
495 efb_priv->colormap[save][2][i] =
537 * save user context, load kernel's context). However since the kernel's
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c1553 int save = -1; local
1687 save = i;
1727 if (need_off_deferred && (save != -1)) {
1733 output = con_outputs[save].output;
1735 con_outputs[save].on = False;
1738 save, con_outputs[save].output->output_info->name);
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFontSB.c387 char save; local
414 save = *ch;
417 *ch = save;
2773 char save; local
2819 save = *ch;
2832 *ch = save;
2875 save = *ch;
2895 *ch = save;
2899 *ch = save;

Completed in 46 milliseconds