Searched refs:stat (Results 1 - 25 of 35) sorted by relevance

12

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_open_device.c34 #include <sys/stat.h> /* stat() */
60 struct stat stat_buf; /* stat() buffer for device */
69 if (stat(device->path, &stat_buf) != 0) {
112 ((stat(FBC_DEVICE_SYMLINK_PATH, &stat_buf) == 0) &&
H A Dfbc_open_master.c36 #include <sys/stat.h> /* fstat(), stat() */
68 struct stat stat_buf; /* File status information */
119 if (stat(pathname, &stat_buf) < 0) {
H A Dfbc_get_properties.c36 #include <sys/stat.h> /* stat() */
68 struct stat stat_buf; /* stat() buffer for device */
90 if (stat(name_buf, &stat_buf) == 0) {
H A Dfbc_gamma_table.c35 #include <sys/stat.h> /* stat() */
402 struct stat stat_buf; /* Gamma file status */
407 if ((stat(gfile_in_path, &stat_buf) < 0) ||
H A Dfbc_write_config.c36 #include <sys/stat.h> /* stat() */
394 struct stat stat_buf; /* Input config file status */
399 if (stat(fbvar->config_file_path, &stat_buf) == -1) {
H A Dfbc_edit_config.c36 #include <sys/stat.h> /* stat() */
H A Dfbconf_xorg.c31 #include <sys/stat.h> /* stat(), umask() */
/solaris-x11-s11/open-src/lib/libxtrans/
H A Dtsol-unix-domain.patch36 #include <sys/stat.h>
60 + struct stat sbuf;
70 + if (stat(UNIX_DIR, &sbuf) != 0 && symlink(TSOL_UNIX_DIR, UNIX_DIR) != 0) {
95 + struct stat sbuf;
97 + if (stat(UNIX_DIR, &sbuf) != 0 && symlink(TSOL_UNIX_DIR, UNIX_DIR) != 0) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_irq.c76 u32 stat; local
82 stat = radeon_acknowledge_irqs(dev_priv, (RADEON_SW_INT_TEST_ACK |
84 if (!stat)
87 stat &= dev_priv->irq_enable_reg;
90 if (stat & RADEON_SW_INT_TEST) {
95 if (stat & (RADEON_CRTC_VBLANK_STAT | RADEON_CRTC2_VBLANK_STAT)) {
101 if (stat & RADEON_CRTC_VBLANK_STAT)
103 if (stat & RADEON_CRTC2_VBLANK_STAT)
105 } else if (((stat & RADEON_CRTC_VBLANK_STAT) &&
107 ((stat
[all...]
H A Ddrm_sunmod.h39 #include <sys/stat.h>
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sunmod.h62 #include <sys/stat.h>
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c35 #include <sys/stat.h> /* stat() */
342 * pointer, return the (struct stat).st_rdev value. Open the file
368 struct stat stat_buf; /* stat() buffer for device file */
373 if (stat(device_path, &stat_buf) != 0) {
854 int device_rdev, /* st_rdev value returned by stat() */
861 int stream_rdev; /* st_rdev value returned by stat() */
1064 int st_rdev; /* st_rdev value returned by stat() */
1421 struct stat stat_bu
[all...]
/solaris-x11-s11/open-src/app/xcolor/sun-src/
H A Dxcolor.c244 Status stat; local
295 stat = XCreateHSBColormap(dsp, screen, &cmap, half
299 if (stat != Success)
300 error("%s: unable to create colormap (%d).\n", pname, stat);
/solaris-x11-s11/open-src/util/build-tools/
H A Dfind-build-errors31 use File::stat; # Named results from stat() function
247 my $logfile_sb = stat($logfile);
248 my $pkglog_sb = stat($pl);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_sysfs.c36 #include <sys/stat.h>
H A Ddrm_sun_pci.c36 #include <sys/stat.h>
/solaris-x11-s11/open-src/app/installalias/sun-src/
H A Dinstallalias.c60 #include <sys/stat.h>
133 struct stat statb;
506 struct stat statb;
/solaris-x11-s11/open-src/xserver/xorg/sun-src/os/
H A Ddtlogin.c56 #include <sys/stat.h>
246 struct stat statbuf;
250 if (stat(DTLOGIN_PATH, &statbuf) == -1) {
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_crt.c379 u32 hotplug_en, orig, stat; local
411 stat = I915_READ(PORT_HOTPLUG_STAT);
412 if ((stat & CRT_HOTPLUG_MONITOR_MASK) != CRT_HOTPLUG_MONITOR_NONE)
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Mailbox.c34 #include <sys/stat.h> /* for stat() ** needs types.h ***/
451 struct stat st;
453 if (stat (w->mailbox.filename, &st) == 0) {
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Drtn_grab.c98 #include <sys/stat.h>
633 struct stat rstat;
H A Ddga_db.c45 #include <sys/stat.h>
/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c40 #include <sys/stat.h>
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c33 #include <sys/stat.h>
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_res_util.c34 #include <sys/stat.h>

Completed in 267 milliseconds

12