Home
last modified time | relevance | path

Searched refs:strlcat (Results 1 – 25 of 125) sorted by relevance

12345

/Linux-v4.19/block/partitions/
Dacorn.c49 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 …]
Dmsdos.c236 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 …]
Datari.c73 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()
Dibm.c149 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()
Damiga.c80 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()
Dsysv68.c79 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()
Dmac.c75 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/
Dorangefs-debugfs.c667 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/
Dsetup.c52 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/
Dinit.c69 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/
Dprom.c57 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/
Dsetup.c110 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/
Dprom.c65 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/
Dbfa_fcs.c774 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/
Dcmdline.c39 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/
Dprom.c50 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/
Dintr.c100 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/
Dprom.c59 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/
Dcard.c415 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/
Dqib_intr.c49 strlcat(msg, "[", msgl); in qib_format_hwmsg()
50 strlcat(msg, hwmsg, msgl); in qib_format_hwmsg()
51 strlcat(msg, "]", msgl); in qib_format_hwmsg()
Dqib_iba6120.c815 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/
Dwacom_w8001.c456 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/
Dcode-patching.h128 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/
Dieee80211_softmac_wx.c490 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/
Di8042-x86ia64io.h910 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()

12345