Home
last modified time | relevance | path

Searched refs:sbuf_vprintf (Results 1 – 23 of 23) sorted by relevance

/freebsd-14-stable/contrib/lib9p/sbuf/
HDsbuf.c79 ret = sbuf_vprintf(s, fmt, ap); in sbuf_printf()
86 sbuf_vprintf(struct sbuf *s, const char *fmt, va_list args) in sbuf_vprintf() function
HDsbuf.h48 int sbuf_vprintf(struct sbuf *s, const char *fmt, va_list args);
/freebsd-14-stable/lib/libsbuf/
HDSymbol.map13 sbuf_vprintf;
/freebsd-14-stable/sys/sys/
HDsbuf.h91 int sbuf_vprintf(struct sbuf *, const char *, __va_list)
/freebsd-14-stable/sys/kern/
HDsubr_sbuf.c648 sbuf_vprintf(struct sbuf *s, const char *fmt, va_list ap) in sbuf_vprintf() function
664 sbuf_vprintf(struct sbuf *s, const char *fmt, va_list ap) in sbuf_vprintf() function
743 result = sbuf_vprintf(s, fmt, ap); in sbuf_printf()
HDsubr_bus.c1997 sbuf_vprintf(&sb, fmt, ap); in device_printf()
2034 sbuf_vprintf(&sb, fmt, ap); in device_log()
HDvfs_mount.c2847 sbuf_vprintf(sb, fmt, ap); in mount_argf()
/freebsd-14-stable/lib/libsbuf/tests/
HDsbuf_stdio_test.c53 rc = sbuf_vprintf(sb, format, ap); in sbuf_vprintf_helper()
/freebsd-14-stable/sys/geom/
HDgeom_ctl.c104 sbuf_vprintf(req->serror, fmt, ap); in gctl_error()
144 sbuf_vprintf(req->serror, fmt, ap); in gctl_msg()
HDgeom_subr.c104 sbuf_vprintf(&sb, format, ap); in g_dbg_printf()
382 sbuf_vprintf(sb, fmt, ap); in g_new_geomf()
618 sbuf_vprintf(sb, fmt, ap); in g_new_providerf()
648 sbuf_vprintf(sb, fmt, ap); in g_provider_add_alias()
HDgeom_dump.c181 sbuf_vprintf(s, fmt, ap); in g_conf_printf_escaped()
HDgeom_slice.c406 sbuf_vprintf(sb, fmt, ap); in g_slice_config()
HDgeom_io.c1006 sbuf_vprintf(&sb, fmtsuffix, ap); in g_print_bio()
/freebsd-14-stable/sys/compat/linuxkpi/common/src/
HDlinux_seq_file.c283 ret = sbuf_vprintf(m->buf, fmt, args); in lkpi_seq_vprintf()
HDlinux_compat.c1941 result = sbuf_vprintf(arg1, fmt, ap); in __lkpi_hexdump_sbuf_printf()
/freebsd-14-stable/sys/dev/nvme/
HDnvme_ctrlr.c71 sbuf_vprintf(&sb, msg, ap); in nvme_ctrlr_devctl_log()
80 sbuf_vprintf(&sb, msg, ap); in nvme_ctrlr_devctl_log()
/freebsd-14-stable/sys/dev/xen/xenstore/
HDxenstore.c1522 sbuf_vprintf(sb, fmt, ap); in xs_vprintf()
/freebsd-14-stable/sys/dev/virtio/scsi/
HDvirtio_scsi.c2361 sbuf_vprintf(&sb, fmt, ap); in vtscsi_printf_req()
/freebsd-14-stable/share/man/man9/
HDMakefile1989 sbuf.9 sbuf_vprintf.9
/freebsd-14-stable/sys/dev/sdhci/
HDsdhci.c220 retval += sbuf_vprintf(s, fmt, ap); in slot_sprintf()
/freebsd-14-stable/sys/dev/mps/
HDmps_sas.c328 sbuf_vprintf(&sb, fmt, ap); in mpssas_log_command()
/freebsd-14-stable/sys/dev/mpr/
HDmpr_sas.c336 sbuf_vprintf(&sb, fmt, ap); in mprsas_log_command()
/freebsd-14-stable/sys/cam/
HDcam_xpt.c3741 sbuf_vprintf(&sb, fmt, ap); in xpt_print()