Searched refs:kvasprintf_const (Results 1 – 7 of 7) sorted by relevance
/linux/lib/ |
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);
|
A D | kobject.c | 289 s = kvasprintf_const(GFP_KERNEL, fmt, vargs); in kobject_set_name_vargs()
|
/linux/include/linux/ |
A D | kernel.h | 212 const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list args);
|
/linux/net/bluetooth/ |
A D | hci_core.c | 4124 hdev->hw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_hw_info() 4135 hdev->fw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_fw_info()
|
/linux/ |
A D | vmlinux.symvers | 8666 0x00000000 kvasprintf_const vmlinux EXPORT_SYMBOL
|
A D | System.map | 16451 ffff80001048d190 T kvasprintf_const
|
A D | .tmp_System.map | 16451 ffff80001048d190 T kvasprintf_const
|
Completed in 355 milliseconds