Home
last modified time | relevance | path

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

1234

/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/nvfw/
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()
/linux-6.12.1/drivers/md/
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()
/linux-6.12.1/lib/
Dargv_split.c67 argv_str = kstrndup(str, KMALLOC_MAX_SIZE - 1, gfp); in argv_split()
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()
1300 name = kstrndup(buf, count, GFP_KERNEL); in upload_register_store()
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dof_helpers.c32 parent_path = kstrndup(path, tail - path, GFP_KERNEL); in pseries_of_derive_parent()
/linux-6.12.1/security/ipe/
Ddigest.c41 alg = kstrndup(valstr, sep - valstr, GFP_KERNEL); in ipe_digest_parse()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/core/
Doption.c84 if (optstr && (s = kstrndup(optstr, arglen, GFP_KERNEL))) { in nvkm_longopt()
/linux-6.12.1/drivers/cdrom/
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()
/linux-6.12.1/drivers/base/
Ddriver.c87 new = kstrndup(s, len, GFP_KERNEL); in driver_set_override()
/linux-6.12.1/drivers/thunderbolt/
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()
/linux-6.12.1/fs/smb/server/mgmt/
Dshare_config.c168 share->path = kstrndup(ksmbd_share_config_path(resp), path_len, in share_config_request()
/linux-6.12.1/kernel/power/
Dwakelock.c182 wl->name = kstrndup(name, len, GFP_KERNEL); in wakelock_lookup_add()
/linux-6.12.1/drivers/staging/greybus/
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()
Dlight.c950 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-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadow.c193 source = optarg ? kstrndup(optarg, optlen, GFP_KERNEL) : NULL; in nvbios_shadow()
/linux-6.12.1/mm/
Dvmpressure.c385 spec_orig = spec = kstrndup(args, MAX_VMPRESSURE_ARGS_LEN, GFP_KERNEL); in vmpressure_register_event()
Dutil.c101 char *kstrndup(const char *s, size_t max, gfp_t gfp) in kstrndup() function
117 EXPORT_SYMBOL(kstrndup);
/linux-6.12.1/drivers/firmware/google/
Dvpd.c114 info->key = kstrndup(key, key_len, GFP_KERNEL); in vpd_section_attrib_add()
/linux-6.12.1/drivers/vfio/mdev/
Dmdev_sysfs.c72 str = kstrndup(buf, count, GFP_KERNEL); in create_store()
/linux-6.12.1/lib/kunit/
Dexecutor.c83 parsed->suite_glob = kstrndup(filter_glob, period - filter_glob, GFP_KERNEL); in kunit_parse_glob_filter()
/linux-6.12.1/drivers/nvdimm/
Dclaim.c148 name = kstrndup(buf, len, GFP_KERNEL); in nd_namespace_store()
/linux-6.12.1/fs/smb/client/
Dcifs_unicode.c361 dst = kstrndup(src, maxlen, GFP_KERNEL); in cifs_strndup_from_utf16()
/linux-6.12.1/include/linux/
Dstring.h302 extern char *kstrndup(const char *s, size_t len, gfp_t gfp);
/linux-6.12.1/security/smack/
Dsmack_access.c468 smack = kstrndup(string, i, GFP_NOFS); in smk_parse_smack()
/linux-6.12.1/net/bridge/
Dbr_sysfs_if.c332 buf_copy = kstrndup(buf, count, GFP_KERNEL); in brport_store()

1234