Searched refs:kvasprintf (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/lib/ |
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()
|
D | test_printf.c | 115 p = kvasprintf(GFP_KERNEL, fmt, ap); in __test()
|
/Linux-v4.19/drivers/pci/ |
D | irq.c | 95 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
|
/Linux-v4.19/fs/configfs/ |
D | item.c | 82 name = kvasprintf(GFP_KERNEL, fmt, args); in config_item_set_name()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_encoder.c | 128 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in drm_encoder_init()
|
D | drm_crtc.c | 301 crtc->name = kvasprintf(GFP_KERNEL, name, ap); in drm_crtc_init_with_planes()
|
D | drm_plane.c | 230 plane->name = kvasprintf(GFP_KERNEL, name, ap); in drm_universal_plane_init()
|
/Linux-v4.19/scripts/coccinelle/free/ |
D | devm_free.cocci | 67 x = kvasprintf(...)
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-trigger.c | 338 pf->name = kvasprintf(GFP_KERNEL, fmt, vargs); in iio_alloc_pollfunc() 539 trig->name = kvasprintf(GFP_KERNEL, fmt, vargs); in viio_trigger_alloc()
|
/Linux-v4.19/drivers/xen/xenbus/ |
D | xenbus_client.c | 164 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
D | xenbus_xs.c | 608 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
|
/Linux-v4.19/include/linux/ |
D | kernel.h | 494 char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_codec.c | 739 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()
|