Searched refs:kvasprintf_const (Results 1 – 7 of 7) 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()
|
| /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/fs/debugfs/ |
| H A D | inode.c | 835 new_name = kvasprintf_const(GFP_KERNEL, fmt, ap); in debugfs_change_name()
|
| /linux/drivers/tee/qcomtee/ |
| H A D | core.c | 313 object->name = kvasprintf_const(GFP_KERNEL, fmt, ap); in qcomtee_object_user_init()
|
| /linux/mm/ |
| H A D | internal.h | 1675 shrinker->name = kvasprintf_const(GFP_KERNEL, fmt, ap); in shrinker_debugfs_name_alloc()
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2997 hdev->hw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_hw_info() 3008 hdev->fw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_fw_info()
|