/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
D | option.c | 31 int len = strcspn(optstr, ",="); in nvkm_stropt() 36 *arglen = strcspn(optstr, ",="); in nvkm_stropt() 100 int len = strcspn(optstr, ",="); in nvkm_dbgopt()
|
/Linux-v5.10/drivers/block/ |
D | cryptoloop.c | 46 cipher_len = strcspn(cmsp, "-"); in cryptoloop_init() 52 mode_len = strcspn(mode, "-"); in cryptoloop_init()
|
/Linux-v5.10/lib/ |
D | dump_stack.c | 52 (int)strcspn(init_utsname()->version, " "), in dump_stack_print_info()
|
D | string.c | 625 size_t strcspn(const char *s, const char *reject) in strcspn() function 640 EXPORT_SYMBOL(strcspn);
|
/Linux-v5.10/drivers/android/ |
D | binderfs.c | 714 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in binderfs_fill_super() 782 for (len = strcspn(name, ","); len > 0; len = strcspn(name, ",")) { in init_binderfs()
|
/Linux-v5.10/drivers/iommu/ |
D | irq_remapping.c | 74 str += strcspn(str, ","); in setup_irqremap()
|
/Linux-v5.10/arch/x86/kernel/ |
D | pci-dma.c | 114 p += strcspn(p, ","); in iommu_setup()
|
D | early_printk.c | 171 s += strcspn(s, ","); in early_serial_init()
|
/Linux-v5.10/drivers/lightnvm/ |
D | pblk-sysfs.c | 457 c_len = strcspn(page, "\n"); in pblk_sysfs_gc_force() 475 c_len = strcspn(page, "\n"); in pblk_sysfs_set_sec_per_write() 505 c_len = strcspn(page, "\n"); in pblk_sysfs_set_write_amp_trip() 531 c_len = strcspn(page, "\n"); in pblk_sysfs_set_padding_dist()
|
/Linux-v5.10/kernel/ |
D | hung_task.c | 133 (int)strcspn(init_utsname()->version, " "), in check_hung_task()
|
/Linux-v5.10/drivers/block/aoe/ |
D | aoenet.c | 83 q = p + strcspn(p, WHITESPACE); in is_aoe_netif()
|
/Linux-v5.10/drivers/remoteproc/ |
D | remoteproc_sysfs.c | 172 len = strcspn(buf, "\n"); in firmware_store()
|
/Linux-v5.10/drivers/xen/xenbus/ |
D | xenbus_probe_backend.c | 69 typelen = strcspn(type, "/"); in backend_bus_id()
|
D | xenbus_probe.c | 576 snprintf(type, XEN_BUS_ID_SIZE, "%.*s", (int)strcspn(p, "/"), p); in xenbus_dev_changed()
|
/Linux-v5.10/arch/sh/drivers/ |
D | platform_early.c | 100 n += strcspn(&buf[n + 1], ",") + 1; in sh_early_platform_driver_register()
|
/Linux-v5.10/scripts/kconfig/ |
D | confdata.c | 483 (int)strcspn(line, "\r\n"), line); in conf_read_simple() 620 l = strcspn(p, "\n"); in kconfig_print_comment() 693 l = strcspn(p, "\n"); in header_print_comment()
|
D | symbol.c | 886 l = strcspn(p, "\"\\"); in sym_escape_string_value() 903 l = strcspn(p, "\"\\"); in sym_escape_string_value()
|
/Linux-v5.10/drivers/tty/serial/ |
D | earlycon.c | 124 length = min(strcspn(options, " ") + 1, in parse_options()
|
/Linux-v5.10/tools/bpf/bpftool/ |
D | main.c | 236 cp += strcspn(cp, ws); in make_args()
|
/Linux-v5.10/drivers/rpmsg/ |
D | rpmsg_core.c | 340 new[strcspn(new, "\n")] = '\0'; \
|
/Linux-v5.10/drivers/nvme/target/ |
D | configfs.c | 351 len = strcspn(page, "\n"); in nvmet_ns_device_path_store() 693 len = strcspn(page, "\n"); in nvmet_passthru_device_path_store() 1111 len = strcspn(page, "\n"); in nvmet_subsys_attr_model_store()
|
/Linux-v5.10/include/linux/ |
D | string.h | 103 extern __kernel_size_t strcspn(const char *,const char *);
|
/Linux-v5.10/drivers/pci/ |
D | p2pdma.c | 977 pr_err("No such PCI device: %.*s\n", (int)strcspn(page, "\n"), page); in pci_p2pdma_enable_store()
|
/Linux-v5.10/fs/orangefs/ |
D | orangefs-debugfs.c | 550 keyword_len = strcspn(cds_head, " "); in orangefs_prepare_cdm_array()
|
/Linux-v5.10/drivers/hwmon/ |
D | abituguru3.c | 1185 sublen = strcspn(board_name, "("); in abituguru3_dmi_detect()
|