HomeSort by: relevance | last modified time | path
    Searched refs:GC_NOPE (Results 1 - 8 of 8) 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/
gffb.c 1356 int x, y, wi, he, rv = GC_NOPE;
1415 int x, y, wi, he, rv = GC_NOPE, i;
pm2fb.c 1143 int rv = GC_NOPE, cnt = 0;
1170 rv = GC_NOPE;
pm3fb.c 969 int rv = GC_NOPE, cnt = 0;
  /src/sys/arch/hppa/dev/
summitfb.c 1062 int x, y, wi, he, rv = GC_NOPE, i, j;
gftfb.c 1031 int x, y, wi, he, rv = GC_NOPE;
hyperfb.c 1233 int x, y, wi, he, rv = GC_NOPE;

Completed in 25 milliseconds