Searched refs:kvasprintf (Results 1 – 17 of 17) sorted by relevance
/linux/lib/ |
A D | kasprintf.c | 15 char *kvasprintf(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf() function 35 EXPORT_SYMBOL(kvasprintf); 49 return kvasprintf(gfp, fmt, ap); in kvasprintf_const() 59 p = kvasprintf(gfp, fmt, ap); in kasprintf()
|
A D | test_printf.c | 123 p = kvasprintf(GFP_KERNEL, fmt, ap); in __test()
|
/linux/drivers/pci/ |
A D | irq.c | 45 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
|
/linux/fs/configfs/ |
A D | item.c | 66 name = kvasprintf(GFP_KERNEL, fmt, args); in config_item_set_name()
|
/linux/scripts/coccinelle/free/ |
A D | devm_free.cocci | 66 x = kvasprintf(...)
|
/linux/drivers/iio/ |
A D | industrialio-trigger.c | 342 pf->name = kvasprintf(GFP_KERNEL, fmt, vargs); in iio_alloc_pollfunc() 546 trig->name = kvasprintf(GFP_KERNEL, fmt, vargs); in viio_trigger_alloc()
|
/linux/drivers/gpu/drm/ |
A D | drm_encoder.c | 115 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_encoder_init()
|
A D | drm_crtc.c | 277 crtc->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_crtc_init_with_planes()
|
A D | drm_plane.c | 309 plane->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_universal_plane_init()
|
/linux/include/linux/ |
A D | kernel.h | 210 char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
/linux/drivers/xen/xenbus/ |
A D | xenbus_client.c | 183 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
A D | xenbus_xs.c | 614 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_msg.c | 509 log = kvasprintf(GFP_KERNEL, fmt, ap); in vmw_host_printf()
|
/linux/sound/pci/hda/ |
A D | hda_codec.c | 736 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()
|
/linux/ |
A D | vmlinux.symvers | 8449 0x00000000 kvasprintf vmlinux EXPORT_SYMBOL
|
A D | System.map | 16450 ffff80001048d060 T kvasprintf
|
A D | .tmp_System.map | 16450 ffff80001048d060 T kvasprintf
|
Completed in 325 milliseconds