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

/freebsd-9.3-release/tools/test/iconv/tablegen/
H A Dtablegen.c63 int fb_flags; variable
118 u2m = (fb_flags & UC_TO_MB_FLAG) ? "U2M " : "";
119 m2w = (fb_flags & MB_TO_WC_FLAG) ? "M2W " : "";
120 m2u = (fb_flags & MB_TO_UC_FLAG) ? "M2U " : "";
121 w2m = (fb_flags & WC_TO_MB_FLAG) ? "W2M " : "";
167 fb_flags |= UC_TO_MB_FLAG;
176 fb_flags |= MB_TO_WC_FLAG;
185 fb_flags |= MB_TO_UC_FLAG;
194 fb_flags |= WC_TO_MB_FLAG;
302 fb_flags
[all...]
/freebsd-9.3-release/sys/dev/fb/
H A Dfbd.c252 info->fb_flags |= FB_FLAG_NOMMAP;
259 info->fb_flags |= FB_FLAG_NOMMAP;
/freebsd-9.3-release/sys/sys/
H A Dfbio.h160 uint32_t fb_flags; member in struct:fb_info

Completed in 105 milliseconds