HomeSort by: relevance | last modified time | path
    Searched refs:GC_NOPE (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/wscons/
wsdisplay_glyphcachevar.h 99 #define GC_NOPE 2 /* glyph is not in cache and can't be added */
102 * must be called by the driver if glyphcache_try() returns GC_NOPE and for
wsdisplay_glyphcache.c 276 * - GC_NOPE when the glyph can't be cached
287 return GC_NOPE;
339 return GC_NOPE;
  /src/sys/dev/pci/
pm2fb.c 1143 int rv = GC_NOPE, cnt = 0;
1170 rv = GC_NOPE;
gffb.c 1343 int x, y, wi, he, rv = GC_NOPE;
1397 int x, y, wi, he, rv = GC_NOPE, i;
pm3fb.c 966 int rv = GC_NOPE, cnt = 0;
  /src/sys/arch/hppa/dev/
gftfb.c 900 int i, x, y, wi, he, rv = GC_NOPE;
974 int x, y, wi, he, rv = GC_NOPE;
summitfb.c 1062 int x, y, wi, he, rv = GC_NOPE, i, j;

Completed in 16 milliseconds