Searched refs:kvasprintf (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/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 | 133 p = kvasprintf(GFP_KERNEL, fmt, ap); in __test()
|
/linux-6.12.1/include/linux/ |
D | sprintf.h | 17 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
/linux-6.12.1/fs/configfs/ |
D | item.c | 66 name = kvasprintf(GFP_KERNEL, fmt, args); in config_item_set_name()
|
/linux-6.12.1/drivers/pci/ |
D | irq.c | 49 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
|
/linux-6.12.1/scripts/coccinelle/free/ |
D | devm_free.cocci | 66 x = kvasprintf(...)
|
/linux-6.12.1/drivers/iio/ |
D | industrialio-trigger.c | 379 pf->name = kvasprintf(GFP_KERNEL, fmt, vargs); in iio_alloc_pollfunc() 577 trig->name = kvasprintf(GFP_KERNEL, fmt, vargs); in viio_trigger_alloc()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_encoder.c | 120 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_encoder_init()
|
D | drm_crtc.c | 267 crtc->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_crtc_init_with_planes()
|
D | drm_plane.c | 428 plane->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_universal_plane_init()
|
/linux-6.12.1/drivers/xen/xenbus/ |
D | xenbus_xs.c | 614 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
|
D | xenbus_client.c | 190 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
/linux-6.12.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_msg.c | 483 log = kvasprintf(GFP_KERNEL, fmt, ap); in vmw_host_printf()
|
/linux-6.12.1/kernel/ |
D | kthread.c | 445 create->full_name = kvasprintf(GFP_KERNEL, namefmt, args); in __kthread_create_on_node()
|
/linux-6.12.1/sound/pci/hda/ |
D | hda_codec.c | 723 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()
|