Searched refs:st_rdev (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_open_master.c73 * Get the st_rdev device info
78 slave_rdev_id = stat_buf.st_rdev & ~FBC_CLONE_MASK;
130 ((stat_buf.st_rdev & ~FBC_MINOR_MASK) != slave_rdev_type) ||
131 ((stat_buf.st_rdev & ~FBC_CLONE_MASK) == slave_rdev_id)) {
H A Dfbc_open_device.c110 device_rdev_id = stat_buf.st_rdev & ~FBC_CLONE_MASK;
114 ((stat_buf.st_rdev & ~FBC_CLONE_MASK) == device_rdev_id));
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c342 * pointer, return the (struct stat).st_rdev value. Open the file
354 * Mask for stat_buf.st_rdev member
362 int *st_rdev, /* Optionally returned st_rdev value */
381 * Return the st_rdev value if the caller wants it
383 if (st_rdev != NULL) {
384 *st_rdev = stat_buf.st_rdev;
854 int device_rdev, /* st_rdev value returned by stat() */
861 int stream_rdev; /* st_rdev valu
360 get_device_identification( const char *device_path, int *st_rdev, struct vis_identifier *vis_ident, char *device_model) argument
1064 int st_rdev; /* st_rdev value returned by stat() */ local
[all...]

Completed in 19 milliseconds