Searched refs:used (Results 1 - 25 of 33) sorted by relevance

12

/solaris-x11-s11/open-src/doc/xorg-sgml-doctools/
H A DMakefile26 # Package name used in tarballs
34 MODULE_DESC = stylesheets and other data files used to generate X.Org documentation
36 # Version number (used in path names)
/solaris-x11-s11/open-src/proto/xcbproto/
H A DMakefile27 # Package name used in tarballs
38 # Version number (used in path names)
51 MODULE_DESC = X Window System protocol descriptions used by xcb
/solaris-x11-s11/open-src/util/build-tools/
H A DMakefile34 MODULE_DESC = custom tools used for building Solaris X11 consolidation
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dxf86Optrec.h24 * used in advertising or otherwise to promote the sale, use or other dealings
50 * and author(s) shall not be used in advertising or otherwise to promote
100 int used, /* Not used w/ SMI_FBCONFIG */
114 XF86OptionPtr xf86optionListCreate(const char **options, int count, int used);
H A DFlags.c24 * used in advertising or otherwise to promote the sale, use or other dealings
50 * and author(s) shall not be used in advertising or otherwise to promote
221 int used)
223 int used, /* Not used w/ SMI_FBCONFIG */
241 //??? Memory leak in some or all cases (e.g. when old->used==1) ???
244 //??? Memory leak in some or all cases (e.g. when old->used==1) ???
250 new->opt_used = used;
514 * of the array. The purpose of "used," which appears to be Boolean,
518 xf86optionListCreate( const char **options, int count, int used )
216 xf86addNewOptionOrValue( XF86OptionPtr head, char *name, char *val, int used) argument
[all...]
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrc.c12 * documentation, and that the name of M.I.T. not be used in advertising or
245 count = piece->used - (pos - start);
295 if ( ((start_piece->used = startPos - start_first) == 0) &&
303 end_piece->used -= endPos - end_first;
304 if (end_piece->used != 0)
306 (int) end_piece->used);
309 if ( (start_piece->used -= endPos - startPos) == 0) {
316 (int) (start_piece->used - (startPos - start_first)) );
342 if (start_piece->used == (src->ascii_src.piece_size - 1)) {
347 start_piece->used
[all...]
H A DXaw3_1AsciiSrcP.h17 used in advertising or publicity pertaining to distribution of the
34 * It is intended to be used with the Text widget, the simplest way to use
70 XawTextPosition used; /* The number of characters of this buffer member in struct:_Piece
71 that have been used. */
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrc.c25 used in advertising or otherwise to promote the sale, use or other dealings
256 count = piece->used - (pos - start);
304 if ( ((start_piece->used = startPos - start_first) == 0) &&
312 end_piece->used -= endPos - end_first;
313 if (end_piece->used != 0)
315 (int) end_piece->used);
318 if ( (start_piece->used -= endPos - startPos) == 0) {
325 (int) (start_piece->used - (startPos - start_first)) );
351 if (start_piece->used == (src->ascii_src.piece_size - 1)) {
356 start_piece->used
[all...]
H A DMultiSrc.c10 * documentation, and that the name OMRON not be used in
53 used in advertising or otherwise to promote the sale, use or other dealings
94 /* not used. */
268 count = piece->used - (pos - start);
344 if ( ((start_piece->used = startPos - start_first) == 0) &&
352 end_piece->used -= endPos - end_first;
353 if (end_piece->used != 0)
355 (int) end_piece->used);
358 if ( (start_piece->used -= endPos - startPos) == 0) {
365 (int) (start_piece->used
[all...]
H A DAsciiSrcP.h28 used in advertising or otherwise to promote the sale, use or other dealings
41 used in advertising or publicity pertaining to distribution of the
58 * It is intended to be used with the Text widget, the simplest way to use
102 XawTextPosition used; /* The number of characters of this buffer member in struct:_Piece
103 that have been used. */
H A DMultiSrcP.h10 * documentation, and that the name OMRON not be used in
50 used in advertising or otherwise to promote the sale, use or other dealings
63 used in advertising or publicity pertaining to distribution of the
80 * It is intended to be used with the Text widget, the simplest way to use
130 XawTextPosition used; /* The number of characters of this buffer member in struct:_MultiPiece
131 that have been used. */
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpssysops.psw12 * not be used in advertising or publicity pertaining to distribution of the
15 * "Display PostScript"(tm) is used to describe this software, its
147 defineps PSvmstatus( | int *level, *used, *maximum)
148 vmstatus maximum used level
H A Ddpssysops.psw11 * not be used in advertising or publicity pertaining to distribution of the
14 * "Display PostScript"(tm) is used to describe this software, its
146 defineps DPSvmstatus(DPSContext ctxt | int *level, *used, *maximum)
147 vmstatus maximum used level
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_io32.c41 dest64->used = dest32.used;
/solaris-x11-s11/open-src/lib/libxtrans/
H A Dinetv6.patch26 used "inetv6" - the final standard renamed it to "inet6", but since we already
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sun_idr.c177 struct idr_used_id *used; local
198 used = kmem_alloc(sizeof(struct idr_used_id), KM_NOSLEEP);
199 if (!used) {
204 used->id = id;
205 used->obj = obj;
206 avl_add(&idrp->used_ids, used);
H A Ddrm_dma.c137 buf->used = 0;
H A Ddrm_bufs.c365 * its being used, and free any associate resource (such as MTRR's) if it's not
439 * gets used by drivers that the server doesn't need to care about. This seems
621 buf->used = 0;
779 buf->used = 0;
881 * large buffers can be used for image transfer).
970 * \note This ioctl is deprecated and mostly never used.
1013 * Calls free_buffer() for each used buffer.
1014 * This function is primarily used for debugging.
1139 if (DRM_COPY_TO_USER(&list32[i].used,
1166 if (DRM_COPY_TO_USER(&request->list[i].used,
[all...]
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h40 * Data Structures used ...
73 unsigned long allocated, used; member in struct:_winVisInfoList
78 MVColmap *colmap; /* cmap used for this position */
H A Dmultivis.c153 i = winList.used;
161 winList.used = winList.allocated = 0;
226 if (winList.used >= winList.allocated) { /* expand or create the array */
234 pWinInfo = &(winList.wins[winList.used++]);
253 winList.used--;
347 int i = winList.used;
382 for (i=winList.used-1; ((nPixelsUnLabeled > 0) && i >= 0); i--) {
511 * Calculate the offsets used to composite a pixel value for
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_io32.h87 int used; /* Amount of buffer in use (for DMA) */ member in struct:drm_buf_pub_32
110 uint32_t physical; /* Physical used by i810 */
H A Ddrm_dma.c115 buf->used = 0;
H A Ddrm_bufs.c462 buf->used = 0;
562 buf->used = 0;
859 if (DRM_COPY_TO_USER(&list32[i].used,
883 if (DRM_COPY_TO_USER(&request.list[i].used, &zero,
H A Dradeon_state.c997 * same clear mask can be used. That's very
1006 * rv250: could be used to clear only parts of macrotiles
1008 * bit 0 and 1 (either or both of them ?!?!) are used to
1609 buf->used = 0;
1931 buf->used = size;
2392 buf->used = vertex.count; /* not used? */
2483 if (elts.start < buf->used) {
2484 DRM_ERROR("no header 0x%x - 0x%x\n", elts.start, buf->used);
2488 buf->used
[all...]
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_io32.h104 int used; /* Amount of buffer in use (for DMA) */ member in struct:drm_buf_pub_32
127 uint32_t physical; /* Physical used by i810 */

Completed in 42 milliseconds

12