Searched refs:sbuf (Results 151 - 175 of 333) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/kern/
H A Dkern_uuid.c35 #include <sys/sbuf.h>
236 sbuf_printf_uuid(struct sbuf *sb, struct uuid *uuid)
H A Dkern_proc.c58 #include <sys/sbuf.h>
1183 kern_proc_out(struct proc *p, struct sbuf *sb, int flags)
1227 struct sbuf sb;
1690 get_ps_strings(struct thread *td, struct proc *p, struct sbuf *sb,
1738 proc_getargv(struct thread *td, struct proc *p, struct sbuf *sb)
1745 proc_getenvv(struct thread *td, struct proc *p, struct sbuf *sb)
1752 proc_getauxv(struct thread *td, struct proc *p, struct sbuf *sb)
1785 struct sbuf sb;
1845 struct sbuf sb;
1877 struct sbuf s
[all...]
H A Dvfs_mountroot.c58 #include <sys/sbuf.h>
753 vfs_mountroot_parse(struct sbuf *sb, struct mount *mpdevfs)
817 vfs_mountroot_conf0(struct sbuf *sb)
864 vfs_mountroot_readconf(struct thread *td, struct sbuf *sb)
934 struct sbuf *sb;
/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_klib.c43 #include <sys/sbuf.h>
469 struct sbuf sbf;
563 * One or more of the previous sbuf operations could have resulted in
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp147 SmallString<128> sbuf; local
148 llvm::raw_svector_ostream os(sbuf);
466 SmallString<128> sbuf; local
467 llvm::raw_svector_ostream os(sbuf);
766 SmallString<128> sbuf; local
767 llvm::raw_svector_ostream os(sbuf);
/freebsd-9.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c1295 char sbuf[NI_MAXHOST+1], dbuf[INET6_ADDRSTRLEN]; local
1300 sbuf, sizeof(sbuf), NULL, 0, NI_NUMERICHOST) != 0)
1301 strlcpy(sbuf, "invalid", sizeof(sbuf));
1302 printf("\n%d bytes from %s to %s", cc, sbuf,
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c753 caddr_t sbuf = ctfdata + h->cth_stroff; local
761 char *label = sbuf + ctl->ctl_label;
912 caddr_t sbuf = ctfdata + h->cth_stroff; local
959 xstrdup(sbuf + CTF_NAME_OFFSET(ctt->ctt_name));
1042 (*mpp)->ml_name = xstrdup(sbuf +
1056 (*mpp)->ml_name = xstrdup(sbuf +
1080 (*epp)->el_name = xstrdup(sbuf + cte->cte_name);
/freebsd-9.3-release/sys/security/mac/
H A Dmac_policy.h90 struct sbuf;
164 char *element_name, struct sbuf *sb, int *claimed);
206 char *element_name, struct sbuf *sb, int *claimed);
324 char *element_name, struct sbuf *sb, int *claimed);
436 char *element_name, struct sbuf *sb, int *claimed);
448 char *element_name, struct sbuf *sb, int *claimed);
661 char *element_name, struct sbuf *sb, int *claimed);
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_all.c60 #include <sys/sbuf.h>
3383 scsi_command_string(struct ccb_scsiio *csio, struct sbuf *sb)
3387 struct sbuf *sb)
4181 scsi_info_sbuf(struct sbuf *sb, uint8_t *cdb, int cdb_len,
4188 scsi_command_sbuf(struct sbuf *sb, uint8_t *cdb, int cdb_len,
4196 scsi_progress_sbuf(struct sbuf *sb, uint16_t progress)
4207 scsi_sks_sbuf(struct sbuf *sb, int sense_key, uint8_t *sks)
4301 scsi_fru_sbuf(struct sbuf *sb, uint64_t fru)
4307 scsi_stream_sbuf(struct sbuf *sb, uint8_t stream_bits, uint64_t info)
4332 scsi_block_sbuf(struct sbuf *s
[all...]
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dps.cpp531 char sbuf[SBUF_SIZE]; member in class:ps_printer
708 sbuf[sbuf_len++] = code;
715 sbuf[sbuf_len++] = code;
727 sbuf[sbuf_len++] = sbuf_space_code;
728 sbuf[sbuf_len++] = code;
737 sbuf[sbuf_len++] = sbuf_space_code;
738 sbuf[sbuf_len++] = code;
752 sbuf[0] = code;
1019 out.put_string(sbuf, sbuf_len);
/freebsd-9.3-release/contrib/file/src/
H A Dsoftmagic.c414 char buf[128], tbuf[26], sbuf[512]; local
509 file_printable(sbuf, sizeof(sbuf), m->value.s))
537 file_printable(sbuf, sizeof(sbuf), str)) == -1)
642 file_printable(sbuf, sizeof(sbuf), cp));
657 file_printable(sbuf, sizeof(sbuf), m->value.s)) == -1)
/freebsd-9.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c88 char sbuf[MAX_LINE]; member in struct:session
556 s->sbuf[0] = '\0';
1085 buf_avail = sizeof s->sbuf - s->sbuf_valid;
1086 srvread = bufferevent_read(bufev, s->sbuf + s->sbuf_valid,
1090 while ((n = getline(s->sbuf, &s->sbuf_valid)) > 0) {
/freebsd-9.3-release/lib/libstand/
H A Dtftp.c75 void *sbuf, size_t ssize,
567 void *sbuf, size_t ssize,
588 cc = (*sproc)(d, sbuf, ssize);
565 sendrecv_tftp(struct tftp_handle *h, ssize_t (*sproc)(struct iodesc *, void *, size_t), void *sbuf, size_t ssize, ssize_t (*rproc)(struct tftp_handle *, void *, ssize_t, time_t, unsigned short *), void *rbuf, size_t rsize, unsigned short *rtype) argument
/freebsd-9.3-release/sys/geom/
H A Dgeom_ccd.c61 #include <sys/sbuf.h>
707 struct sbuf *sb;
849 struct sbuf *sb;
H A Dgeom_slice.c50 #include <sys/sbuf.h>
312 g_slice_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp)
343 struct sbuf *sb;
/freebsd-9.3-release/sys/geom/mountver/
H A Dg_mountver.c40 #include <sys/sbuf.h>
68 static void g_mountver_dumpconf(struct sbuf *sb, const char *indent,
578 g_mountver_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/geom/nop/
H A Dg_nop.c37 #include <sys/sbuf.h>
55 static void g_nop_dumpconf(struct sbuf *sb, const char *indent,
572 g_nop_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/geom/part/
H A Dg_part.c41 #include <sys/sbuf.h>
405 struct sbuf *sb;
655 struct sbuf *sb;
768 struct sbuf *sb;
896 struct sbuf *sb;
1022 struct sbuf *sb;
1083 struct sbuf *sb;
1164 struct sbuf *sb;
1217 struct sbuf *sb;
1260 struct sbuf *s
[all...]
H A Dg_part_apm.c42 #include <sys/sbuf.h>
70 struct sbuf *, const char *);
299 struct sbuf *sb, const char *indent)
H A Dg_part_bsd.c41 #include <sys/sbuf.h>
73 struct sbuf *, const char *);
264 struct sbuf *sb, const char *indent)
H A Dg_part_mbr.c41 #include <sys/sbuf.h>
70 struct sbuf *, const char *);
294 struct sbuf *sb, const char *indent)
H A Dg_part_pc98.c41 #include <sys/sbuf.h>
74 struct sbuf *, const char *);
283 struct g_part_entry *baseentry, struct sbuf *sb, const char *indent)
H A Dg_part_vtoc8.c40 #include <sys/sbuf.h>
63 struct g_part_entry *, struct sbuf *, const char *);
261 struct g_part_entry *entry, struct sbuf *sb, const char *indent)
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h663 sdp_cleanup_sdp_buf(struct sdp_sock *ssk, struct sdp_buf *sbuf, argument
671 for (i = 0, mb = sbuf->mb; mb != NULL; mb = mb->m_next, i++)
672 ib_dma_unmap_single(dev, sbuf->mapping[i], mb->m_len, dir);
/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c794 struct stat sbuf; local
796 if (stat(path, &sbuf) == -1)
798 if (!S_ISREG(sbuf.st_mode))

Completed in 413 milliseconds

1234567891011>>