Home
last modified time | relevance | path

Searched refs:c_min (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/driver-api/early-userspace/
H A Dbuffer-format.rst67 c_min 8 bytes Minor part of file device number
94 When a nondirectory with c_nlink > 1 is seen, the (c_maj,c_min,c_ino)
113 regenerate the (c_maj,c_min,c_ino) fields), therefore, either one of
/openbmc/qemu/hw/display/
H A Dvga.c1887 int cw, cheight, width, height, size, c_min, c_max; in vga_update_text() local
2003 c_min = i; in vga_update_text()
2012 if (c_min <= c_max) { in vga_update_text()
2013 i = TEXTMODE_Y(c_min); in vga_update_text()