Home
last modified time | relevance | path

Searched refs:SBUF_AUTOEXTEND (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/sys/sys/
H A Dsbuf.h50 #define SBUF_AUTOEXTEND 0x00000001 /* automatically extend buffer */ macro
79 sbuf_new(NULL, NULL, 0, SBUF_AUTOEXTEND)
/freebsd/sys/x86/x86/
H A Dvmware_guestrpc.c272 sbuf_new(&sb, NULL, 256, SBUF_AUTOEXTEND); in vmware_guestrpc_set_guestinfo()
307 sbuf_new(&sb, NULL, 256, SBUF_AUTOEXTEND); in vmware_guestrpc_get_guestinfo()
/freebsd/sys/compat/linux/
H A Dlinux_sysctl.c146 sb = sbuf_new(NULL, NULL, 20 + la.nlen * 5, SBUF_AUTOEXTEND); in linux_sysctl()
/freebsd/usr.bin/apply/
H A Dapply.c157 cmdbuf = sbuf_new(NULL, NULL, 1024, SBUF_AUTOEXTEND); in main()
/freebsd/sys/geom/
H A Dgeom_kern.c170 sb = sbuf_new(NULL, NULL, *hint, SBUF_AUTOEXTEND | in sysctl_kern_geom_confany()
/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 Dsubr_sbuf.c73 #define SBUF_CANEXTEND(s) ((s)->s_flags & SBUF_AUTOEXTEND)
200 KASSERT((flags & SBUF_AUTOEXTEND) || length >= SBUF_MINSIZE, in sbuf_new()
H A Dkern_fail.c877 sb_check = sbuf_new(&sb, NULL, 1024, SBUF_AUTOEXTEND); in fail_point_sysctl()
929 sb_check = sbuf_new(&sb, NULL, 1024, SBUF_AUTOEXTEND); in fail_point_sysctl_status()
H A Dkern_cpu.c998 sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND); in cpufreq_levels_sysctl()
1038 sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND); in cpufreq_settings_sysctl()
H A Dkern_boottrace.c478 sbuf = sbuf_new(NULL, NULL, 0, SBUF_AUTOEXTEND); in sysctl_log()
H A Dkern_cons.c351 sb = sbuf_new(NULL, NULL, CNDEVPATHMAX * 2, SBUF_AUTOEXTEND | in sysctl_kern_console()
H A Dvfs_mountroot.c152 sbuf_new(&sb, NULL, 256, SBUF_AUTOEXTEND | SBUF_INCLUDENUL); in sysctl_vfs_root_mount_hold()
/freebsd/sys/dev/iscsi/
H A Dicl.c97 sbuf_new(&sb, NULL, 256, SBUF_AUTOEXTEND | SBUF_INCLUDENUL); in sysctl_kern_icl_offloads()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c230 NULL, NULL, size, SBUF_AUTOEXTEND); in single_open_size()
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_fingerprint.c82 sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND); in sysctl_mac_veriexec_algorithms()
H A Dmac_veriexec.c175 sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND); in sysctl_mac_veriexec_state()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c479 SBUF_AUTOEXTEND | SBUF_INCLUDENUL); in bcm2835_rng_attach()
/freebsd/sys/cam/scsi/
H A Dscsi_enc_ses.c1125 if (sbuf_new(&sb, NULL, 128, SBUF_AUTOEXTEND) == NULL) { in ses_set_physpath()
2417 sbuf_new(&sesname, NULL, 16, SBUF_AUTOEXTEND); in ses_print_addl_data()
2418 sbuf_new(&name, NULL, 16, SBUF_AUTOEXTEND); in ses_print_addl_data()
2419 sbuf_new(&out, NULL, 512, SBUF_AUTOEXTEND); in ses_print_addl_data()
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c65 if (sbuf_new(&sb, NULL, 0, SBUF_AUTOEXTEND | SBUF_NOWAIT) == NULL) in nvme_ctrlr_devctl_va()
92 if (sbuf_new(&sb, NULL, 0, SBUF_AUTOEXTEND | SBUF_NOWAIT) == NULL) in nvme_ctrlr_devctl_log()
/freebsd/sys/rpc/
H A Drpc_generic.c307 sbuf_new(&sb, NULL, 0, SBUF_AUTOEXTEND); in __rpc_taddr2uaddr_af()
/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.c541 sbuf_new(&subjlabel_sb, NULL, 0, SBUF_AUTOEXTEND); in maybe_demote()
546 sbuf_new(&subjtext_sb, NULL, 0, SBUF_AUTOEXTEND); in maybe_demote()
551 sbuf_new(&objlabel_sb, NULL, 0, SBUF_AUTOEXTEND); in maybe_demote()
/freebsd/sys/dev/acpi_support/
H A Dacpi_wmi.c917 if (sbuf_new(&sc->wmistat_sbuf, NULL, 4096, SBUF_AUTOEXTEND) in acpi_wmi_wmistat_open()
/freebsd/sys/netinet/
H A Dsiftr.c1125 if ((s = sbuf_new(NULL, NULL, 200, SBUF_AUTOEXTEND)) == NULL) in siftr_manage_ops()
/freebsd/sys/dev/usb/serial/
H A Dufoma.c1187 sbuf_new(&sb, NULL, 1, SBUF_AUTOEXTEND); in ufoma_sysctl_support()

12