Searched refs:file (Results 1 - 25 of 36) sorted by relevance

12

/solaris-x11-s12/pkg/
H A Dgenerate_font_metadata.pl88 qq(<transform file path="$fd/%s" -> add info.file.font.xlfd "%s">\n),
109 qq(<transform file path="$fd/%s" -> add info.file.font.xlfd "%s">\n),
125 # %{file} => print the named value for this font
131 my $fc_scan_format = q(--format=%{?fullname{%{[]fullname,fullnamelang{<transform file path="%{file}" -> add info.file.font.name:%{fullnamelang} "%{fullname|cescape}">\n}}}{%{[]family,style{<transform file path="%{file}"
[all...]
/solaris-x11-s12/open-src/app/installalias/sun-src/
H A Dinstallalias.c50 * 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, "
197 lexAlias( FILE *file, char **lexToken) argument
277 lexc(FILE *file) argument
332 ReadAliases( FILE *file, char *alias, char *font_name) argument
505 FILE *file, *newfile; local
[all...]
/solaris-x11-s12/open-src/util/lndir/
H A DMakefile30 MODULE_PKGNAME=file/lndir
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_auth.c10 * \file drm_auth.c
61 * Find the file with the given magic number.
92 * \param priv file private data.
175 * \param file_priv DRM file private.
193 if (file->magic) {
194 auth->magic = file->magic;
201 } while (drm_find_file(file->master, auth->magic));
202 file->magic = auth->magic;
203 (void) drm_add_magic(file->master, file, aut
[all...]
H A Ddrm_stub.c10 * \file drm_stub.h
184 if (file->is_master)
187 if (file->minor->master && file->minor->master != file->master)
190 if (!file->master)
193 if (!file->minor->master &&
194 file->minor->master != file->master) {
196 file
[all...]
H A Ddrm_lock.c10 * \file drm_lock.c
50 * \param file_priv DRM file private.
61 struct drm_master *master = file->master;
64 ++file->lock_count;
87 master->lock.file_priv = file;
123 * \param file_priv DRM file private.
134 struct drm_master *master = file->master;
207 * Resets the lock file pointer.
231 * Resets the lock file pointer.
H A Ddrm_ioctl.c10 * \file drm_ioctl.c
52 * \param file_priv DRM file private.
63 struct drm_master *master = file->master;
119 * \param file_priv DRM file private.
170 * \param file_priv DRM file private.
212 * \param file_priv DRM file private.
229 (file->master->lock.hw_lock ? file->master->lock.hw_lock->lock : 0);
273 * \param file_priv DRM file private.
299 (void) drm_set_busid(dev, file);
[all...]
H A Ddrm_sysfs.c37 #include <sys/file.h>
56 * as the parent for the Linux device, and make sure it has a file containing
H A Ddrm_crtc.c346 * functions & device file and adds it to the master fd list.
1272 * @filp: file * from the ioctl
1309 mutex_lock(&file->fbs_lock);
1315 list_for_each(lh, &file->fbs)
1323 list_for_each_entry(fb, struct drm_framebuffer, &file->fbs, filp_head) {
1325 mutex_unlock(&file->fbs_lock);
1332 mutex_unlock(&file->fbs_lock);
1336 mode_group = &file->master->minor->mode_group;
1337 if (file->master->minor->type == DRM_MINOR_CONTROL) {
1363 if (file
[all...]
H A Ddrm_context.c10 * \file drm_context.c
144 * \param file_priv DRM file private.
188 * \param file_priv DRM file private.
293 * \param file_priv DRM file private.
322 * \param file_priv DRM file private.
356 ctx_entry->tag = file;
377 * \param file_priv DRM file private.
397 * \param file_priv DRM file private.
417 * \param file_priv DRM file private.
430 (void) drm_context_switch_complete(dev, file, ct
[all...]
H A Ddrm_gem.c36 /** @file drm_gem.c
38 * This file provides some of the base ioctls and library routines for
50 * struct file. However, file descriptors as handles to a struct file have
59 * ioctls. The objects themselves will still include the struct file so
435 * @file: drm file-private structure to remove the dumb handle from
442 int drm_gem_dumb_destroy(struct drm_file *file, argument
446 return drm_gem_handle_delete(file, handl
[all...]
H A Ddrm_sun_pci.c37 #include <sys/file.h>
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_gem_context.c37 * 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 Di915_gem_execbuffer.c369 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 Di915_gem.c49 struct drm_file *file);
190 i915_gem_create(struct drm_file *file, argument
208 ret = drm_gem_handle_create(file, &obj->base, &handle);
224 i915_gem_dumb_create(struct drm_file *file, argument
231 return i915_gem_create(file, dev,
235 int i915_gem_dumb_destroy(struct drm_file *file, argument
239 return drm_gem_handle_delete(file, handle);
249 return i915_gem_create(file, dev,
355 * shmem_page_index = page number within shmem file
356 * shmem_page_offset = offset within page in shmem file
1235 i915_gem_mmap_gtt(struct drm_file *file, struct drm_device *dev, uint32_t handle, uint64_t *offset) argument
1535 __i915_add_request(struct intel_ring_buffer *ring, struct drm_file *file, struct drm_i915_gem_object *obj, u32 *out_seqno) argument
3061 i915_gem_ring_throttle(struct drm_device *dev, struct drm_file *file) argument
3983 i915_gem_release(struct drm_device * dev, struct drm_file *file) argument
[all...]
H A Di915_gem_tiling.c38 /** @file i915_gem_tiling.c
305 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
427 obj = to_intel_bo(drm_gem_object_lookup(dev, file, args->handle));
H A Di915_dma.c65 #define RING_LOCK_TEST_WITH_RETURN(dev, file) do { \
67 LOCK_TEST_WITH_RETURN(dev, file); \
611 RING_LOCK_TEST_WITH_RETURN(dev, file);
642 RING_LOCK_TEST_WITH_RETURN(dev, file);
694 RING_LOCK_TEST_WITH_RETURN(dev, file);
822 RING_LOCK_TEST_WITH_RETURN(dev, file);
907 RING_LOCK_TEST_WITH_RETURN(dev, file);
H A Di915_drv.h1604 extern long i915_compat_ioctl(struct file *filp, unsigned int cmd,
1771 struct drm_file *file,
1794 void i915_gem_release(struct drm_device *dev, struct drm_file *file);
1809 void i915_gem_context_close(struct drm_device *dev, struct drm_file *file);
1811 struct drm_file *file, int to_id);
1818 struct drm_file *file,
/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c65 #define DEF_USER_AUTH_DIR "/tmp" /* Backup directory for User Auth file */
68 static void DefineLocal(FILE *file, Xauth *auth);
69 static void DefineSelf(int fd, FILE *file, Xauth *auth);
70 static void writeAuth(FILE *file, Xauth *auth);
76 char * authFile; /* file to store authorization in */
217 writeLocalAuth(FILE *file, Xauth *auth, const char *name) argument
223 DefineSelf(fd, file, auth);
226 DefineLocal(file, auth);
230 writeAddr(int family, size_t addr_length, char *addr, FILE *file, Xauth *auth) argument
239 writeAuth(file, aut
243 DefineSelf(int fd, FILE *file, Xauth *auth) argument
303 DefineLocal(FILE *file, Xauth *auth) argument
366 writeAuth(FILE *file, Xauth *auth) argument
[all...]
/solaris-x11-s12/open-src/app/xdm/
H A DMakefile118 XCF_HEADER += \n%1$$s NOTE: The file provided in $(XDM_USR_CONFIGDIR) is a sample %2$$s
119 XCF_HEADER += \n%1$$s configuration file provided for your reference.
123 XCF_HEADER += \n%1$$s a file specified via the -config command line option).
/solaris-x11-s12/open-src/common/
H A Dpkg-manifest-generate.pl32 # If <manifest input> does not exist, <license file> is included in the output
127 # Generate a manifest header if not merging into an existing file
171 # First try looking in a README file for a short summary
262 next if $ps =~ m{^file\b.*\bpath=.*-uninstalled.pc\b};
277 # Drop file path from file actions, so we always use the path attribute
278 $ps =~ s{^file (\S+) (.* path=\1)}{file $2};
/solaris-x11-s12/open-src/app/kbd_mode/sun-src/
H A Dkbd_mode.c29 #include <sys/file.h>
/solaris-x11-s12/open-src/app/xfs/
H A DMakefile54 # Dates to show in Oracle copyright notice in pkg license file
70 --with-default-config-file='/etc/X11/fs/config,/usr/lib/X11/fs/config,/etc/openwin/fs/fontserver.cfg,/usr/openwin/lib/X11/fontserver.cfg'
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_sunmod.h63 #include <sys/file.h>
/solaris-x11-s12/open-src/util/build-tools/
H A Dfind-build-errors35 # Log file from new pkg(5) build (in same directory as $default_logfile)
37 # Log file from old SVR4 package build:
96 # end of file stuff
119 # print lines where messages about COPYING file errors appear
144 # Returns open log file pointer for post-processing
326 seek($PKGLOG, 0, 0); # reset to start reading from beginning of file
393 } elsif ($compare1 =~ m{^file }) {
397 $f1 =~ s{^file NOHASH }{ };
398 $f2 =~ s{^file \S+ }{ };

Completed in 65 milliseconds

12