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

  /src/sys/dev/goldfish/
gfttyvar.h 39 struct gftty_config { struct
47 struct gftty_config *sc_config;
gftty.c 85 static struct gftty_config gftty_cnconfig;
255 gftty_init_config(struct gftty_config *c, bus_space_tag_t bst,
272 struct gftty_config *c = kmem_zalloc(sizeof(*c), KM_SLEEP);
283 gftty_set_buffer(struct gftty_config *c, bus_addr_t addr, bus_size_t size)
761 struct gftty_config * const c = &gftty_cnconfig;

Completed in 13 milliseconds