Searched refs:sbuf (Results 251 - 275 of 333) sorted by relevance

<<11121314

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_attr_leaf.c537 xfs_attr_sf_sort_t *sbuf, *sbp; local
600 sbsize = sf->hdr.count * sizeof(*sbuf);
601 sbp = sbuf = kmem_alloc(sbsize, KM_SLEEP);
616 kmem_free(sbuf, sbsize);
646 xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_attr_shortform_compare);
654 for (sbp = sbuf, i = 0; i < nsbuf; i++, sbp++) {
665 kmem_free(sbuf, sbsize);
697 kmem_free(sbuf, sbsize);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dar.c688 struct stat sbuf;
696 if (stat (archive_filename, &sbuf) != 0)
685 struct stat sbuf; local
/freebsd-9.3-release/sys/dev/acpi_support/
H A Dacpi_asus.c48 #include <sys/sbuf.h>
551 struct sbuf *sb;
H A Dacpi_hp.c53 #include <sys/sbuf.h>
140 struct sbuf hpcmi_sbuf; /* /dev/hpcmi output sbuf */
H A Dacpi_ibm.c54 #include <sys/sbuf.h>
904 struct sbuf sb;
H A Dacpi_wmi.c47 #include <sys/sbuf.h>
74 struct sbuf wmistat_sbuf; /* sbuf for /dev/wmistat output */
/freebsd-9.3-release/sys/dev/usb/input/
H A Dums.c58 #include <sys/sbuf.h>
978 struct sbuf *sb;
/freebsd-9.3-release/sys/dev/usb/serial/
H A Dufoma.c96 #include <sys/sbuf.h>
1189 struct sbuf sb;
/freebsd-9.3-release/sys/geom/cache/
H A Dg_cache.c40 #include <sys/sbuf.h>
981 g_cache_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/geom/gate/
H A Dg_gate.c48 #include <sys/sbuf.h>
391 g_gate_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/geom/shsec/
H A Dg_shsec.c37 #include <sys/sbuf.h>
812 g_shsec_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum.c40 #include <sys/sbuf.h>
456 struct sbuf *sb;
H A Dgeom_vinum_subr.c47 #include <sys/sbuf.h>
180 gv_format_config(struct gv_softc *sc, struct sbuf *sb, int ondisk, char *prefix)
/freebsd-9.3-release/sys/kern/
H A Dkern_exit.c64 #include <sys/sbuf.h>
609 struct sbuf *sb;
H A Dsubr_sleepqueue.c74 #include <sys/sbuf.h>
1131 struct sbuf *sb;
H A Dsubr_witness.c105 #include <sys/sbuf.h>
335 static void witness_add_fullgraph(struct sbuf *sb, struct witness *parent);
2419 struct sbuf *sb;
2576 struct sbuf *sb;
2605 * Close the sbuf and return to userland.
2630 witness_add_fullgraph(struct sbuf *sb, struct witness *w)
H A Dkern_mib.c47 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/netinet/
H A Dsiftr.c76 #include <sys/sbuf.h>
1183 struct sbuf *s;
1200 /* Init an autosizing sbuf that initially holds 200 chars. */
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c1005 sb sbuf;
1022 sb_new (&sbuf);
1103 sb_add_string (&sbuf, new_buf);
1104 input_scrub_include_sb (&sbuf, input_line_pointer, 0);
1105 sb_kill (&sbuf);
1002 sb sbuf; local
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-bpf.c1144 struct stat sbuf; local
1182 rc = stat(BPF_NODE "0", &sbuf);
1190 if (rc == -1 || getmajor(sbuf.st_rdev) != major) {
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_backend_block.c61 #include <sys/sbuf.h>
263 static int ctl_be_block_lun_info(void *be_lun, struct sbuf *sb);
2216 ctl_be_block_lun_info(void *be_lun, struct sbuf *sb)
/freebsd-9.3-release/sys/dev/md/
H A Dmd.c84 #include <sys/sbuf.h>
137 static void g_md_dumpconf(struct sbuf *sb, const char *indent,
1492 g_md_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/geom/virstor/
H A Dg_virstor.c43 #include <sys/sbuf.h>
138 static void g_virstor_dumpconf(struct sbuf *, const char *, struct g_geom *,
1472 g_virstor_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/usr.bin/make/
H A Djob.c429 struct stat sbuf; local
432 if (stat(template, &sbuf) != 0)
435 if (!S_ISDIR(sbuf.st_mode)) {
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_perf.c40 #include <sys/sbuf.h>

Completed in 426 milliseconds

<<11121314