/freebsd/lib/libsbuf/tests/ |
H A D | sbuf_stdio_test.c | 66 sb = sbuf_new(NULL, buf, sizeof(buf), SBUF_FIXEDLEN); in ATF_TC_BODY() 93 sb = sbuf_new(NULL, buf, sizeof(buf), SBUF_FIXEDLEN); in ATF_TC_BODY()
|
H A D | sbuf_core_test.c | 169 sbuf_new(&sb, buf, sizeof(buf), SBUF_FIXEDLEN); in ATF_TC_BODY()
|
/freebsd/sys/dev/xen/debug/ |
H A D | debug.c | 118 buf = sbuf_new(NULL, NULL, 1024, SBUF_FIXEDLEN); in xendebug_attach()
|
/freebsd/sys/sys/ |
H A D | sbuf.h | 49 #define SBUF_FIXEDLEN 0x00000000 /* fixed length buffer (default) */ macro
|
/freebsd/sys/geom/label/ |
H A D | g_label_gpt.c | 122 lbl = sbuf_new(NULL, NULL, sizeof(part_gpt_entry->ent.ent_name) << 1, SBUF_FIXEDLEN); in g_label_gpt_taste()
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_all.c | 158 sbuf_new(&sb, cmd_string, len, SBUF_FIXEDLEN); in nvme_cmd_string()
|
/freebsd/sys/geom/ |
H A D | geom_kern.c | 164 sb = sbuf_new(NULL, NULL, PAGE_SIZE, SBUF_FIXEDLEN | in sysctl_kern_geom_confany()
|
/freebsd/sys/compat/linux/ |
H A D | linux_elf.c | 180 sizeof(psinfo->pr_psargs), SBUF_FIXEDLEN); in __linuxN() 306 SBUF_FIXEDLEN); in __linuxN()
|
/freebsd/sys/gdb/ |
H A D | netgdb.c | 272 SBUF_FIXEDLEN); in netgdb_init()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_util.c | 834 sbuf_new(&sb, str, str_len, SBUF_FIXEDLEN); in ctl_io_print() 846 sbuf_new(&sb, str, str_len, SBUF_FIXEDLEN); in ctl_io_error_print() 898 sbuf_new(&sb, str, sizeof(str), SBUF_FIXEDLEN);
|
/freebsd/sys/dev/virtio/ |
H A D | virtio.c | 175 sbuf_new(&sb, buf, 1024, SBUF_FIXEDLEN); in virtio_describe()
|
/freebsd/sys/security/audit/ |
H A D | audit_bsm_klib.c | 446 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN); in audit_canon_path_vp()
|
/freebsd/sys/kern/ |
H A D | tty_info.c | 303 (void)sbuf_new(&sb, tp->t_prbuf, tp->t_prbufsz, SBUF_FIXEDLEN); in tty_info()
|
H A D | kern_rctl.c | 555 sbuf_new(&sb, buf, RCTL_LOG_BUFSIZE, SBUF_FIXEDLEN); in rctl_enforce() 582 sbuf_new(&sb, buf, RCTL_LOG_BUFSIZE, SBUF_FIXEDLEN); in rctl_enforce() 1741 sb = sbuf_new(NULL, buf, bufsize, SBUF_FIXEDLEN); in sys_rctl_get_rules() 1843 sb = sbuf_new(NULL, buf, bufsize, SBUF_FIXEDLEN); in sys_rctl_get_limits()
|
H A D | subr_module.c | 576 sbuf_new(&sb, buf, sizeof(buf), SBUF_FIXEDLEN); in preload_dump()
|
H A D | imgact_elf.c | 1839 sb = sbuf_new(NULL, NULL, CORE_BUF_SIZE, SBUF_FIXEDLEN); in __elfN() 2220 sizeof(psinfo->pr_psargs), SBUF_FIXEDLEN); in __elfN() 2527 sb = sbuf_new(NULL, NULL, 128, SBUF_FIXEDLEN); in note_procstat_files() 2578 sb = sbuf_new(NULL, NULL, 128, SBUF_FIXEDLEN); in note_procstat_vmmap() 2707 SBUF_FIXEDLEN); in __elfN() 2744 sb = sbuf_new(NULL, NULL, 128, SBUF_FIXEDLEN); in __elfN()
|
/freebsd/sys/dev/ice/ |
H A D | ice_fw_logging.c | 286 sbuf = sbuf_new(NULL, sev_str, sizeof(sev_str), SBUF_FIXEDLEN); in ice_sysctl_fwlog_module_log_severity()
|
/freebsd/sys/ddb/ |
H A D | db_script.c | 480 (void)sbuf_new(&sb, buffer, len, SBUF_FIXEDLEN); in sysctl_debug_ddb_scripting_scripts()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_e820.c | 73 sbuf_new(&sb, buffer, sizeof(buffer), SBUF_FIXEDLEN); in nvdimm_e820_dump_prams()
|
/freebsd/sys/dev/qat/qat_common/ |
H A D | adf_fw_counters.c | 134 sbuf = sbuf_new(NULL, cbuf, ADF_FW_COUNTERS_BUF_SZ, SBUF_FIXEDLEN); in adf_read_fw_counters()
|
/freebsd/sys/cam/ata/ |
H A D | ata_all.c | 314 sbuf_new(&sb, cmd_string, len, SBUF_FIXEDLEN); in ata_cmd_string() 349 sbuf_new(&sb, res_string, len, SBUF_FIXEDLEN); in ata_res_string()
|
/freebsd/sys/dev/gpio/ |
H A D | gpiobus.c | 618 sbuf_new(&sb, pins, sizeof(pins), SBUF_FIXEDLEN); in gpiobus_probe_nomatch() 642 sbuf_new(&sb, pins, sizeof(pins), SBUF_FIXEDLEN); in gpiobus_print_child()
|
/freebsd/sys/cam/ |
H A D | cam.c | 137 sbuf_new(&sb, dst, dstlen, SBUF_FIXEDLEN); in cam_strvis_flag()
|
/freebsd/sys/x86/cpufreq/ |
H A D | hwpstate_intel.c | 133 sb = sbuf_new(NULL, NULL, 1024, SBUF_FIXEDLEN | SBUF_INCLUDENUL); in intel_hwp_dump_sysctl_handler()
|
/freebsd/sys/security/mac/ |
H A D | mac_internal.h | 421 sbuf_new(&sb, outbuf, outbuflen, SBUF_FIXEDLEN); \
|