Searched refs:kvasprintf (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.10/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 | 121 p = kvasprintf(GFP_KERNEL, fmt, ap); in __test()
|
/Linux-v5.10/drivers/pci/ |
D | irq.c | 45 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
|
/Linux-v5.10/fs/configfs/ |
D | item.c | 68 name = kvasprintf(GFP_KERNEL, fmt, args); in config_item_set_name()
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_encoder.c | 131 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in drm_encoder_init()
|
D | drm_crtc.c | 288 crtc->name = kvasprintf(GFP_KERNEL, name, ap); in drm_crtc_init_with_planes()
|
D | drm_plane.c | 243 plane->name = kvasprintf(GFP_KERNEL, name, ap); in drm_universal_plane_init()
|
/Linux-v5.10/scripts/coccinelle/free/ |
D | devm_free.cocci | 66 x = kvasprintf(...)
|
/Linux-v5.10/drivers/iio/ |
D | industrialio-trigger.c | 338 pf->name = kvasprintf(GFP_KERNEL, fmt, vargs); in iio_alloc_pollfunc() 540 trig->name = kvasprintf(GFP_KERNEL, fmt, vargs); in viio_trigger_alloc()
|
/Linux-v5.10/drivers/xen/xenbus/ |
D | xenbus_client.c | 177 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
D | xenbus_xs.c | 614 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
|
/Linux-v5.10/include/linux/ |
D | kernel.h | 489 char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
/Linux-v5.10/sound/pci/hda/ |
D | hda_codec.c | 736 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()
|