HomeSort by: relevance | last modified time | path
    Searched defs:membuf (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_raudio_pxy.c 82 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 < dlen))
185 unsigned char membuf[IPF_MAXPORTLEN + 1], *s; local
    [all...]
  /src/usr.sbin/makefs/
ffs.c 662 void *membuf; local
687 membuf = NULL;
689 membuf = dbufp->buf;
701 membuf = cur->symlink;
704 return membuf;
712 void *membuf; local
740 membuf = NULL;
742 membuf = dbufp->buf;
753 membuf = cur->symlink;
756 return membuf;
765 void *membuf; local
    [all...]
  /src/lib/libnvmm/
libnvmm_x86.c 3294 uint8_t membuf[8]; local
3297 memset(membuf, 0, sizeof(membuf));
3303 mem.data = membuf;
3339 * in membuf. */
3349 * in membuf. */
3357 * register matters for the emul func. Fetch it in membuf. */
3378 * membuf with the memory content. Install membuf in the
3386 memcpy(&val, membuf, sizeof(uint64_t))
    [all...]

Completed in 21 milliseconds