/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_auth.c | 159 drm_file_t *file; local 164 if ((file = drm_find_file(dev, auth.magic))) { 165 file->authenticated = 1;
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem_context.c | 37 * This file implements HW context support. On gen5+ a HW context consists of an 326 struct drm_file *file, 330 struct drm_i915_file_private *file_priv = file->driver_priv; 339 if (file == NULL) 345 to = i915_gem_context_get(file->driver_priv, id); 352 void i915_gem_context_close(struct drm_device *dev, struct drm_file *file) argument 354 struct drm_i915_file_private *file_priv = file->driver_priv; 515 struct drm_file *file, 532 if (file == NULL) 535 to = i915_gem_context_get(file 325 i915_gem_context_get_hang_stats(struct intel_ring_buffer *ring, struct drm_file *file, u32 id) argument 514 i915_switch_context(struct intel_ring_buffer *ring, struct drm_file *file, int to_id) argument [all...] |
H A D | i915_gem_execbuffer.c | 369 struct drm_file *file, 496 struct drm_file *file, 559 obj = to_intel_bo(drm_gem_object_lookup(dev, file, 576 ret = i915_gem_execbuffer_reserve(ring, file, objects, &need_relocs); 704 struct drm_file *file, 712 (void)__i915_add_request(ring, file, obj, NULL); 743 struct drm_file *file, 771 if (!file->is_master) 893 eb = eb_create(args->buffer_count, file); 911 obj = to_intel_bo(drm_gem_object_lookup(dev, file, 368 i915_gem_execbuffer_reserve(struct intel_ring_buffer *ring, struct drm_file *file, struct list_head *objects, bool *need_relocs) argument 494 i915_gem_execbuffer_relocate_slow(struct drm_device *dev, struct drm_i915_gem_execbuffer2 *args, struct drm_file *file, struct intel_ring_buffer *ring, struct list_head *objects, struct eb_objects *eb, struct drm_i915_gem_exec_object2 *exec, int count) argument 703 i915_gem_execbuffer_retire_commands(struct drm_device *dev, struct drm_file *file, struct intel_ring_buffer *ring, struct drm_i915_gem_object *obj) argument 742 i915_gem_do_execbuffer(struct drm_device *dev, void *data, struct drm_file *file, struct drm_i915_gem_execbuffer2 *args, struct drm_i915_gem_exec_object2 *exec) argument [all...] |
H A D | i915_gem.c | 51 struct drm_file *file); 192 i915_gem_create(struct drm_file *file, argument 210 ret = drm_gem_handle_create(file, &obj->base, &handle); 226 i915_gem_dumb_create(struct drm_file *file, argument 233 return i915_gem_create(file, dev, 237 int i915_gem_dumb_destroy(struct drm_file *file, argument 241 return drm_gem_handle_delete(file, handle); 251 return i915_gem_create(file, dev, 357 * shmem_page_index = page number within shmem file 358 * shmem_page_offset = offset within page in shmem file 1222 i915_gem_mmap_gtt(struct drm_file *file, struct drm_device *dev, uint32_t handle, uint64_t *offset) argument 1516 __i915_add_request(struct intel_ring_buffer *ring, struct drm_file *file, struct drm_i915_gem_object *obj, u32 *out_seqno) argument 3042 i915_gem_ring_throttle(struct drm_device *dev, struct drm_file *file) argument 3964 i915_gem_release(struct drm_device * dev, struct drm_file *file) argument [all...] |
H A D | intel_display.c | 6543 struct drm_file *file, 6569 obj = to_intel_bo(drm_gem_object_lookup(dev, file, handle)); 9171 struct drm_file *file, 9177 return drm_gem_handle_create(file, &obj->base, handle); 6542 intel_crtc_cursor_set(struct drm_crtc *crtc, struct drm_file *file, uint32_t handle, uint32_t width, uint32_t height) argument 9170 intel_user_framebuffer_create_handle(struct drm_framebuffer *fb, struct drm_file *file, unsigned int *handle) argument
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1AsciiSrc.c | 191 FILE * file; local 214 file = InitStringOrFile(src); 215 LoadPieces(src, file, NULL); 217 if (file != NULL) fclose(file); 392 * Note: While there are only 'n' characters in the file there are n+1 619 FILE * file; local 642 file = InitStringOrFile(src); /* Init new info. */ 643 LoadPieces(src, file, NULL); /* load new info into internal buffers. */ 644 if (file ! 912 FILE * file; local [all...] |
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | AsciiSrc.c | 203 FILE * file; local 228 file = InitStringOrFile(src, src->ascii_src.type == XawAsciiFile); 229 LoadPieces(src, file, NULL); 231 if (file != NULL) fclose(file); 404 * Note: While there are only 'n' characters in the file there are n+1 635 FILE * file; local 654 file = InitStringOrFile(src, string_set); /* Init new info. */ 655 LoadPieces(src, file, NULL); /* load new info into internal buffers. */ 656 if (file ! 980 FILE * file; local [all...] |
H A D | MultiSrc.c | 228 FILE * file; local 237 file = InitStringOrFile(src, src->multi_src.type == XawAsciiFile); 238 LoadPieces(src, file, NULL); 240 if (file != NULL) fclose(file); 457 * Note: While there are only 'n' characters in the file there are n+1 717 FILE * file; local 736 file = InitStringOrFile(src, string_set); 742 LoadPieces(src, file, NULL); 743 if (file ! 1077 FILE * file; local [all...] |
H A D | TextPop.c | 32 * This file is broken up into three sections one dealing with 122 * This section of the file contains all the functions that 123 * the file insert dialog box uses. 129 * Text Widget that will insert a file into the main 148 * it will popup the insert file dialog box. 159 * file to insert. 199 * Description: Pops down the file insert button. 222 * Description: Actually insert the file named in the text widget 223 * of the file dialog. 226 * file int 272 FILE *file; local [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSpreview.c | 67 static int ParseFileForBBox(FILE *file, XRectangle *bb); 219 static int ParseFileForBBox(FILE *file, XRectangle *bb) argument 235 if ((*getsFunction)(buf, BUFLEN, file, getsClientData) == NULL) { 457 FILE *file, 500 (*rewindFunction)(file, rewindClientData); 549 while ((*getsFunction)(buf, BUFSIZE, file, getsClientData) != NULL) { 453 XDPSImageFileIntoDrawable( DPSContext context, Screen *screen, Drawable dest, FILE *file, int drawableHeight, int drawableDepth, XRectangle *bbox, int xOffset, int yOffset, double pixelsPerPoint, Bool clear, Bool createMask, Bool waitForCompletion, Bool *doneFlag) argument
|
/solaris-x11-s11/open-src/app/installalias/sun-src/ |
H A D | installalias.c | 50 * Ensure that a fonts.alias file only contains aliases for fonts that exist 51 * We do this by first reading in the fonts.dir file and then for 52 * each entry in the fonts.alias file we verify that the alias can 75 static int lexc(FILE *file); 88 /* Provide pseudo renderers for font file formats we may find in fonts.dir 131 FILE *file; local 141 file = fopen(dir_file, "r"); 142 if (file) { 143 if (fstat (fileno(file), &statb) == -1) 145 count = fscanf(file, " 196 lexAlias( FILE *file, char **lexToken) argument 276 lexc(FILE *file) argument 331 ReadAliases( FILE *file, char *alias, char *font_name) argument 504 FILE *file, *newfile; local [all...] |
/solaris-x11-s11/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 82 #define DEF_USER_AUTH_DIR "/tmp" /* Backup directory for User Auth file */ 87 static void DefineLocal (FILE *file, Xauth *auth); 88 static void DefineSelf (int fd, FILE *file, Xauth *auth); 89 static void writeAuth (FILE *file, Xauth *auth); 108 char *authFile; /* file to store authorization in */ 112 int resetForAuth; /* server reads auth file at reset */ 316 FILE *file, 329 DefineSelf (fd, file, auth); 334 DefineSelf (fd, file, auth); 338 DefineLocal (file, aut 315 writeLocalAuth( FILE *file, Xauth *auth, char *name) argument 343 writeAddr( int family, int addr_length, char *addr, FILE *file, Xauth *auth) argument 389 DefineSelf( int fd, FILE *file, Xauth *auth) argument 491 DefineLocal( FILE *file, Xauth *auth) argument 605 writeAuth( FILE *file, Xauth *auth) argument [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/libpsres/ |
H A D | PSres.c | 99 char *file; member in struct:_ResourceNameStruct 104 long fileOffset; /* -1 means not really in the file */ 214 static void FileWarningHandler(file, extraInfo) 215 char *file; 219 "Syntax error found in PostScript resource file %s:\n %s\n", 220 file, extraInfo); 524 /* Verify that the name matches the name in the file */ 613 /* Assumes being correctly positioned in the file */ 712 type->names[i].file = &(type->nameBuffer[len]); 713 len += strlen(type->names[i].file) 1501 char *file; local [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/ |
H A D | makepsres.c | 100 char *file; member in struct:_t_Resource 269 hash = Hash(resource->file); 273 comparison = strcmp (current->file, resource->file); 314 dup->file1 = res1->file; 315 dup->file2 = res2->file; 359 resource->file = ckmalloc (strlen (fileName) + 1, 362 strcpy (resource->file, fileName); 377 comparison = strcmp (current->file, fileName); 385 } else if (comparison == 0) { /* Same file */ 441 char *file; member in struct:_t_UPRResource 1000 FILE *file; local 1599 FILE *file; local [all...] |