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

/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 33 milliseconds