/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | vga-softcursor.rst | 24 2=underline, 52 To get normal blinking underline, use::
|
D | kernel-parameters.txt | 5957 see VGA-softcursor.txt. Default: 2 = underline. 5996 vt.underline= [VT] Default color for underlined text; 0-15.
|
/kernel/linux/linux-5.10/drivers/video/console/ |
D | mdacon.c | 384 /* Underline and reverse-video are mutually exclusive on MDA. in mda_convert_attr() 390 else if (ch & 0x0400) attr = 0x0100; /* underline */ in mda_convert_attr() 399 bool blink, bool underline, bool reverse, in mdacon_build_attr() argument 405 * Bit 2 : underline in mdacon_build_attr() 411 (underline << 2) | in mdacon_build_attr()
|
D | vgacon.c | 426 bool blink, bool underline, bool reverse, in vgacon_build_attr() argument 434 else if (underline) in vgacon_build_attr() 450 else if (underline) in vgacon_build_attr()
|
D | sticon.c | 333 bool blink, bool underline, bool reverse, in sticon_build_attr() argument
|
/kernel/linux/linux-5.10/include/linux/ |
D | console_struct.h | 57 bool underline; member 116 unsigned char vc_ulcolor; /* Color for underline mode */
|
D | console.h | 75 bool blink, bool underline, bool reverse, bool italic);
|
/kernel/linux/linux-5.10/tools/vm/ |
D | slabinfo.c | 1328 static void _xtotals(char *heading, char *underline, in _xtotals() argument 1331 printf("%s%s", heading, underline); in _xtotals() 1342 char *heading, *underline; in xtotals() local 1350 underline = "--------------------\n"; in xtotals() 1351 _xtotals(heading, underline, 0, 1, 0); in xtotals() 1354 underline = "--------------------\n"; in xtotals() 1355 _xtotals(heading, underline, 1, 0, 0); in xtotals() 1358 underline = "---------------------------------------\n"; in xtotals() 1359 _xtotals(heading, underline, 0, 0, 1); in xtotals()
|
/kernel/linux/linux-5.10/scripts/ |
D | documentation-file-ref-check | 212 # usual reason for breakage: use dash or underline
|
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
D | tfc_io.c | 124 * "gso_max_size" of underline netdev. in ft_queue_data_in()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
D | vt.c | 715 * Bit 2 : underline in build_attr() 748 vc->state.blink, vc->state.underline, in update_attr() 1640 vc->state.underline = false; in default_attr() 1752 * No console drivers support double underline, so in csi_m() 1753 * convert it to a single underline. in csi_m() 1756 vc->state.underline = true; in csi_m() 1795 vc->state.underline = false; in csi_m() 1957 case 1: /* set color for underline mode */ in setterm_command() 1960 if (vc->state.underline) in setterm_command() 3456 module_param_named(underline, default_underline_color, int, S_IRUGO | S_IWUSR);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | nvreg.h | 223 # define NV_CIO_CR_ULINE_INDEX 0x14 /* underline location */
|
/kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 306 bool blink, bool underline, bool reverse, in sisusbcon_build_attr() argument 311 if (underline) in sisusbcon_build_attr()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | asiliantfb.c | 386 {0x14, 0x00}, /* Underline location */
|
D | cirrusfb.c | 1586 /* Underline Row scanline: - */ in init_vgachip()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
D | idle-states.yaml | 51 timing and energy related properties, that underline the HW behaviour
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | fs.c | 1726 * the underline crypto. in mlx5_ib_destroy_flow_action()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
D | hw.c | 130 {VIACR, CR14, 0xFF, 0x00}, /* [0-4] underline location
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | fbcon.c | 598 * remove underline attribute from erase character in fbcon_prepare_logo()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/ |
D | init301.c | 5653 …SiS_SetReg(SiS_Pr->SiS_Part1Port,0x0F,0x00); /* CR14: (text mode: underline location… in SiS_SetGroup1_301()
|