Searched refs:sbuf (Results 426 - 450 of 607) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/dev/ntb/test/
H A Dntb_tool.c190 #include <sys/sbuf.h>
511 struct sbuf *sb;
894 struct sbuf *sb;
/freebsd-current/sys/geom/concat/
H A Dg_concat.c37 #include <sys/sbuf.h>
850 struct sbuf *sb;
1218 g_concat_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-current/sys/cam/scsi/
H A Dscsi_sa.c46 #include <sys/sbuf.h>
627 struct sbuf *sb);
639 struct sbuf *sb, struct mtextget *g);
640 static int saparamget(struct sa_softc *softc, struct sbuf *sb);
661 static void safilldenstypesb(struct sbuf *sb, int *indent,
665 struct sbuf *sb);
1166 safillprot(struct sa_softc *softc, int *indent, struct sbuf *sb)
1723 struct sbuf *sb;
4706 saextget(struct cdev *dev, struct cam_periph *periph, struct sbuf *sb,
4892 saparamget(struct sa_softc *softc, struct sbuf *s
[all...]
/freebsd-current/usr.bin/top/
H A Dmachine.c24 #include <sys/sbuf.h>
400 static struct sbuf* header = NULL;
943 static struct sbuf* procbuf = NULL;
/freebsd-current/sys/dev/clk/
H A Dclk.c39 #include <sys/sbuf.h>
1644 struct sbuf *sb;
1667 struct sbuf *sb;
/freebsd-current/sys/geom/stripe/
H A Dg_stripe.c36 #include <sys/sbuf.h>
1063 struct sbuf *sb;
1236 g_stripe_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.c348 struct bnxt_qplib_rcfw_sbuf *sbuf = msg->sb; local
351 cpu_to_le64(sbuf->dma_addr));
353 ALIGN(sbuf->size, BNXT_QPLIB_CMDQE_UNITS) /
/freebsd-current/sys/sys/
H A Dsysctl.h1199 struct sbuf;
1200 struct sbuf *sbuf_new_for_sysctl(struct sbuf *, char *, int,
/freebsd-current/sys/dev/hyperv/vmbus/
H A Dvmbus.c41 #include <sys/sbuf.h>
93 static int vmbus_child_pnpinfo(device_t, device_t, struct sbuf *);
991 vmbus_child_pnpinfo(device_t dev, device_t child, struct sbuf *sb)
/freebsd-current/sys/dev/acpi_support/
H A Dacpi_asus_wmi.c35 #include <sys/sbuf.h>
/freebsd-current/sys/dev/ixl/
H A Dixl.h97 #include <sys/sbuf.h>
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c44 #include <sys/sbuf.h>
/freebsd-current/usr.bin/sdiotool/
H A Dsdiotool.c47 #include <sys/sbuf.h>
/freebsd-current/sys/fs/pseudofs/
H A Dpseudofs.c43 #include <sys/sbuf.h>
/freebsd-current/sys/security/mac/
H A Dmac_internal.h423 struct sbuf sb; \
H A Dmac_socket.c54 #include <sys/sbuf.h>
/freebsd-current/sys/kern/
H A Dkern_lockf.c74 #include <sys/sbuf.h>
2468 vfs_report_lockf(struct mount *mp, struct sbuf *sb)
2552 sysctl_kern_lockf_run(struct sbuf *sb)
2576 struct sbuf sb;
H A Dvfs_init.c351 vfs_report_lockf_sigdefer(struct mount *mp, struct sbuf *sb)
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_prf.c32 #include <sys/sbuf.h>
/freebsd-current/sys/netinet/cc/
H A Dcc.c62 #include <sys/sbuf.h>
/freebsd-current/sbin/camcontrol/
H A Dzone.c41 #include <sys/sbuf.h>
/freebsd-current/usr.sbin/zonectl/
H A Dzonectl.c38 #include <sys/sbuf.h>
/freebsd-current/sys/dev/sound/pcm/
H A Dsound.h63 #include <sys/sbuf.h>
/freebsd-current/sys/dev/mpr/
H A Dmpr.c57 #include <sys/sbuf.h>
1971 struct sbuf *sbuf; local
1982 sbuf = sbuf_new_for_sysctl(NULL, NULL, 128, req);
1985 sbuf_printf(sbuf, "%#x", debug);
1991 sbuf_printf(sbuf, ",%s", string->name);
1994 error = sbuf_finish(sbuf);
1995 sbuf_delete(sbuf);
2083 struct sbuf *sb;
/freebsd-current/sys/dev/mps/
H A Dmps.c57 #include <sys/sbuf.h>
1817 struct sbuf *sbuf; local
1828 sbuf = sbuf_new_for_sysctl(NULL, NULL, 128, req);
1831 sbuf_printf(sbuf, "%#x", debug);
1837 sbuf_printf(sbuf, ",%s", string->name);
1840 error = sbuf_finish(sbuf);
1841 sbuf_delete(sbuf);
1930 struct sbuf *sb;

Completed in 237 milliseconds

<<11121314151617181920>>