Searched refs:sbuf (Results 126 - 150 of 333) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/kern/
H A Dkern_rctl.c58 #include <sys/sbuf.h>
174 static void rctl_rule_to_sbuf(struct sbuf *sb, const struct rctl_rule *rule);
331 struct sbuf sb;
1168 * Appends a rule to the sbuf.
1171 rctl_rule_to_sbuf(struct sbuf *sb, const struct rctl_rule *rule)
1255 rctl_write_outbuf(struct sbuf *outputsbuf, char *outbufp, size_t outbuflen)
1273 static struct sbuf *
1278 struct sbuf *sb;
1299 struct sbuf *outputsbuf = NULL;
1373 struct sbuf *s
[all...]
H A Dsubr_lock.c48 #include <sys/sbuf.h>
314 lock_prof_output(struct lock_prof *lp, struct sbuf *sb)
369 lock_prof_type_stats(struct lock_prof_type *type, struct sbuf *sb, int spin,
390 struct sbuf *sb;
/freebsd-9.3-release/usr.sbin/pkg/
H A Dconfig.c32 #include <sys/sbuf.h>
292 struct sbuf *newval;
328 struct sbuf *buf = sbuf_new_auto();
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dssvs.c353 unsigned char sbuf[60]; local
374 EVP_SignFinal(&mctx, sbuf, &slen, &pk);
377 FIPS_dsa_sig_decode(sig, sbuf, slen);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir_leaf.c425 xfs_dir_sf_sort_t *sbuf, *sbp; local
432 sbsize = (nsbuf + 1) * sizeof(*sbuf);
433 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP);
471 kmem_free(sbuf, sbsize);
488 xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_dir_shortform_compare);
498 for (hash = sbuf->hash, sbp = sbuf + 1;
499 sbp < &sbuf[nsbuf + 1]; sbp++) {
516 for (sbp = sbuf; sb
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp546 SmallString<128> sbuf; local
547 llvm::raw_svector_ostream os(sbuf);
569 SmallString<128> sbuf; local
570 llvm::raw_svector_ostream os(sbuf);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.h165 * Put a string into an sbuf, escaping characters that are illegal or not
168 int ctl_sbuf_printf_esc(struct sbuf *sb, char *str);
H A Dctl_util.h99 struct scsi_inquiry_data *inq_data, struct sbuf *sb);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h75 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dsndstat.h33 struct sbuf *s, device_t dev, int verbose
/freebsd-9.3-release/sys/fs/procfs/
H A Dprocfs.c52 #include <sys/sbuf.h>
H A Dprocfs_status.c52 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/security/mac/
H A Dmac_inet6.c42 #include <sys/sbuf.h>
/freebsd-9.3-release/usr.bin/ktrdump/
H A Dktrdump.c78 static char sbuf[KTR_PARMS][SBUFLEN]; variable
247 sbuf[parm], sizeof(sbuf[parm])) == -1)
248 strcpy(sbuf[parm], "(null)");
249 sbuf[parm][sizeof(sbuf[0]) - 1] = '\0';
250 parms[parm] = (u_long)sbuf[parm];
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dutil.c365 struct stat sbuf; local
367 if (stat(tmpbuf, &sbuf) && errno == ENOENT) {
/freebsd-9.3-release/sys/cam/
H A Dcam.c48 #include <sys/sbuf.h>
241 struct sbuf sb;
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sysevent.c35 #include <sys/sbuf.h>
166 struct sbuf *sb;
/freebsd-9.3-release/sys/ddb/
H A Ddb_script.c66 #include <sys/sbuf.h>
469 struct sbuf sb;
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_hash.c202 const signed char *sbuf = (const signed char *)src; local
215 buf_byte = (int)sbuf[i];
/freebsd-9.3-release/sys/geom/
H A Dgeom.h56 struct sbuf;
80 typedef void g_dumpconf_t (struct sbuf *, const char *indent, struct g_geom *,
H A Dgeom_map.c46 #include <sys/sbuf.h>
111 g_map_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
H A Dgeom_pc98.c47 #include <sys/sbuf.h>
228 g_pc98_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
H A Dgeom_redboot.c44 #include <sys/sbuf.h>
134 g_redboot_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
H A Dgeom_sunlabel.c50 #include <sys/sbuf.h>
151 g_sunlabel_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp)
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_drive.c33 #include <sys/sbuf.h>
267 struct sbuf *sb;

Completed in 188 milliseconds

1234567891011>>