/Linux-v4.19/block/partitions/ |
D | acorn.c | 49 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition() 50 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition() 51 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition() 87 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition() 94 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition() 103 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition() 104 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition() 105 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition() 109 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition() 139 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition() [all …]
|
D | msdos.c | 236 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 243 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 256 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 264 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86() 291 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 312 strlcat(state->pp_buf, "bad subpartition - ignored\n", PAGE_SIZE); in parse_bsd() 321 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 323 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd() 376 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware() 391 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_unixware() [all …]
|
D | atari.c | 73 strlcat(state->pp_buf, " AHDI", PAGE_SIZE); in atari_partition() 92 strlcat(state->pp_buf, " XGM<", PAGE_SIZE); in atari_partition() 131 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 138 strlcat(state->pp_buf, " ICD<", PAGE_SIZE); in atari_partition() 148 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 154 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
|
D | ibm.c | 149 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_vol1_partitions() 187 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_vol1_partitions() 209 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_lnx1_partitions() 226 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions() 238 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions() 260 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions() 266 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions() 282 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_cms1_partitions() 348 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition() 352 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
|
D | amiga.c | 80 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 130 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 134 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 138 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_partition()
|
D | sysv68.c | 79 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition() 89 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition() 93 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sysv68_partition()
|
D | mac.c | 75 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition() 141 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
|
/Linux-v4.19/fs/orangefs/ |
D | orangefs-debugfs.c | 667 strlcat(new, client_title, string_size); in orangefs_prepare_debugfs_help_string() 683 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string() 684 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 685 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string() 689 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string() 690 strlcat(new, kernel_title, string_size); in orangefs_prepare_debugfs_help_string() 693 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string() 694 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 695 result_size = strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string() 709 strlcat(debug_help_string, new, string_size); in orangefs_prepare_debugfs_help_string()
|
/Linux-v4.19/arch/mips/paravirt/ |
D | setup.c | 52 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in prom_init() 54 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init()
|
/Linux-v4.19/arch/mips/vr41xx/common/ |
D | init.c | 69 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in prom_init() 71 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init()
|
/Linux-v4.19/arch/mips/ralink/ |
D | prom.c | 57 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in prom_init_cmdline() 58 strlcat(arcs_cmdline, p, sizeof(arcs_cmdline)); in prom_init_cmdline()
|
/Linux-v4.19/arch/mips/cobalt/ |
D | setup.c | 110 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in prom_init() 112 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init()
|
/Linux-v4.19/arch/mips/lantiq/ |
D | prom.c | 65 strlcat(arcs_cmdline, p, sizeof(arcs_cmdline)); in prom_init_cmdline() 66 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in prom_init_cmdline()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcs.c | 774 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, in bfa_fcs_fabric_psymb_init() 778 strlcat(port_cfg->sym_name.symname, driver_info->version, in bfa_fcs_fabric_psymb_init() 780 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, in bfa_fcs_fabric_psymb_init() 784 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 787 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, in bfa_fcs_fabric_psymb_init() 796 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 799 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 803 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 806 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 811 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() [all …]
|
/Linux-v4.19/arch/mips/fw/lib/ |
D | cmdline.c | 39 strlcat(arcs_cmdline, fw_argv(i), COMMAND_LINE_SIZE); in fw_init_cmdline() 41 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in fw_init_cmdline()
|
/Linux-v4.19/arch/mips/alchemy/common/ |
D | prom.c | 50 strlcat(arcs_cmdline, prom_argv[i], COMMAND_LINE_SIZE); in prom_init_cmdline() 52 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init_cmdline()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | intr.c | 100 strlcat(msg, "[", msgl); in format_hwmsg() 101 strlcat(msg, hwmsg, msgl); in format_hwmsg() 102 strlcat(msg, "]", msgl); in format_hwmsg()
|
/Linux-v4.19/arch/mips/ar7/ |
D | prom.c | 59 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in ar7_init_cmdline() 61 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in ar7_init_cmdline() 241 strlcat(arcs_cmdline, console_string, COMMAND_LINE_SIZE); in console_config()
|
/Linux-v4.19/sound/usb/ |
D | card.c | 415 strlcat(card->longname, " ", sizeof(card->longname)); in usb_audio_make_longname() 418 strlcat(card->longname, card->shortname, sizeof(card->longname)); in usb_audio_make_longname() 420 len = strlcat(card->longname, " at ", sizeof(card->longname)); in usb_audio_make_longname() 427 strlcat(card->longname, ", low speed", sizeof(card->longname)); in usb_audio_make_longname() 430 strlcat(card->longname, ", full speed", sizeof(card->longname)); in usb_audio_make_longname() 433 strlcat(card->longname, ", high speed", sizeof(card->longname)); in usb_audio_make_longname() 436 strlcat(card->longname, ", super speed", sizeof(card->longname)); in usb_audio_make_longname() 439 strlcat(card->longname, ", super speed plus", sizeof(card->longname)); in usb_audio_make_longname()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_intr.c | 49 strlcat(msg, "[", msgl); in qib_format_hwmsg() 50 strlcat(msg, hwmsg, msgl); in qib_format_hwmsg() 51 strlcat(msg, "]", msgl); in qib_format_hwmsg()
|
D | qib_iba6120.c | 815 strlcat(msg, in qib_handle_6120_hwerrors() 834 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors() 842 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors() 900 strlcat(buf, "CRC ", blen); in qib_decode_6120_err() 905 strlcat(buf, "rhdrlen ", blen); in qib_decode_6120_err() 907 strlcat(buf, "rbadtid ", blen); in qib_decode_6120_err() 909 strlcat(buf, "rbadversion ", blen); in qib_decode_6120_err() 911 strlcat(buf, "rhdr ", blen); in qib_decode_6120_err() 913 strlcat(buf, "rlongpktlen ", blen); in qib_decode_6120_err() 915 strlcat(buf, "rmaxpktlen ", blen); in qib_decode_6120_err() [all …]
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | wacom_w8001.c | 456 strlcat(basename, " Penabled", basename_sz); in w8001_setup_pen() 506 strlcat(basename, " 1FG", basename_sz); in w8001_setup_touch() 513 strlcat(basename, " 1FG", basename_sz); in w8001_setup_touch() 537 strlcat(basename, " 2FG", basename_sz); in w8001_setup_touch() 545 strlcat(basename, " Touchscreen", basename_sz); in w8001_setup_touch() 637 strlcat(w8001->pen_name, " Pen", sizeof(w8001->pen_name)); in w8001_connect() 653 strlcat(w8001->touch_name, " Finger", in w8001_connect()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | code-patching.h | 128 strlcat(dot_name, name, sizeof(dot_name)); in ppc_kallsyms_lookup_name() 132 strlcat(dot_name, name, sizeof(dot_name)); in ppc_kallsyms_lookup_name()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac_wx.c | 490 strlcat(wrqu->name, "b", IFNAMSIZ); in ieee80211_wx_get_name() 492 strlcat(wrqu->name, "/g", IFNAMSIZ); in ieee80211_wx_get_name() 494 strlcat(wrqu->name, "g", IFNAMSIZ); in ieee80211_wx_get_name() 498 strlcat(wrqu->name, "/n", IFNAMSIZ); in ieee80211_wx_get_name() 502 strlcat(wrqu->name, " linked", IFNAMSIZ); in ieee80211_wx_get_name() 504 strlcat(wrqu->name, " link..", IFNAMSIZ); in ieee80211_wx_get_name()
|
/Linux-v4.19/drivers/input/serio/ |
D | i8042-x86ia64io.h | 910 strlcat(dst, " ", dst_size); in i8042_pnp_id_to_string() 911 strlcat(dst, id->id, dst_size); in i8042_pnp_id_to_string() 929 strlcat(i8042_pnp_kbd_name, ":", sizeof(i8042_pnp_kbd_name)); in i8042_pnp_kbd_probe() 930 strlcat(i8042_pnp_kbd_name, pnp_dev_name(dev), sizeof(i8042_pnp_kbd_name)); in i8042_pnp_kbd_probe() 955 strlcat(i8042_pnp_aux_name, ":", sizeof(i8042_pnp_aux_name)); in i8042_pnp_aux_probe() 956 strlcat(i8042_pnp_aux_name, pnp_dev_name(dev), sizeof(i8042_pnp_aux_name)); in i8042_pnp_aux_probe()
|