Home
last modified time | relevance | path

Searched refs:__kstrncpy (Results 1 – 2 of 2) sorted by relevance

/lib/
Dtest_firmware.c165 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() function
177 ret = __kstrncpy(&test_fw_config->name, TEST_FIRMWARE_NAME, in __test_firmware_config_init()
276 ret = __kstrncpy(&test_fw_config->name, buf, count, GFP_KERNEL); in config_name_store()
Dtest_kmod.c604 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() function
616 return __kstrncpy(&config->test_driver, name, count, GFP_KERNEL); in config_copy_test_driver_name()
623 return __kstrncpy(&config->test_fs, name, count, GFP_KERNEL); in config_copy_test_fs()