/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/ |
H A D | ls.c | 39 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()
|
/linux/lib/ |
H A D | argv_split.c | 67 argv_str = kstrndup(str, KMALLOC_MAX_SIZE - 1, gfp); in argv_split()
|
H A D | test_firmware.c | 215 *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() 1300 name = kstrndup(buf, count, GFP_KERNEL); in upload_register_store()
|
/linux/drivers/md/ |
H A D | dm-init.c | 148 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()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | of_helpers.c | 32 parent_path = kstrndup(path, tail - path, GFP_KERNEL); in pseries_of_derive_parent()
|
/linux/security/ipe/ |
H A D | digest.c | 41 alg = kstrndup(valstr, sep - valstr, GFP_KERNEL); in ipe_digest_parse()
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | option.c | 84 if (optstr && (s = kstrndup(optstr, arglen, GFP_KERNEL))) { in nvkm_longopt()
|
/linux/drivers/cdrom/ |
H A D | gdrom.c | 663 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()
|
/linux/drivers/base/ |
H A D | driver.c | 87 new = kstrndup(s, len, GFP_KERNEL); in driver_set_override()
|
/linux/kernel/power/ |
H A D | wakelock.c | 182 wl->name = kstrndup(name, len, GFP_KERNEL); in wakelock_lookup_add()
|
/linux/fs/smb/server/mgmt/ |
H A D | share_config.c | 168 share->path = kstrndup(ksmbd_share_config_path(resp), path_len, in share_config_request()
|
/linux/drivers/thunderbolt/ |
H A D | eeprom.c | 333 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()
|
/linux/drivers/staging/greybus/ |
H A D | power_supply.c | 489 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 D | light.c | 950 channel->color_name = kstrndup(conf.color_name, NAMES_MAX, GFP_KERNEL); in gb_lights_channel_config() 953 channel->mode_name = kstrndup(conf.mode_name, NAMES_MAX, GFP_KERNEL); in gb_lights_channel_config() 1012 light->name = kstrndup(conf.name, NAMES_MAX, GFP_KERNEL); in gb_lights_light_config()
|
/linux/mm/ |
H A D | vmpressure.c | 385 spec_orig = spec = kstrndup(args, MAX_VMPRESSURE_ARGS_LEN, GFP_KERNEL); in vmpressure_register_event()
|
H A D | util.c | 101 char *kstrndup(const char *s, size_t max, gfp_t gfp) in kstrndup() function 117 EXPORT_SYMBOL(kstrndup);
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | shadow.c | 193 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL; in nvbios_shadow()
|
/linux/drivers/firmware/google/ |
H A D | vpd.c | 114 info->key = kstrndup(key, key_len, GFP_KERNEL); in vpd_section_attrib_add()
|
/linux/drivers/vfio/mdev/ |
H A D | mdev_sysfs.c | 72 str = kstrndup(buf, count, GFP_KERNEL); in create_store()
|
/linux/drivers/nvdimm/ |
H A D | claim.c | 148 name = kstrndup(buf, len, GFP_KERNEL); in nd_namespace_store()
|
/linux/lib/kunit/ |
H A D | executor.c | 83 parsed->suite_glob = kstrndup(filter_glob, period - filter_glob, GFP_KERNEL); in kunit_parse_glob_filter()
|
/linux/fs/smb/client/ |
H A D | cifs_unicode.c | 361 dst = kstrndup(src, maxlen, GFP_KERNEL); in cifs_strndup_from_utf16()
|
/linux/security/smack/ |
H A D | smack_access.c | 468 smack = kstrndup(string, i, GFP_NOFS); in smk_parse_smack()
|
/linux/net/bridge/ |
H A D | br_sysfs_if.c | 332 buf_copy = kstrndup(buf, count, GFP_KERNEL); in brport_store()
|
/linux/include/linux/ |
H A D | string.h | 302 extern char *kstrndup(const char *s, size_t len, gfp_t gfp);
|