Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
ibm561.c | 258 uint8_t *cmap_entries, *r, *g, *b; local in function:ibm561_set_cmap 265 cmap_entries = kmem_alloc(IBM561_NCMAP_ENTRIES * 3, KM_SLEEP); 266 r = &cmap_entries[0 * IBM561_NCMAP_ENTRIES]; 267 g = &cmap_entries[1 * IBM561_NCMAP_ENTRIES]; 268 b = &cmap_entries[2 * IBM561_NCMAP_ENTRIES]; 291 kmem_free(cmap_entries, IBM561_NCMAP_ENTRIES * 3); |
/src/sys/dev/wscons/ | |
wsconsio.h | 678 uint32_t cmap_entries; member in struct:wsdisplayio_fbinfo::_fbi_subtype::_fbi_cmapinfo |