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

/solaris-x11-s12/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-s12/open-src/kernel/sys/drm/
H A Ddrm_sunmod.h62 #include <sys/stat.h>
H A DdrmP.h46 #include <sys/stat.h>
/solaris-x11-s12/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-s12/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-s12/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-s12/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-s12/open-src/app/installalias/sun-src/
H A Dinstallalias.c60 #include <sys/stat.h>
133 struct stat statb;
507 struct stat statb;
/solaris-x11-s12/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-s12/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-s12/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-s12/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c40 #include <sys/stat.h>
/solaris-x11-s12/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c33 #include <sys/stat.h>
/solaris-x11-s12/open-src/app/mkcookie/sun-src/
H A Dmkcookie.c51 #include <sys/stat.h>
550 struct stat statb;
/solaris-x11-s12/open-src/app/dsession/sun-src/
H A Ddsession.c24 #include <sys/stat.h>
1575 struct stat statbuf;
1577 if (stat(FTOK_FILE, &statbuf) != 0) {

Completed in 92 milliseconds