/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/ |
H A D | fbc_ask.c | 41 * Ask a variable format yes/no question of the user, read the reply, 47 const char *format, /* Prompt format string */ 62 va_start(ap, format); 67 * Display the variable format yes/no prompt 70 (void) vfprintf(stdout, format, ap); 46 fbc_ask_yes_no( const char *format, ...) argument
|
H A D | fbc_error.c | 48 * Write a variable format error message to stderr, prefixed by the 53 fbc_errormsg(const char *format, ...) argument 58 va_start(ap, format); 59 vfprintf(stderr, format, ap); 101 * Write a variable format diagnostic message string, not prefixed by 106 ErrorF(const char *format, ...) argument 110 va_start(ap, format); 111 vfprintf(stderr, format, ap); 119 * Write a variable format diagnostic message string, not prefixed by 126 VErrorF(const char *format, va_lis argument [all...] |
H A D | fbc_Device.c | 333 const char *format; /* Format for sprintf() */ local 357 format = "%s"; 364 sprintf(dev_identifier, format, device->name, i); 365 format = "%s_%u"; 399 format = "%s Graphics Accelerator"; 403 format = "Sun %s Graphics Accelerator"; 411 format, dev_boardname);
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_msg.c | 34 char format[256]; local 36 (void) snprintf(format, sizeof (format), "[drm:%s:%d] %s", 40 vcmn_err(cmn_err, format, ap);
|
H A D | drm_crtc.c | 238 const char *drm_get_format_name(uint32_t format) argument 244 printable_char(format & 0xff), 245 printable_char((format >> 8) & 0xff), 246 printable_char((format >> 16) & 0xff), 247 printable_char((format >> 24) & 0x7f), 248 format & DRM_FORMAT_BIG_ENDIAN ? "big" : "little", 249 format); 1005 * @modes: array of pointers to strings containing name of each format 1009 * responsible for allocating a list of format names and passing them to 1872 /* Check whether this plane supports the fb pixel format 2319 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN; local 3640 drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth, int *bpp) argument 3711 drm_format_num_planes(uint32_t format) argument 3745 drm_format_plane_cpp(uint32_t format, int plane) argument 3791 drm_format_horz_chroma_subsampling(uint32_t format) argument 3825 drm_format_vert_chroma_subsampling(uint32_t format) argument [all...] |
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_msg.c | 15 char format[256]; local 17 (void) snprintf(format, sizeof (format), "[drm:%s:%d] %s", 21 vcmn_err(cmn_err, format, ap);
|
H A D | radeon_io32.h | 76 int format; member in struct:drm_radeon_texture_32
|
H A D | radeon_state.c | 1213 /* Vertex format (X, Y, Z, W) */ 1710 u32 format; local 1743 switch (tex->format) { 1746 format = RADEON_COLOR_FORMAT_ARGB8888; 1756 format = RADEON_COLOR_FORMAT_RGB565; 1762 format = RADEON_COLOR_FORMAT_CI8; 1767 DRM_ERROR("invalid texture format %d\n", tex->format); 1789 tex->offset >> 10, tex->pitch, tex->format, 1939 (format << [all...] |
/solaris-x11-s11/open-src/app/cmap_compact/sun-src/ |
H A D | cmc.c | 45 fatal_error (const char *format, ...) argument 50 va_start(args, format); 52 (void) vfprintf(stderr, format, args); 60 warning (const char *format, ...) argument 65 va_start(args, format); 67 (void) vfprintf(stderr, format, args);
|
H A D | cmcutil.c | 211 int format, 220 XChangeProperty(dpy, w, atom, type, format, PropModeReplace, 262 int format; local 271 1/*delete*/, AnyPropertyType, &actual_type, &format, &nitems, 275 if (actual_type == XA_PIXMAP && format == 32 && 282 fprintf(stderr, "%s: warning: invalid format encountered for property %s\n", 206 prop_update( Display *dpy, Window w, const char *name, Atom type, int format, int data, int nelem) argument
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/vts/ |
H A D | gfx_vts.c | 73 * Write a variable format debug message to stderr, prefixed by the 81 const char *format, /* printf()-style format string */ 86 va_start(ap, format); 89 vfprintf(stderr, format, ap); 78 TraceMessage( int flags, const char *func, const char *format, ...) argument
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSrc.c | 261 * RETURNED format - the format of the returned value. 268 ConvertSelection(w, selection, target, type, value, length, format) 273 int * format; 499 * RETURNED format - the format of the returned value. 508 unsigned long *length, int *format) 511 target, type, value, length, format) 516 int * format; 527 value, length, format)); 506 XawTextSourceConvertSelection(Widget w, Atom *selection, Atom *target, Atom *type, XtPointer *value, unsigned long *length, int *format) argument [all...] |
H A D | Text.h | 105 unsigned long format; member in struct:__anon400
|
/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/ |
H A D | VisGamma.c | 43 QueryTableType0 (unsigned int maxcolor, int format, char **pChar, unsigned long *pCount, argument 50 nElements = _XcmsGetElement(format, pChar, pCount) + 1; 59 switch (format) { 64 *ph++ = _XcmsGetElement (format, pChar, pCount) * 0x101; 65 *pf++ = (_XcmsGetElement (format, pChar, pCount) 72 *ph++ = (unsigned short)_XcmsGetElement (format, pChar, pCount); 73 *pf++ = (_XcmsGetElement (format, pChar, pCount) 80 *ph++ = (unsigned short)_XcmsGetElement (format, pChar, pCount); 81 *pf++ = (_XcmsGetElement (format, pChar, pCount) 105 QueryTableType1 (unsigned int maxcolor, int format, cha argument 226 skipChannel(int cType, int format, char **pChar, unsigned long *pCount) argument 256 skipVisual(int format, char **pChar, unsigned long *pCount) argument 318 int count, format, cType, nTables; local [all...] |
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_sprite.c | 58 /* Mask out pixel format bits in case we change it */ 226 /* Mask out pixel format bits in case we change it */ 416 /* Mask out pixel format bits in case we change it */ 589 format_is_yuv(uint32_t format) argument 591 switch (format) {
|
H A D | intel_overlay.c | 427 int format; member in struct:put_image_params 443 static int packed_depth_bytes(u32 format) argument 445 switch (format & I915_OVERLAY_DEPTH_MASK) { 455 static int packed_width_bytes(u32 format, short width) argument 457 switch (format & I915_OVERLAY_DEPTH_MASK) { 465 static int uv_hsubsampling(u32 format) argument 467 switch (format & I915_OVERLAY_DEPTH_MASK) { 479 static int uv_vsubsampling(u32 format) argument 481 switch (format & I915_OVERLAY_DEPTH_MASK) { 557 int uv_hscale = uv_hsubsampling(params->format); [all...] |
H A D | intel_sdvo.c | 122 /* This is for current tv format name */ 161 /* This contains all current supported TV format */ 996 struct intel_sdvo_tv_format format; local 1000 memset(&format, 0, sizeof(format)); 1001 (void) memcpy(&format, &format_map, min(sizeof(format), sizeof(format_map))); 1005 &format, sizeof(format)); 1851 * format 2598 struct intel_sdvo_tv_format format; local [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | scan.c | 102 #define xf86printErrorF ErrorF /* Write a variable format error message */ 1036 xf86parseError (char *format,...) argument 1042 va_start (ap, format); 1043 VErrorF (format, ap); 1050 xf86parseWarning (char *format,...) argument 1056 va_start (ap, format); 1057 VErrorF (format, ap); 1064 xf86validationError (char *format, ...) argument 1069 va_start (ap, format); 1070 VErrorF (format, a [all...] |
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/ |
H A D | fbconfig.c | 80 * Write a variable format error message to stderr, prefixed by the 86 PrintError(const char *format, ...) argument 90 va_start(ap, format); 92 vfprintf(stderr, format, ap); 608 * in the sprintf() format string is replaced by the
|
/solaris-x11-s11/open-src/app/installalias/sun-src/ |
H A D | installalias.c | 94 fsBitmapFormat format, fsBitmapFormatMask fmask, 92 PseudoOpenScalable(FontPathElementPtr fpe, FontPtr *ppFont, int flags, FontEntryPtr entry, char *fileName, FontScalablePtr vals, fsBitmapFormat format, fsBitmapFormatMask fmask, FontPtr non_cachable_font) argument
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | xlock.c | 228 error(const char *format, ...) argument 233 va_start(args, format); 234 vfprintf(stderr, format, args);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Text.h | 145 Atom format; member in struct:__anon332
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolprotocol.c | 989 int format, 1017 if ((format != XYPixmap) && (format != ZPixmap)) 1019 client->errorValue = format; 1032 return DoGetImage(client, format, drawable, x, y, 1145 if(format == ZPixmap) 1211 else if (format == ZPixmap) 1222 format, 1280 format, 1339 return TsolDoGetImage(client, stuff->format, stuf 987 TsolDoGetImage( ClientPtr client, int format, Drawable drawable, int x, int y, int width, int height, Mask planemask, xGetImageReply **im_return) argument [all...] |
/solaris-x11-s11/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 101 fatal (const char *format, ...) argument 105 va_start (ap, format); 107 vfprintf (stderr, format, ap);
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_edid.h | 277 u8 format; member in struct:cea_sad 280 u8 byte2; /* meaning depends on format */
|