/linux-3.4.99/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 | 220 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 227 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 240 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_solaris_x86() 248 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_solaris_x86() 275 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 292 strlcat(state->pp_buf, "bad subpartition - ignored\n", PAGE_SIZE); in parse_bsd() 301 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_bsd() 303 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_bsd() 356 strlcat(state->pp_buf, tmp, PAGE_SIZE); in parse_unixware() 371 strlcat(state->pp_buf, " >\n", PAGE_SIZE); in parse_unixware() [all …]
|
D | atari.c | 65 strlcat(state->pp_buf, " AHDI", PAGE_SIZE); in atari_partition() 84 strlcat(state->pp_buf, " XGM<", PAGE_SIZE); in atari_partition() 123 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 130 strlcat(state->pp_buf, " ICD<", PAGE_SIZE); in atari_partition() 140 strlcat(state->pp_buf, " >", PAGE_SIZE); in atari_partition() 146 strlcat(state->pp_buf, "\n", PAGE_SIZE); in atari_partition()
|
D | ibm.c | 149 strlcat(state->pp_buf, tmp, PAGE_SIZE); in ibm_partition() 156 strlcat(state->pp_buf, tmp, PAGE_SIZE); in ibm_partition() 166 strlcat(state->pp_buf, tmp, PAGE_SIZE); in ibm_partition() 185 strlcat(state->pp_buf, "(nonl)", PAGE_SIZE); in ibm_partition() 205 strlcat(state->pp_buf, tmp, PAGE_SIZE); in ibm_partition() 261 strlcat(state->pp_buf, "\n", PAGE_SIZE); in ibm_partition()
|
D | amiga.c | 77 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 127 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 131 strlcat(state->pp_buf, tmp, PAGE_SIZE); in amiga_partition() 135 strlcat(state->pp_buf, "\n", PAGE_SIZE); in amiga_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 | check.c | 157 strlcat(state->pp_buf, " unknown partition table\n", PAGE_SIZE); in check_partition() 159 strlcat(state->pp_buf, " unable to read partition table\n", PAGE_SIZE); in check_partition()
|
D | mac.c | 66 strlcat(state->pp_buf, " [mac]", PAGE_SIZE); in mac_partition() 132 strlcat(state->pp_buf, "\n", PAGE_SIZE); in mac_partition()
|
/linux-3.4.99/drivers/infiniband/hw/ipath/ |
D | ipath_driver.c | 928 strlcat(buf, "EBP ", blen); in ipath_decode_err() 930 strlcat(buf, "VCRC ", blen); in ipath_decode_err() 932 strlcat(buf, "CRC ", blen); in ipath_decode_err() 937 strlcat(buf, "rshortpktlen ", blen); in ipath_decode_err() 939 strlcat(buf, "sdroppeddatapkt ", blen); in ipath_decode_err() 941 strlcat(buf, "spktlen ", blen); in ipath_decode_err() 945 strlcat(buf, "CRC ", blen); in ipath_decode_err() 950 strlcat(buf, "rhdrlen ", blen); in ipath_decode_err() 952 strlcat(buf, "rbadtid ", blen); in ipath_decode_err() 954 strlcat(buf, "rbadversion ", blen); in ipath_decode_err() [all …]
|
/linux-3.4.99/arch/mips/ath79/ |
D | prom.c | 44 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in ath79_prom_init_cmdline() 45 strlcat(arcs_cmdline, argv[i], sizeof(arcs_cmdline)); in ath79_prom_init_cmdline()
|
/linux-3.4.99/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-3.4.99/arch/mips/lantiq/ |
D | prom.c | 52 strlcat(arcs_cmdline, p, sizeof(arcs_cmdline)); in prom_init_cmdline() 53 strlcat(arcs_cmdline, " ", sizeof(arcs_cmdline)); in prom_init_cmdline()
|
/linux-3.4.99/arch/mips/powertv/ |
D | init.c | 120 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init() 121 strlcat(arcs_cmdline, prom_argv, COMMAND_LINE_SIZE); in prom_init()
|
/linux-3.4.99/arch/mips/cobalt/ |
D | setup.c | 109 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in prom_init() 111 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init()
|
/linux-3.4.99/arch/mips/alchemy/common/ |
D | prom.c | 51 strlcat(arcs_cmdline, prom_argv[i], COMMAND_LINE_SIZE); in prom_init_cmdline() 53 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in prom_init_cmdline()
|
/linux-3.4.99/arch/mips/ar7/ |
D | prom.c | 58 strlcat(arcs_cmdline, argv[i], COMMAND_LINE_SIZE); in ar7_init_cmdline() 60 strlcat(arcs_cmdline, " ", COMMAND_LINE_SIZE); in ar7_init_cmdline() 240 strlcat(arcs_cmdline, console_string, COMMAND_LINE_SIZE); in console_config()
|
/linux-3.4.99/sound/usb/ |
D | card.c | 412 strlcat(card->longname, " ", sizeof(card->longname)); in snd_usb_audio_create() 415 strlcat(card->longname, card->shortname, sizeof(card->longname)); in snd_usb_audio_create() 417 len = strlcat(card->longname, " at ", sizeof(card->longname)); in snd_usb_audio_create() 424 strlcat(card->longname, ", low speed", sizeof(card->longname)); in snd_usb_audio_create() 427 strlcat(card->longname, ", full speed", sizeof(card->longname)); in snd_usb_audio_create() 430 strlcat(card->longname, ", high speed", sizeof(card->longname)); in snd_usb_audio_create() 433 strlcat(card->longname, ", super speed", sizeof(card->longname)); in snd_usb_audio_create()
|
/linux-3.4.99/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 | 818 strlcat(msg, "[Memory BIST test failed, InfiniPath hardware" in qib_handle_6120_hwerrors() 836 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors() 844 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors() 901 strlcat(buf, "CRC ", blen); in qib_decode_6120_err() 906 strlcat(buf, "rhdrlen ", blen); in qib_decode_6120_err() 908 strlcat(buf, "rbadtid ", blen); in qib_decode_6120_err() 910 strlcat(buf, "rbadversion ", blen); in qib_decode_6120_err() 912 strlcat(buf, "rhdr ", blen); in qib_decode_6120_err() 914 strlcat(buf, "rlongpktlen ", blen); in qib_decode_6120_err() 916 strlcat(buf, "rmaxpktlen ", blen); in qib_decode_6120_err() [all …]
|
/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_softmac_wx.c | 451 strlcat(wrqu->name, "b", IFNAMSIZ); in ieee80211_wx_get_name() 453 strlcat(wrqu->name, "/g", IFNAMSIZ); in ieee80211_wx_get_name() 455 strlcat(wrqu->name, "g", IFNAMSIZ); in ieee80211_wx_get_name() 459 strlcat(wrqu->name," link", IFNAMSIZ); in ieee80211_wx_get_name() 461 strlcat(wrqu->name," .....", IFNAMSIZ); in ieee80211_wx_get_name()
|
/linux-3.4.99/drivers/input/touchscreen/ |
D | wacom_w8001.c | 398 strlcat(w8001->name, "Wacom Serial", sizeof(w8001->name)); in w8001_setup() 425 strlcat(w8001->name, " Penabled", sizeof(w8001->name)); in w8001_setup() 460 strlcat(w8001->name, " 1FG", sizeof(w8001->name)); in w8001_setup() 467 strlcat(w8001->name, " 1FG", sizeof(w8001->name)); in w8001_setup() 482 strlcat(w8001->name, " 2FG", sizeof(w8001->name)); in w8001_setup() 491 strlcat(w8001->name, " Touchscreen", sizeof(w8001->name)); in w8001_setup()
|
/linux-3.4.99/drivers/hid/usbhid/ |
D | usbmouse.c | 161 strlcat(mouse->name, " ", sizeof(mouse->name)); in usb_mouse_probe() 162 strlcat(mouse->name, dev->product, sizeof(mouse->name)); in usb_mouse_probe() 172 strlcat(mouse->phys, "/input0", sizeof(mouse->phys)); in usb_mouse_probe()
|
/linux-3.4.99/arch/um/os-Linux/ |
D | umid.c | 45 strlcat(dir, uml_dir, sizeof(dir)); in make_uml_dir() 48 strlcat(dir, "/", sizeof(dir)); in make_uml_dir() 258 strlcat(tmp, "XXXXXX", sizeof(tmp)); in make_umid()
|
/linux-3.4.99/fs/nfs/ |
D | nfsroot.c | 171 if (strlcat(dest, ",", destlen) > destlen) in root_nfs_cat() 174 if (strlcat(dest, src, destlen) > destlen) in root_nfs_cat()
|
/linux-3.4.99/drivers/input/tablet/ |
D | acecad.c | 178 strlcat(acecad->name, " ", sizeof(acecad->name)); in usb_acecad_probe() 179 strlcat(acecad->name, dev->product, sizeof(acecad->name)); in usb_acecad_probe() 183 strlcat(acecad->phys, "/input0", sizeof(acecad->phys)); in usb_acecad_probe()
|