Searched refs:membuf (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c82 unsigned char membuf[512 + 1], *s; local
111 if (dlen > sizeof(membuf))
112 dlen = sizeof(membuf);
114 bzero((char *)membuf, sizeof(membuf));
115 COPYDATA(m, off, dlen, (char *)membuf);
124 s = (u_char *)memstr("PNA", (char *)membuf, 3, dlen);
130 s = membuf;
137 if ((s + 1) - membuf < dlen) {
149 while ((rap->rap_eos == 0) && ((s + 1) - membuf < dle
187 unsigned char membuf[IPF_MAXPORTLEN + 1], *s; local
[all...]
/freebsd-9.3-release/usr.sbin/makefs/
H A Dffs.c638 void *membuf; local
662 membuf = NULL;
664 membuf = dbufp->buf;
675 membuf = cur->symlink;
678 return membuf;
686 void *membuf; local
714 membuf = NULL;
716 membuf = dbufp->buf;
727 membuf = cur->symlink;
730 return membuf;
739 void *membuf; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmonitor.c1681 char membuf[sizeof (int) * 2 + 1]; local
1762 memaddr, i, membuf, 0);
1764 membuf[i] = c;
1766 membuf[i] = '\000'; /* terminate the number */
1786 p = membuf;
1787 val = strtoul (membuf, &p, 16);
1789 if (val == 0 && membuf == p)
1792 memaddr, 0, membuf, 0);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Demu10kx.c383 static int emu_memfree(struct emu_mem *mem, void *membuf);
384 static int emu_memstart(struct emu_mem *mem, void *membuf);
1091 void *membuf; local
1124 membuf = emu_malloc(mem, sz, &blk->buf_addr);
1126 if (membuf == NULL) {
1132 blk->buf = membuf;
1145 return (membuf);
1149 emu_memfree(struct emu_mem *mem, void *membuf) argument
1156 if (i->buf == membuf)
1162 emu_free(mem, membuf);
1173 emu_memstart(struct emu_mem *mem, void *membuf) argument
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dgetgrent.c1514 __gr_parse_entry(char *line, size_t linesize, struct group *grp, char *membuf, argument
1522 members = (char **)_ALIGN(membuf);
1523 membufsize -= (char *)members - membuf;

Completed in 204 milliseconds