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

  /src/sys/dev/wscons/
wsdisplay_glyphcachevar.h 61 gc_bucket *gc_next; /* bucket the next glyph goes into */ member in struct:_glyphcache
wsdisplay_glyphcache.c 241 gc_bucket *b = gc->gc_next;
343 gc->gc_next = b;
  /src/sys/dev/fdt/
fdt_gpio.c 45 LIST_ENTRY(fdtbus_gpio_controller) gc_next;
62 LIST_INSERT_HEAD(&fdtbus_gpio_controllers, gc, gc_next);
72 LIST_FOREACH(gc, &fdtbus_gpio_controllers, gc_next) {

Completed in 11 milliseconds