Home
last modified time | relevance | path

Searched refs:kstrndup (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dls.c39 date = kstrndup(hdr->date, sizeof(hdr->date), GFP_KERNEL); in nvfw_ls_desc_head()
123 date = kstrndup(hdr->date, sizeof(hdr->date), GFP_KERNEL); in nvfw_ls_desc_v2()
/openbmc/linux/drivers/md/
H A Ddm-init.c148 dev->target_args_array[n] = kstrndup(field[3], DM_MAX_STR_SIZE, in dm_parse_table_entry()
285 str = kstrndup(create, DM_MAX_STR_SIZE, GFP_KERNEL); in dm_init_init()
/openbmc/linux/lib/
H A Dargv_split.c67 argv_str = kstrndup(str, KMALLOC_MAX_SIZE - 1, gfp); in argv_split()
H A Dtest_firmware.c215 *dst = kstrndup(name, count, gfp); in __kstrncpy()
672 name = kstrndup(buf, count, GFP_KERNEL); in trigger_request_store()
720 name = kstrndup(buf, count, GFP_KERNEL); in trigger_request_platform_store()
773 name = kstrndup(buf, count, GFP_KERNEL); in trigger_async_request_store()
818 name = kstrndup(buf, count, GFP_KERNEL); in trigger_custom_fallback_store()
1299 name = kstrndup(buf, count, GFP_KERNEL); in upload_register_store()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dof_helpers.c32 parent_path = kstrndup(path, tail - path, GFP_KERNEL); in pseries_of_derive_parent()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Doption.c84 if (optstr && (s = kstrndup(optstr, arglen, GFP_KERNEL))) { in nvkm_longopt()
/openbmc/linux/drivers/cdrom/
H A Dgdrom.c663 model_name = kstrndup(id->modname, 16, GFP_KERNEL); in gdrom_outputversion()
666 manuf_name = kstrndup(id->mname, 16, GFP_KERNEL); in gdrom_outputversion()
669 firmw_ver = kstrndup(id->firmver, 16, GFP_KERNEL); in gdrom_outputversion()
/openbmc/linux/drivers/base/
H A Ddriver.c87 new = kstrndup(s, len, GFP_KERNEL); in driver_set_override()
/openbmc/linux/drivers/thunderbolt/
H A Deeprom.c333 sw->vendor_name = kstrndup(entry->data, in tb_drom_parse_entry_generic()
340 sw->device_name = kstrndup(entry->data, in tb_drom_parse_entry_generic()
/openbmc/linux/kernel/power/
H A Dwakelock.c182 wl->name = kstrndup(name, len, GFP_KERNEL); in wakelock_lookup_add()
/openbmc/linux/fs/smb/server/mgmt/
H A Dshare_config.c168 share->path = kstrndup(ksmbd_share_config_path(resp), path_len, in share_config_request()
/openbmc/linux/drivers/staging/greybus/
H A Dpower_supply.c489 gbpsy->manufacturer = kstrndup(resp.manufacturer, PROP_MAX, GFP_KERNEL); in gb_power_supply_description_get()
492 gbpsy->model_name = kstrndup(resp.model, PROP_MAX, GFP_KERNEL); in gb_power_supply_description_get()
495 gbpsy->serial_number = kstrndup(resp.serial_number, PROP_MAX, in gb_power_supply_description_get()
H A Dlight.c971 channel->color_name = kstrndup(conf.color_name, NAMES_MAX, GFP_KERNEL); in gb_lights_channel_config()
974 channel->mode_name = kstrndup(conf.mode_name, NAMES_MAX, GFP_KERNEL); in gb_lights_channel_config()
1033 light->name = kstrndup(conf.name, NAMES_MAX, GFP_KERNEL); in gb_lights_light_config()
/openbmc/linux/mm/
H A Dutil.c99 char *kstrndup(const char *s, size_t max, gfp_t gfp) in kstrndup() function
115 EXPORT_SYMBOL(kstrndup);
H A Dvmpressure.c385 spec_orig = spec = kstrndup(args, MAX_VMPRESSURE_ARGS_LEN, GFP_KERNEL); in vmpressure_register_event()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadow.c193 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL; in nvbios_shadow()
/openbmc/linux/drivers/firmware/google/
H A Dvpd.c114 info->key = kstrndup(key, key_len, GFP_KERNEL); in vpd_section_attrib_add()
/openbmc/linux/include/linux/
H A Dstring.h218 extern char *kstrndup(const char *s, size_t len, gfp_t gfp);
/openbmc/linux/drivers/vfio/mdev/
H A Dmdev_sysfs.c72 str = kstrndup(buf, count, GFP_KERNEL); in create_store()
/openbmc/linux/drivers/nvdimm/
H A Dclaim.c148 name = kstrndup(buf, len, GFP_KERNEL); in nd_namespace_store()
/openbmc/linux/fs/smb/client/
H A Dcifs_unicode.c361 dst = kstrndup(src, maxlen, GFP_KERNEL); in cifs_strndup_from_utf16()
/openbmc/linux/net/bridge/
H A Dbr_sysfs_if.c332 buf_copy = kstrndup(buf, count, GFP_KERNEL); in brport_store()
/openbmc/linux/drivers/remoteproc/
H A Dqcom_common.c129 name = kstrndup(region.name, MAX_REGION_NAME_LENGTH - 1, GFP_KERNEL); in qcom_add_minidump_segments()
/openbmc/linux/security/smack/
H A Dsmack_access.c468 smack = kstrndup(string, i, GFP_NOFS); in smk_parse_smack()
/openbmc/linux/drivers/input/misc/
H A Duinput.c481 dev->name = kstrndup(setup.name, UINPUT_MAX_NAME_SIZE, GFP_KERNEL); in uinput_dev_setup()
556 dev->name = kstrndup(user_dev->name, UINPUT_MAX_NAME_SIZE, in uinput_setup_device_legacy()

1234