Searched refs:update_property (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | wscons.c | 1520 update_property(vc_state_t *pvc, char *name, ushort_t value) in update_property() function 1557 update_property(pvc, "screen-#cols", c); in wc_get_size() 1558 update_property(pvc, "screen-#rows", r); in wc_get_size() 1559 update_property(pvc, "screen-width", x); in wc_get_size() 1560 update_property(pvc, "screen-height", y); in wc_get_size()
|