Home
last modified time | relevance | path

Searched refs:sbuf_new (Results 1 – 25 of 108) sorted by relevance

12345

/freebsd/sys/cam/ctl/
H A Dctl_scsi_all.c156 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 Dctl_util.c834 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 Dsbuf.h77 struct sbuf *sbuf_new(struct sbuf *, char *, int, int);
79 sbuf_new(NULL, NULL, 0, SBUF_AUTOEXTEND)
/freebsd/sys/geom/
H A Dgeom_kern.c164 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 Dsbuf_stdio_test.c66 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 Dsbuf_core_test.c169 sbuf_new(&sb, buf, sizeof(buf), SBUF_FIXEDLEN); in ATF_TC_BODY()
/freebsd/lib/libsbuf/
H A DSymbol.map5 sbuf_new;
/freebsd/sys/dev/xen/debug/
H A Ddebug.c118 buf = sbuf_new(NULL, NULL, 1024, SBUF_FIXEDLEN); in xendebug_attach()
/freebsd/sys/compat/linux/
H A Dlinux_sysctl.c146 sb = sbuf_new(NULL, NULL, 20 + la.nlen * 5, SBUF_AUTOEXTEND); in linux_sysctl()
H A Dlinux_elf.c179 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 Dg_label_gpt.c122 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 Dcam.c137 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 Dnvme_all.c158 sbuf_new(&sb, cmd_string, len, SBUF_FIXEDLEN); in nvme_cmd_string()
/freebsd/usr.bin/apply/
H A Dapply.c157 cmdbuf = sbuf_new(NULL, NULL, 1024, SBUF_AUTOEXTEND); in main()
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test.c95 sb = sbuf_new(NULL, NULL, sizehint, SBUF_AUTOEXTEND); in read_fd()
/freebsd/sys/kern/
H A Dkern_et.c245 sbuf_new(&sb, NULL, 256, SBUF_AUTOEXTEND | SBUF_INCLUDENUL); in sysctl_kern_eventtimer_choice()
H A Dtty_info.c303 (void)sbuf_new(&sb, tp->t_prbuf, tp->t_prbufsz, SBUF_FIXEDLEN); in tty_info()
H A Dsubr_sbuf.c193 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 Dnetgdb.c271 sbuf_new(&netgdb_rxsb, netgdb_rxbuf, sizeof(netgdb_rxbuf), in netgdb_init()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c229 ((struct seq_file *)f->private_data)->buf = sbuf_new( in single_open_size()
/freebsd/sys/dev/iscsi/
H A Dicl.c97 sbuf_new(&sb, NULL, 256, SBUF_AUTOEXTEND | SBUF_INCLUDENUL); in sysctl_kern_icl_offloads()
/freebsd/sys/dev/virtio/
H A Dvirtio.c175 sbuf_new(&sb, buf, 1024, SBUF_FIXEDLEN); in virtio_describe()
/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c446 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN); in audit_canon_path_vp()
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c82 sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND); in sysctl_mac_veriexec_algorithms()
/freebsd/sys/dev/ice/
H A Dice_fw_logging.c286 sbuf = sbuf_new(NULL, sev_str, sizeof(sev_str), SBUF_FIXEDLEN); in ice_sysctl_fwlog_module_log_severity()

12345