Searched refs:sbuf_new (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsbuf.h59 struct sbuf *sbuf_new(struct sbuf *, char *, int, int);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_sbuf.c163 sbuf_new(struct sbuf *s, char *buf, int length, int flags) function
211 s = sbuf_new(s, NULL, uio_resid(uio) + 1, 0);
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_base.c1056 if (sbuf_new(&sb, outbuf, outbuflen, SBUF_FIXEDLEN) == NULL) {

Completed in 210 milliseconds