/linux-6.12.1/block/partitions/ |
D | acorn.c | 43 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition() 44 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition() 45 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition() 81 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition() 88 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition() 97 strlcat(state->pp_buf, "(", PAGE_SIZE); in riscix_partition() 98 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition() 99 strlcat(state->pp_buf, ")", PAGE_SIZE); in riscix_partition() 103 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in riscix_partition() 133 strlcat(state->pp_buf, " [Linux]", PAGE_SIZE); in linux_partition() [all …]
|
D | msdos.c | 270 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 277 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 290 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 298 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86() 373 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 394 strlcat(state->pp_buf, "bad subpartition - ignored\n", PAGE_SIZE); in parse_bsd() 403 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 405 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd() 503 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware() 518 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() 147 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 153 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
|
D | ibm.c | 184 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_vol1_partitions() 222 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_vol1_partitions() 244 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_lnx1_partitions() 261 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions() 273 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_lnx1_partitions() 295 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions() 301 strlcat(state->pp_buf, tmp, PAGE_SIZE); in find_cms1_partitions() 317 strlcat(state->pp_buf, "\n", PAGE_SIZE); in find_cms1_partitions() 394 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition() 398 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
|
D | sysv68.c | 78 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition() 88 strlcat(state->pp_buf, tmp, PAGE_SIZE); in sysv68_partition() 92 strlcat(state->pp_buf, "\n", PAGE_SIZE); in sysv68_partition()
|
D | amiga.c | 89 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 194 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 198 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 202 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_partition()
|
D | mac.c | 77 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition() 143 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
|
/linux-6.12.1/security/selinux/ |
D | ima.c | 40 rc = strlcat(buf, selinux_initialized() ? on : off, buf_len); in selinux_ima_collect_state() 43 rc = strlcat(buf, "enforcing", buf_len); in selinux_ima_collect_state() 46 rc = strlcat(buf, enforcing_enabled() ? on : off, buf_len); in selinux_ima_collect_state() 49 rc = strlcat(buf, "checkreqprot", buf_len); in selinux_ima_collect_state() 52 rc = strlcat(buf, checkreqprot_get() ? on : off, buf_len); in selinux_ima_collect_state() 56 rc = strlcat(buf, selinux_policycap_names[i], buf_len); in selinux_ima_collect_state() 59 rc = strlcat(buf, selinux_state.policycap[i] ? on : off, in selinux_ima_collect_state()
|
/linux-6.12.1/arch/parisc/kernel/ |
D | setup.c | 60 strlcat(p, " console=", COMMAND_LINE_SIZE); in setup_cmdline() 62 strlcat(p, "ttyS0", COMMAND_LINE_SIZE); in setup_cmdline() 64 strlcat(p, "tty0", COMMAND_LINE_SIZE); in setup_cmdline() 69 strlcat(p, " earlycon=pdc", COMMAND_LINE_SIZE); in setup_cmdline()
|
/linux-6.12.1/fs/orangefs/ |
D | orangefs-debugfs.c | 612 strlcat(new, client_title, string_size); in orangefs_prepare_debugfs_help_string() 628 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string() 629 strlcat(new, cdm_array[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 630 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string() 634 strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string() 635 strlcat(new, kernel_title, string_size); in orangefs_prepare_debugfs_help_string() 638 strlcat(new, "\t", string_size); in orangefs_prepare_debugfs_help_string() 639 strlcat(new, s_kmod_keyword_mask_map[i].keyword, string_size); in orangefs_prepare_debugfs_help_string() 640 result_size = strlcat(new, "\n", string_size); in orangefs_prepare_debugfs_help_string() 654 strlcat(debug_help_string, new, string_size); in orangefs_prepare_debugfs_help_string()
|
/linux-6.12.1/arch/mips/ralink/ |
D | prom.c | 52 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in prom_init_cmdline() 53 strlcat(arcs_cmdline, p, sizeof(arcs_cmdline)); in prom_init_cmdline()
|
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfa_fcs.c | 766 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, in bfa_fcs_fabric_psymb_init() 770 strlcat(port_cfg->sym_name.symname, driver_info->version, in bfa_fcs_fabric_psymb_init() 772 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, in bfa_fcs_fabric_psymb_init() 776 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 779 strlcat(port_cfg->sym_name.symname, BFA_FCS_PORT_SYMBNAME_SEPARATOR, in bfa_fcs_fabric_psymb_init() 788 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 791 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 795 strlcat(port_cfg->sym_name.symname, in bfa_fcs_fabric_psymb_init() 798 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() [all …]
|
/linux-6.12.1/arch/mips/cobalt/ |
D | setup.c | 108 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in prom_init() 110 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init()
|
/linux-6.12.1/arch/mips/fw/lib/ |
D | cmdline.c | 40 strlcat(arcs_cmdline, fw_argv(i), COMMAND_LINE_SIZE); in fw_init_cmdline() 42 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in fw_init_cmdline()
|
/linux-6.12.1/arch/mips/lantiq/ |
D | prom.c | 61 strlcat(arcs_cmdline, p, sizeof(arcs_cmdline)); in prom_init_cmdline() 62 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in prom_init_cmdline()
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | intr.c | 58 strlcat(msg, "[", msgl); in format_hwmsg() 59 strlcat(msg, hwmsg, msgl); in format_hwmsg() 60 strlcat(msg, "]", msgl); in format_hwmsg()
|
/linux-6.12.1/arch/mips/alchemy/common/ |
D | prom.c | 54 strlcat(arcs_cmdline, prom_argv[i], COMMAND_LINE_SIZE); in prom_init_cmdline() 56 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init_cmdline()
|
/linux-6.12.1/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 | 812 strlcat(msg, in qib_handle_6120_hwerrors() 831 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors() 839 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors() 897 strlcat(buf, "CRC ", blen); in qib_decode_6120_err() 902 strlcat(buf, "rhdrlen ", blen); in qib_decode_6120_err() 904 strlcat(buf, "rbadtid ", blen); in qib_decode_6120_err() 906 strlcat(buf, "rbadversion ", blen); in qib_decode_6120_err() 908 strlcat(buf, "rhdr ", blen); in qib_decode_6120_err() 910 strlcat(buf, "rlongpktlen ", blen); in qib_decode_6120_err() 912 strlcat(buf, "rmaxpktlen ", blen); in qib_decode_6120_err() [all …]
|
D | qib_iba7220.c | 981 strlcat(buf, "CRC ", blen); in qib_decode_7220_err() 986 strlcat(buf, "rhdrlen ", blen); in qib_decode_7220_err() 988 strlcat(buf, "rbadtid ", blen); in qib_decode_7220_err() 990 strlcat(buf, "rbadversion ", blen); in qib_decode_7220_err() 992 strlcat(buf, "rhdr ", blen); in qib_decode_7220_err() 994 strlcat(buf, "sendspecialtrigger ", blen); in qib_decode_7220_err() 996 strlcat(buf, "rlongpktlen ", blen); in qib_decode_7220_err() 998 strlcat(buf, "rmaxpktlen ", blen); in qib_decode_7220_err() 1000 strlcat(buf, "rminpktlen ", blen); in qib_decode_7220_err() 1002 strlcat(buf, "sminpktlen ", blen); in qib_decode_7220_err() [all …]
|
/linux-6.12.1/arch/s390/boot/ |
D | printk.c | 100 p = buf + strlcat(buf, va_arg(args, char *), sizeof(buf)); in boot_printk() 105 p = buf + strlcat(buf, strsym(va_arg(args, void *)), sizeof(buf)); in boot_printk()
|
/linux-6.12.1/lib/ |
D | string_kunit.c | 504 KUNIT_EXPECT_EQ(test, strlcat(dest, "", len), 0); in string_test_strlcat() 507 KUNIT_EXPECT_EQ(test, strlcat(dest, "four", 1 + unconst), 4); in string_test_strlcat() 511 KUNIT_EXPECT_EQ(test, strlcat(dest, "four", len), 4); in string_test_strlcat() 514 KUNIT_EXPECT_EQ(test, strlcat(dest, "AB", len), 6); in string_test_strlcat() 517 KUNIT_EXPECT_EQ(test, strlcat(dest, "CD", 7 + unconst), 8); in string_test_strlcat() 520 KUNIT_EXPECT_EQ(test, strlcat(dest, "EFG", len), 9); in string_test_strlcat() 523 KUNIT_EXPECT_EQ(test, strlcat(dest, "1234", len), 11); in string_test_strlcat()
|
/linux-6.12.1/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 141 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 161 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 182 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 199 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 220 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 237 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 254 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 269 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 278 strlcat(buf, tmp, PAGE_SIZE); in lpfc_cmf_info_show() 372 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_nvme_info_show() [all …]
|
/linux-6.12.1/drivers/hid/usbhid/ |
D | usbmouse.c | 149 strlcat(mouse->name, " ", sizeof(mouse->name)); in usb_mouse_probe() 150 strlcat(mouse->name, dev->product, sizeof(mouse->name)); in usb_mouse_probe() 160 strlcat(mouse->phys, "/input0", sizeof(mouse->phys)); in usb_mouse_probe()
|
/linux-6.12.1/sound/usb/ |
D | card.c | 574 strlcat(card->longname, " ", sizeof(card->longname)); in usb_audio_make_longname() 577 strlcat(card->longname, card->shortname, sizeof(card->longname)); in usb_audio_make_longname() 579 len = strlcat(card->longname, " at ", sizeof(card->longname)); in usb_audio_make_longname() 586 strlcat(card->longname, ", low speed", sizeof(card->longname)); in usb_audio_make_longname() 589 strlcat(card->longname, ", full speed", sizeof(card->longname)); in usb_audio_make_longname() 592 strlcat(card->longname, ", high speed", sizeof(card->longname)); in usb_audio_make_longname() 595 strlcat(card->longname, ", super speed", sizeof(card->longname)); in usb_audio_make_longname() 598 strlcat(card->longname, ", super speed plus", sizeof(card->longname)); in usb_audio_make_longname()
|