/freebsd/sys/cam/ctl/ |
H A D | ctl_scsi_all.c | 156 sbuf_new(&sb, str, str_len, 0); in ctl_scsi_sense_string() 173 sbuf_new(&sb, str, sizeof(str), 0); in ctl_scsi_sense_print() 193 sbuf_new(&sb, str, sizeof(str), 0); in ctl_scsi_sense_print()
|
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/sys/ |
H A D | sbuf.h | 77 struct sbuf *sbuf_new(struct sbuf *, char *, int, int); 79 sbuf_new(NULL, NULL, 0, SBUF_AUTOEXTEND)
|
/freebsd/sys/geom/ |
H A D | geom_kern.c | 164 sb = sbuf_new(NULL, NULL, PAGE_SIZE, SBUF_FIXEDLEN | in sysctl_kern_geom_confany() 170 sb = sbuf_new(NULL, NULL, *hint, SBUF_AUTOEXTEND | in sysctl_kern_geom_confany()
|
/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/lib/libsbuf/ |
H A D | Symbol.map | 5 sbuf_new;
|
/freebsd/sys/dev/xen/debug/ |
H A D | debug.c | 118 buf = sbuf_new(NULL, NULL, 1024, SBUF_FIXEDLEN); in xendebug_attach()
|
/freebsd/sys/compat/linux/ |
H A D | linux_sysctl.c | 146 sb = sbuf_new(NULL, NULL, 20 + la.nlen * 5, SBUF_AUTOEXTEND); in linux_sysctl()
|
H A D | linux_elf.c | 179 sbuf_new(&sbarg, psinfo->pr_psargs, in __linuxN() 305 sb = sbuf_new(NULL, NULL, LINUX_AT_COUNT * sizeof(Elf_Auxinfo), in __linuxN()
|
/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/ |
H A D | cam.c | 137 sbuf_new(&sb, dst, dstlen, SBUF_FIXEDLEN); in cam_strvis_flag() 392 sbuf_new(&sb, str, str_len, 0); in cam_error_string()
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_all.c | 158 sbuf_new(&sb, cmd_string, len, SBUF_FIXEDLEN); in nvme_cmd_string()
|
/freebsd/usr.bin/apply/ |
H A D | apply.c | 157 cmdbuf = sbuf_new(NULL, NULL, 1024, SBUF_AUTOEXTEND); in main()
|
/freebsd/sbin/pfctl/tests/ |
H A D | pfctl_test.c | 95 sb = sbuf_new(NULL, NULL, sizehint, SBUF_AUTOEXTEND); in read_fd()
|
/freebsd/sys/kern/ |
H A D | kern_et.c | 245 sbuf_new(&sb, NULL, 256, SBUF_AUTOEXTEND | SBUF_INCLUDENUL); in sysctl_kern_eventtimer_choice()
|
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 | subr_sbuf.c | 193 sbuf_new(struct sbuf *s, char *buf, int length, int flags) in sbuf_new() function 270 s = sbuf_new(s, NULL, uio->uio_resid + 1, 0); in sbuf_uionew()
|
/freebsd/sys/gdb/ |
H A D | netgdb.c | 271 sbuf_new(&netgdb_rxsb, netgdb_rxbuf, sizeof(netgdb_rxbuf), in netgdb_init()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_seq_file.c | 229 ((struct seq_file *)f->private_data)->buf = sbuf_new( in single_open_size()
|
/freebsd/sys/dev/iscsi/ |
H A D | icl.c | 97 sbuf_new(&sb, NULL, 256, SBUF_AUTOEXTEND | SBUF_INCLUDENUL); in sysctl_kern_icl_offloads()
|
/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/security/mac_veriexec/ |
H A D | veriexec_fingerprint.c | 82 sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND); in sysctl_mac_veriexec_algorithms()
|
/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()
|