Searched refs:kvasprintf (Results 1 – 16 of 16) sorted by relevance
| /linux/lib/ |
| H 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()
|
| /linux/include/linux/ |
| H A D | sprintf.h | 18 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
| /linux/drivers/pci/ |
| H A D | irq.c | 49 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
|
| /linux/scripts/coccinelle/free/ |
| H A D | devm_free.cocci | 66 x = kvasprintf(...)
|
| /linux/drivers/iio/ |
| H A 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/drivers/gpu/drm/ |
| H A D | drm_encoder.c | 120 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_encoder_init()
|
| H A D | drm_crtc.c | 286 crtc->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_crtc_init_with_planes()
|
| H A D | drm_plane.c | 439 plane->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_universal_plane_init()
|
| /linux/lib/tests/ |
| H A D | printf_kunit.c | 128 * enough and 0), and then we also test that kvasprintf would in __test() 137 p = kvasprintf(GFP_KERNEL, fmt, ap); in __test() 142 "%s:%d: kvasprintf(..., \"%s\", ...) returned '%s', expected '%s'\n", in __test()
|
| /linux/kernel/cgroup/ |
| H A D | dmem.c | 519 region_name = kvasprintf(GFP_KERNEL, fmt, ap); in dmem_cgroup_register_region()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_xs.c | 605 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
|
| H A D | xenbus_client.c | 190 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_msg.c | 483 log = kvasprintf(GFP_KERNEL, fmt, ap); in vmw_host_printf()
|
| /linux/kernel/ |
| H A D | kthread.c | 522 create->full_name = kvasprintf(GFP_KERNEL, namefmt, args); in __kthread_create_on_node()
|
| /linux/drivers/block/ |
| H A D | zloop.c | 830 p = kvasprintf(GFP_KERNEL, fmt, ap); in zloop_filp_open_fmt()
|
| /linux/sound/hda/common/ |
| H A D | codec.c | 712 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()
|