Searched refs:kvasprintf_const (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/ |
| H A D | kasprintf.c | 43 const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf_const() function 51 EXPORT_SYMBOL(kvasprintf_const);
|
| H A D | kobject.c | 274 s = kvasprintf_const(GFP_KERNEL, fmt, vargs); in kobject_set_name_vargs() 281 * allocated copy to modify, since kvasprintf_const may have in kobject_set_name_vargs()
|
| /linux/include/linux/ |
| H A D | sprintf.h | 19 __printf(2, 0) const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list args);
|
| /linux/mm/ |
| H A D | shrinker_debug.c | 202 new = kvasprintf_const(GFP_KERNEL, fmt, ap); in shrinker_debugfs_rename()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | core.c | 315 object->name = kvasprintf_const(GFP_KERNEL, fmt, ap); in qcomtee_object_user_init()
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2961 hdev->hw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_hw_info() 2972 hdev->fw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_fw_info()
|