Searched refs:sbuf (Results 176 - 200 of 333) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/db/mpool/
H A Dmpool.libtp543 struct stat sbuf;
562 if ( fstat ( fds[fid], &sbuf ) ) {
566 buf_fids[fid].npages = ( sbuf.st_size / BUFSIZE );
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pragma.c213 struct stat sbuf; local
220 if (stat(lib, &sbuf) == 0) {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp322 std::string sbuf; local
323 llvm::raw_string_ostream os(sbuf);
/freebsd-9.3-release/lib/libc/nls/
H A Dmsgcat.c114 struct stat sbuf; local
241 if (stat(path, &sbuf) == 0) {
/freebsd-9.3-release/sys/geom/sched/
H A Dgs_rr.c62 #include <sys/sbuf.h>
677 g_rr_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/kern/
H A Dkern_cons.c62 #include <sys/sbuf.h>
285 struct sbuf *sb;
/freebsd-9.3-release/sys/nfs/
H A Dnfs_fha.c38 #include <sys/sbuf.h>
476 struct sbuf sb;
/freebsd-9.3-release/usr.sbin/config/
H A Dmain.c46 #include <sys/sbuf.h>
418 configfile_dynamic(struct sbuf *sb)
467 configfile_filebased(struct sbuf *sb)
500 struct sbuf *sb;
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dloc_29.c469 char sbuf[sizeof("90000000m")]; local
487 sprintf(sbuf, "%lum", (size>>4) * poweroften[(size&0x0f)-2]);
489 sprintf(sbuf, "0.%02lum", (size>>4) * poweroften[(size&0x0f)]);
554 sbuf, hbuf, vbuf);
/freebsd-9.3-release/contrib/sendmail/mail.local/
H A Dmail.local.c1893 struct stat sbuf; local
1915 if (stat(path, &sbuf) < 0)
1917 if (!S_ISDIR(sbuf.st_mode))
1937 else if (stat(path, &sbuf) < 0)
/freebsd-9.3-release/sys/cam/ata/
H A Data_all.c55 #include <sys/sbuf.h>
214 ata_command_sbuf(struct ccb_ataio *ataio, struct sbuf *sb)
229 ata_status_sbuf(struct ccb_ataio *ataio, struct sbuf *sb)
262 ata_res_sbuf(struct ccb_ataio *ataio, struct sbuf *sb)
/freebsd-9.3-release/sys/cam/
H A Dcam_periph.h148 int cam_periph_list(struct cam_path *, struct sbuf *);
/freebsd-9.3-release/sys/compat/linsysfs/
H A Dlinsysfs.c43 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/dev/sound/pci/
H A Demu10kx-midi.c37 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/fs/procfs/
H A Dprocfs_ctl.c46 #include <sys/sbuf.h>
H A Dprocfs_map.c49 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/fs/pseudofs/
H A Dpseudofs_vnops.c47 #include <sys/sbuf.h>
617 struct sbuf *sb = NULL;
681 * overflowed sbuf must be full.
883 struct sbuf sb;
978 struct sbuf sb;
/freebsd-9.3-release/sys/geom/
H A Dgeom_disk.c49 #include <sys/sbuf.h>
434 g_disk_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp)
742 struct sbuf *sb;
760 struct sbuf *sb;
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_vfs.c68 struct sbuf *m)
/freebsd-9.3-release/sys/security/mac/
H A Dmac_cred.c61 #include <sys/sbuf.h>
H A Dmac_pipe.c52 #include <sys/sbuf.h>
H A Dmac_sysv_msg.c52 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/sys/
H A Dproc.h171 struct sbuf;
888 int proc_getargv(struct thread *td, struct proc *p, struct sbuf *sb);
889 int proc_getauxv(struct thread *td, struct proc *p, struct sbuf *sb);
890 int proc_getenvv(struct thread *td, struct proc *p, struct sbuf *sb);
/freebsd-9.3-release/sys/xen/xenbus/
H A Dxenbus.c51 #include <sys/sbuf.h>
/freebsd-9.3-release/usr.sbin/faithd/
H A Dfaithd.c151 char sbuf[NI_MAXSERV], snum[NI_MAXSERV]; local
184 sbuf, sizeof(sbuf), NI_NUMERICHOST) == 0)
185 service = sbuf;

Completed in 284 milliseconds

1234567891011>>