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 D | fbc_open_device.c | 34 #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 D | fbc_open_master.c | 36 #include <sys/stat.h> /* fstat(), stat() */ 68 struct stat stat_buf; /* File status information */ 119 if (stat(pathname, &stat_buf) < 0) {
|
H A D | fbc_get_properties.c | 36 #include <sys/stat.h> /* stat() */ 68 struct stat stat_buf; /* stat() buffer for device */ 90 if (stat(name_buf, &stat_buf) == 0) {
|
H A D | fbc_gamma_table.c | 35 #include <sys/stat.h> /* stat() */ 402 struct stat stat_buf; /* Gamma file status */ 407 if ((stat(gfile_in_path, &stat_buf) < 0) ||
|
H A D | fbc_write_config.c | 36 #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 D | fbc_edit_config.c | 36 #include <sys/stat.h> /* stat() */
|
H A D | fbconf_xorg.c | 31 #include <sys/stat.h> /* stat(), umask() */
|
/solaris-x11-s12/open-src/kernel/sys/drm/ |
H A D | drm_sunmod.h | 62 #include <sys/stat.h>
|
H A D | drmP.h | 46 #include <sys/stat.h>
|
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/ |
H A D | fbconfig.c | 35 #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 D | xcolor.c | 244 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 D | find-build-errors | 31 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 D | drm_sysfs.c | 36 #include <sys/stat.h>
|
H A D | drm_sun_pci.c | 36 #include <sys/stat.h>
|
/solaris-x11-s12/open-src/app/installalias/sun-src/ |
H A D | installalias.c | 60 #include <sys/stat.h> 133 struct stat statb; 507 struct stat statb;
|
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/ |
H A D | dtlogin.c | 56 #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 D | intel_crt.c | 379 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 D | rtn_grab.c | 98 #include <sys/stat.h> 633 struct stat rstat;
|
H A D | dga_db.c | 45 #include <sys/stat.h>
|
/solaris-x11-s12/open-src/app/fbconsole/sun-src/ |
H A D | fbconsole.c | 40 #include <sys/stat.h>
|
/solaris-x11-s12/open-src/driver/xf86-input-hotkey/sun-src/ |
H A D | hotkey.c | 33 #include <sys/stat.h>
|
/solaris-x11-s12/open-src/app/mkcookie/sun-src/ |
H A D | mkcookie.c | 51 #include <sys/stat.h> 550 struct stat statb;
|
/solaris-x11-s12/open-src/app/dsession/sun-src/ |
H A D | dsession.c | 24 #include <sys/stat.h> 1575 struct stat statbuf; 1577 if (stat(FTOK_FILE, &statbuf) != 0) {
|
Completed in 92 milliseconds