Searched refs:FBC_CLONE_MASK (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_device.c110 device_rdev_id = stat_buf.st_rdev & ~FBC_CLONE_MASK;
114 ((stat_buf.st_rdev & ~FBC_CLONE_MASK) == device_rdev_id));
H A Dfbc_open_master.c78 slave_rdev_id = stat_buf.st_rdev & ~FBC_CLONE_MASK;
131 ((stat_buf.st_rdev & ~FBC_CLONE_MASK) == slave_rdev_id)) {
H A Dfbc.h80 #define FBC_CLONE_MASK 0xFF00 /* Inverted to discard clone bits */ macro

Completed in 9 milliseconds